Upload folder using huggingface_hub
Browse files- tokenizer.json +52 -0
tokenizer.json
ADDED
@@ -0,0 +1,52 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"version": "1.0",
|
3 |
+
"truncation": null,
|
4 |
+
"padding": null,
|
5 |
+
"added_tokens": [],
|
6 |
+
"normalizer": null,
|
7 |
+
"pre_tokenizer": null,
|
8 |
+
"post_processor": null,
|
9 |
+
"decoder": {
|
10 |
+
"type": "CTC",
|
11 |
+
"pad_token": "<pad>",
|
12 |
+
"word_delimiter_token": "|",
|
13 |
+
"cleanup": true
|
14 |
+
},
|
15 |
+
"model": {
|
16 |
+
"vocab": {
|
17 |
+
"<pad>": 0,
|
18 |
+
"<s>": 1,
|
19 |
+
"</s>": 2,
|
20 |
+
"<unk>": 3,
|
21 |
+
"|": 4,
|
22 |
+
"'": 5,
|
23 |
+
"-": 6,
|
24 |
+
"a": 7,
|
25 |
+
"b": 8,
|
26 |
+
"c": 9,
|
27 |
+
"d": 10,
|
28 |
+
"e": 11,
|
29 |
+
"f": 12,
|
30 |
+
"g": 13,
|
31 |
+
"h": 14,
|
32 |
+
"i": 15,
|
33 |
+
"j": 16,
|
34 |
+
"k": 17,
|
35 |
+
"l": 18,
|
36 |
+
"m": 19,
|
37 |
+
"n": 20,
|
38 |
+
"o": 21,
|
39 |
+
"p": 22,
|
40 |
+
"q": 23,
|
41 |
+
"r": 24,
|
42 |
+
"s": 25,
|
43 |
+
"t": 26,
|
44 |
+
"u": 27,
|
45 |
+
"v": 28,
|
46 |
+
"w": 29,
|
47 |
+
"x": 30,
|
48 |
+
"y": 31,
|
49 |
+
"z": 32
|
50 |
+
}
|
51 |
+
}
|
52 |
+
}
|