Upload tokenizer
Browse files- tokenizer.json +98 -54
- tokenizer_config.json +1 -1
- vocab.json +1 -1
tokenizer.json
CHANGED
@@ -22,7 +22,7 @@
|
|
22 |
"special": true
|
23 |
},
|
24 |
{
|
25 |
-
"id":
|
26 |
"content": "UTT_BOUNDARY",
|
27 |
"single_word": false,
|
28 |
"lstrip": false,
|
@@ -34,13 +34,6 @@
|
|
34 |
"normalizer": {
|
35 |
"type": "Sequence",
|
36 |
"normalizers": [
|
37 |
-
{
|
38 |
-
"type": "Replace",
|
39 |
-
"pattern": {
|
40 |
-
"String": "\n"
|
41 |
-
},
|
42 |
-
"content": " UTT_BOUNDARY"
|
43 |
-
},
|
44 |
{
|
45 |
"type": "Strip",
|
46 |
"strip_left": true,
|
@@ -51,58 +44,109 @@
|
|
51 |
"pre_tokenizer": {
|
52 |
"type": "Whitespace"
|
53 |
},
|
54 |
-
"post_processor":
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
55 |
"decoder": null,
|
56 |
"model": {
|
57 |
"type": "WordLevel",
|
58 |
"vocab": {
|
59 |
"UNK": 0,
|
60 |
"PAD": 1,
|
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 |
-
"
|
104 |
-
"oː": 45,
|
105 |
-
"yː": 46
|
106 |
},
|
107 |
"unk_token": "UNK"
|
108 |
}
|
|
|
22 |
"special": true
|
23 |
},
|
24 |
{
|
25 |
+
"id": 3,
|
26 |
"content": "UTT_BOUNDARY",
|
27 |
"single_word": false,
|
28 |
"lstrip": false,
|
|
|
34 |
"normalizer": {
|
35 |
"type": "Sequence",
|
36 |
"normalizers": [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
37 |
{
|
38 |
"type": "Strip",
|
39 |
"strip_left": true,
|
|
|
44 |
"pre_tokenizer": {
|
45 |
"type": "Whitespace"
|
46 |
},
|
47 |
+
"post_processor": {
|
48 |
+
"type": "TemplateProcessing",
|
49 |
+
"single": [
|
50 |
+
{
|
51 |
+
"SpecialToken": {
|
52 |
+
"id": "UTT_BOUNDARY",
|
53 |
+
"type_id": 0
|
54 |
+
}
|
55 |
+
},
|
56 |
+
{
|
57 |
+
"Sequence": {
|
58 |
+
"id": "A",
|
59 |
+
"type_id": 0
|
60 |
+
}
|
61 |
+
}
|
62 |
+
],
|
63 |
+
"pair": [
|
64 |
+
{
|
65 |
+
"SpecialToken": {
|
66 |
+
"id": "UTT_BOUNDARY",
|
67 |
+
"type_id": 0
|
68 |
+
}
|
69 |
+
},
|
70 |
+
{
|
71 |
+
"Sequence": {
|
72 |
+
"id": "A",
|
73 |
+
"type_id": 0
|
74 |
+
}
|
75 |
+
},
|
76 |
+
{
|
77 |
+
"SpecialToken": {
|
78 |
+
"id": "UTT_BOUNDARY",
|
79 |
+
"type_id": 0
|
80 |
+
}
|
81 |
+
},
|
82 |
+
{
|
83 |
+
"Sequence": {
|
84 |
+
"id": "B",
|
85 |
+
"type_id": 1
|
86 |
+
}
|
87 |
+
}
|
88 |
+
],
|
89 |
+
"special_tokens": {
|
90 |
+
"UTT_BOUNDARY": {
|
91 |
+
"id": "UTT_BOUNDARY",
|
92 |
+
"ids": [
|
93 |
+
3
|
94 |
+
],
|
95 |
+
"tokens": [
|
96 |
+
"UTT_BOUNDARY"
|
97 |
+
]
|
98 |
+
}
|
99 |
+
}
|
100 |
+
},
|
101 |
"decoder": null,
|
102 |
"model": {
|
103 |
"type": "WordLevel",
|
104 |
"vocab": {
|
105 |
"UNK": 0,
|
106 |
"PAD": 1,
|
107 |
+
"WORD_BOUNDARY": 2,
|
108 |
+
"UTT_BOUNDARY": 3,
|
109 |
+
"d": 4,
|
110 |
+
"e": 5,
|
111 |
+
"ɛ": 6,
|
112 |
+
"n": 7,
|
113 |
+
"m": 8,
|
114 |
+
"s": 9,
|
115 |
+
"t": 10,
|
116 |
+
"k": 11,
|
117 |
+
"j": 12,
|
118 |
+
"f": 13,
|
119 |
+
"ɑ": 14,
|
120 |
+
"ɒ": 15,
|
121 |
+
"ə": 16,
|
122 |
+
"ʋ": 17,
|
123 |
+
"a": 18,
|
124 |
+
"l": 19,
|
125 |
+
"h": 20,
|
126 |
+
"b": 21,
|
127 |
+
"ʁ": 22,
|
128 |
+
"p": 23,
|
129 |
+
"œ": 24,
|
130 |
+
"i": 25,
|
131 |
+
"ɡ": 26,
|
132 |
+
"ʌ": 27,
|
133 |
+
"u": 28,
|
134 |
+
"ʃ": 29,
|
135 |
+
"ɔ": 30,
|
136 |
+
"w": 31,
|
137 |
+
"ð": 32,
|
138 |
+
"o": 33,
|
139 |
+
"y": 34,
|
140 |
+
"ŋ": 35,
|
141 |
+
"aɪ": 36,
|
142 |
+
"œː": 37,
|
143 |
+
"aː": 38,
|
144 |
+
"d̠ʒ": 39,
|
145 |
+
"uː": 40,
|
146 |
+
"ʌː": 41,
|
147 |
+
"ɜ": 42,
|
148 |
+
"oː": 43,
|
149 |
+
"yː": 44
|
|
|
|
|
150 |
},
|
151 |
"unk_token": "UNK"
|
152 |
}
|
tokenizer_config.json
CHANGED
@@ -17,7 +17,7 @@
|
|
17 |
"single_word": false,
|
18 |
"special": true
|
19 |
},
|
20 |
-
"
|
21 |
"content": "UTT_BOUNDARY",
|
22 |
"lstrip": false,
|
23 |
"normalized": false,
|
|
|
17 |
"single_word": false,
|
18 |
"special": true
|
19 |
},
|
20 |
+
"3": {
|
21 |
"content": "UTT_BOUNDARY",
|
22 |
"lstrip": false,
|
23 |
"normalized": false,
|
vocab.json
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{"UNK":0,"PAD":1,"
|
|
|
1 |
+
{"UNK":0,"PAD":1,"WORD_BOUNDARY":2,"UTT_BOUNDARY":3,"d":4,"e":5,"ɛ":6,"n":7,"m":8,"s":9,"t":10,"k":11,"j":12,"f":13,"ɑ":14,"ɒ":15,"ə":16,"ʋ":17,"a":18,"l":19,"h":20,"b":21,"ʁ":22,"p":23,"œ":24,"i":25,"ɡ":26,"ʌ":27,"u":28,"ʃ":29,"ɔ":30,"w":31,"ð":32,"o":33,"y":34,"ŋ":35,"aɪ":36,"œː":37,"aː":38,"d̠ʒ":39,"uː":40,"ʌː":41,"ɜ":42,"oː":43,"yː":44}
|