File size: 2,342 Bytes
7f3196e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
    "version": "1.0",
    "truncation": null,
    "padding": null,
    "added_tokens": [
        {
            "id": 43,
            "content": "<unk>",
            "single_word": false,
            "lstrip": false,
            "rstrip": false,
            "normalized": false,
            "special": true
        }
    ],
    "normalizer": {
        "type": "Sequence",
        "normalizers": [
            {
                "type": "Lowercase"
            },
            {
                "type": "Replace",
                "pattern": {
                    "Regex": "[^\u00e0\u00fa1ul2h\u00e9p\u00e3x'\u00ea_s\u00e74vm\\-gqcz\u00e2\u00edteoifb r\u00f4n\u2014\u00f3ajd\u00f5\u00e1]"
                },
                "content": ""
            },
            {
                "type": "Strip",
                "strip_left": true,
                "strip_right": true
            },
            {
                "type": "Replace",
                "pattern": {
                    "Regex": "(?=.)|(?<!^)$"
                },
                "content": "\u00e0"
            }
        ]
    },
    "pre_tokenizer": {
        "type": "Split",
        "pattern": {
            "Regex": ""
        },
        "behavior": "Isolated",
        "invert": false
    },
    "post_processor": null,
    "decoder": null,
    "model": {
        "vocab": {
            "\u00e0": 0,
            "\u00fa": 1,
            "1": 2,
            "u": 3,
            "l": 4,
            "2": 5,
            "h": 6,
            "\u00e9": 7,
            "p": 8,
            "\u00e3": 9,
            "x": 10,
            "'": 11,
            "\u00ea": 12,
            "_": 13,
            "s": 14,
            "\u00e7": 15,
            "4": 16,
            "v": 17,
            "m": 18,
            "-": 19,
            "g": 20,
            "q": 21,
            "c": 22,
            "z": 23,
            "\u00e2": 24,
            "\u00ed": 25,
            "t": 26,
            "e": 27,
            "o": 28,
            "i": 29,
            "f": 30,
            "b": 31,
            " ": 32,
            "r": 33,
            "\u00f4": 34,
            "n": 35,
            "\u2014": 36,
            "\u00f3": 37,
            "a": 38,
            "j": 39,
            "d": 40,
            "\u00f5": 41,
            "\u00e1": 42,
            "<unk>": 43
        }
    }
}