Upload tokenizer.json
Browse files- tokenizer.json +83 -0
tokenizer.json
ADDED
|
@@ -0,0 +1,83 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"version": "1.0",
|
| 3 |
+
"truncation": null,
|
| 4 |
+
"padding": null,
|
| 5 |
+
"added_tokens": [
|
| 6 |
+
{
|
| 7 |
+
"id": 25,
|
| 8 |
+
"content": "<unk>",
|
| 9 |
+
"single_word": false,
|
| 10 |
+
"lstrip": false,
|
| 11 |
+
"rstrip": false,
|
| 12 |
+
"normalized": false,
|
| 13 |
+
"special": true
|
| 14 |
+
}
|
| 15 |
+
],
|
| 16 |
+
"normalizer": {
|
| 17 |
+
"type": "Sequence",
|
| 18 |
+
"normalizers": [
|
| 19 |
+
{
|
| 20 |
+
"type": "Lowercase"
|
| 21 |
+
},
|
| 22 |
+
{
|
| 23 |
+
"type": "Replace",
|
| 24 |
+
"pattern": {
|
| 25 |
+
"Regex": "[^u_twsoyahij\\-kbc'nldgr emp]"
|
| 26 |
+
},
|
| 27 |
+
"content": ""
|
| 28 |
+
},
|
| 29 |
+
{
|
| 30 |
+
"type": "Strip",
|
| 31 |
+
"strip_left": true,
|
| 32 |
+
"strip_right": true
|
| 33 |
+
},
|
| 34 |
+
{
|
| 35 |
+
"type": "Replace",
|
| 36 |
+
"pattern": {
|
| 37 |
+
"Regex": "(?=.)|(?<!^)$"
|
| 38 |
+
},
|
| 39 |
+
"content": "u"
|
| 40 |
+
}
|
| 41 |
+
]
|
| 42 |
+
},
|
| 43 |
+
"pre_tokenizer": {
|
| 44 |
+
"type": "Split",
|
| 45 |
+
"pattern": {
|
| 46 |
+
"Regex": ""
|
| 47 |
+
},
|
| 48 |
+
"behavior": "Isolated",
|
| 49 |
+
"invert": false
|
| 50 |
+
},
|
| 51 |
+
"post_processor": null,
|
| 52 |
+
"decoder": null,
|
| 53 |
+
"model": {
|
| 54 |
+
"vocab": {
|
| 55 |
+
"u": 0,
|
| 56 |
+
"_": 1,
|
| 57 |
+
"t": 2,
|
| 58 |
+
"w": 3,
|
| 59 |
+
"s": 4,
|
| 60 |
+
"o": 5,
|
| 61 |
+
"y": 6,
|
| 62 |
+
"a": 7,
|
| 63 |
+
"h": 8,
|
| 64 |
+
"i": 9,
|
| 65 |
+
"j": 10,
|
| 66 |
+
"-": 11,
|
| 67 |
+
"k": 12,
|
| 68 |
+
"b": 13,
|
| 69 |
+
"c": 14,
|
| 70 |
+
"'": 15,
|
| 71 |
+
"n": 16,
|
| 72 |
+
"l": 17,
|
| 73 |
+
"d": 18,
|
| 74 |
+
"g": 19,
|
| 75 |
+
"r": 20,
|
| 76 |
+
" ": 21,
|
| 77 |
+
"e": 22,
|
| 78 |
+
"m": 23,
|
| 79 |
+
"p": 24,
|
| 80 |
+
"<unk>": 25
|
| 81 |
+
}
|
| 82 |
+
}
|
| 83 |
+
}
|