File size: 2,329 Bytes
d011047
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
{
    "version": "1.0",
    "truncation": null,
    "padding": null,
    "added_tokens": [
        {
            "id": 45,
            "content": "<unk>",
            "single_word": false,
            "lstrip": false,
            "rstrip": false,
            "normalized": false,
            "special": true
        }
    ],
    "normalizer": {
        "type": "Sequence",
        "normalizers": [
            {
                "type": "Lowercase"
            },
            {
                "type": "Replace",
                "pattern": {
                    "Regex": "[^7avc\u201405\u00f38pyz4m\u00fcks\u00e1qhn\u00e9_91ft xd\u00edb3jgl2iue\u00fao\u00f1r6]"
                },
                "content": ""
            },
            {
                "type": "Strip",
                "strip_left": true,
                "strip_right": true
            },
            {
                "type": "Replace",
                "pattern": {
                    "Regex": "(?=.)|(?<!^)$"
                },
                "content": "7"
            }
        ]
    },
    "pre_tokenizer": {
        "type": "Split",
        "pattern": {
            "Regex": ""
        },
        "behavior": "Isolated",
        "invert": false
    },
    "post_processor": null,
    "decoder": null,
    "model": {
        "vocab": {
            "7": 0,
            "a": 1,
            "v": 2,
            "c": 3,
            "\u2014": 4,
            "0": 5,
            "5": 6,
            "\u00f3": 7,
            "8": 8,
            "p": 9,
            "y": 10,
            "z": 11,
            "4": 12,
            "m": 13,
            "\u00fc": 14,
            "k": 15,
            "s": 16,
            "\u00e1": 17,
            "q": 18,
            "h": 19,
            "n": 20,
            "\u00e9": 21,
            "_": 22,
            "9": 23,
            "1": 24,
            "f": 25,
            "t": 26,
            " ": 27,
            "x": 28,
            "d": 29,
            "\u00ed": 30,
            "b": 31,
            "3": 32,
            "j": 33,
            "g": 34,
            "l": 35,
            "2": 36,
            "i": 37,
            "u": 38,
            "e": 39,
            "\u00fa": 40,
            "o": 41,
            "\u00f1": 42,
            "r": 43,
            "6": 44,
            "<unk>": 45
        }
    }
}