Upload folder using huggingface_hub
Browse files- tokenizer.json +51 -0
tokenizer.json
ADDED
@@ -0,0 +1,51 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
"E": 5,
|
23 |
+
"T": 6,
|
24 |
+
"A": 7,
|
25 |
+
"O": 8,
|
26 |
+
"N": 9,
|
27 |
+
"I": 10,
|
28 |
+
"H": 11,
|
29 |
+
"S": 12,
|
30 |
+
"R": 13,
|
31 |
+
"D": 14,
|
32 |
+
"L": 15,
|
33 |
+
"U": 16,
|
34 |
+
"M": 17,
|
35 |
+
"W": 18,
|
36 |
+
"C": 19,
|
37 |
+
"F": 20,
|
38 |
+
"G": 21,
|
39 |
+
"Y": 22,
|
40 |
+
"P": 23,
|
41 |
+
"B": 24,
|
42 |
+
"V": 25,
|
43 |
+
"K": 26,
|
44 |
+
"'": 27,
|
45 |
+
"X": 28,
|
46 |
+
"J": 29,
|
47 |
+
"Q": 30,
|
48 |
+
"Z": 31
|
49 |
+
}
|
50 |
+
}
|
51 |
+
}
|