Transformers
n28div commited on
Commit
599335f
·
verified ·
1 Parent(s): 2fde384

Upload tokenizer

Browse files
Files changed (4) hide show
  1. README.md +199 -0
  2. special_tokens_map.json +37 -0
  3. tokenizer.json +784 -0
  4. tokenizer_config.json +73 -0
README.md ADDED
@@ -0,0 +1,199 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ tags: []
4
+ ---
5
+
6
+ # Model Card for Model ID
7
+
8
+ <!-- Provide a quick summary of what the model is/does. -->
9
+
10
+
11
+
12
+ ## Model Details
13
+
14
+ ### Model Description
15
+
16
+ <!-- Provide a longer summary of what this model is. -->
17
+
18
+ This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
19
+
20
+ - **Developed by:** [More Information Needed]
21
+ - **Funded by [optional]:** [More Information Needed]
22
+ - **Shared by [optional]:** [More Information Needed]
23
+ - **Model type:** [More Information Needed]
24
+ - **Language(s) (NLP):** [More Information Needed]
25
+ - **License:** [More Information Needed]
26
+ - **Finetuned from model [optional]:** [More Information Needed]
27
+
28
+ ### Model Sources [optional]
29
+
30
+ <!-- Provide the basic links for the model. -->
31
+
32
+ - **Repository:** [More Information Needed]
33
+ - **Paper [optional]:** [More Information Needed]
34
+ - **Demo [optional]:** [More Information Needed]
35
+
36
+ ## Uses
37
+
38
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
39
+
40
+ ### Direct Use
41
+
42
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
43
+
44
+ [More Information Needed]
45
+
46
+ ### Downstream Use [optional]
47
+
48
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
49
+
50
+ [More Information Needed]
51
+
52
+ ### Out-of-Scope Use
53
+
54
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
55
+
56
+ [More Information Needed]
57
+
58
+ ## Bias, Risks, and Limitations
59
+
60
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
61
+
62
+ [More Information Needed]
63
+
64
+ ### Recommendations
65
+
66
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
67
+
68
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
69
+
70
+ ## How to Get Started with the Model
71
+
72
+ Use the code below to get started with the model.
73
+
74
+ [More Information Needed]
75
+
76
+ ## Training Details
77
+
78
+ ### Training Data
79
+
80
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
81
+
82
+ [More Information Needed]
83
+
84
+ ### Training Procedure
85
+
86
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
87
+
88
+ #### Preprocessing [optional]
89
+
90
+ [More Information Needed]
91
+
92
+
93
+ #### Training Hyperparameters
94
+
95
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
96
+
97
+ #### Speeds, Sizes, Times [optional]
98
+
99
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
100
+
101
+ [More Information Needed]
102
+
103
+ ## Evaluation
104
+
105
+ <!-- This section describes the evaluation protocols and provides the results. -->
106
+
107
+ ### Testing Data, Factors & Metrics
108
+
109
+ #### Testing Data
110
+
111
+ <!-- This should link to a Dataset Card if possible. -->
112
+
113
+ [More Information Needed]
114
+
115
+ #### Factors
116
+
117
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
118
+
119
+ [More Information Needed]
120
+
121
+ #### Metrics
122
+
123
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
124
+
125
+ [More Information Needed]
126
+
127
+ ### Results
128
+
129
+ [More Information Needed]
130
+
131
+ #### Summary
132
+
133
+
134
+
135
+ ## Model Examination [optional]
136
+
137
+ <!-- Relevant interpretability work for the model goes here -->
138
+
139
+ [More Information Needed]
140
+
141
+ ## Environmental Impact
142
+
143
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
144
+
145
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
146
+
147
+ - **Hardware Type:** [More Information Needed]
148
+ - **Hours used:** [More Information Needed]
149
+ - **Cloud Provider:** [More Information Needed]
150
+ - **Compute Region:** [More Information Needed]
151
+ - **Carbon Emitted:** [More Information Needed]
152
+
153
+ ## Technical Specifications [optional]
154
+
155
+ ### Model Architecture and Objective
156
+
157
+ [More Information Needed]
158
+
159
+ ### Compute Infrastructure
160
+
161
+ [More Information Needed]
162
+
163
+ #### Hardware
164
+
165
+ [More Information Needed]
166
+
167
+ #### Software
168
+
169
+ [More Information Needed]
170
+
171
+ ## Citation [optional]
172
+
173
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
174
+
175
+ **BibTeX:**
176
+
177
+ [More Information Needed]
178
+
179
+ **APA:**
180
+
181
+ [More Information Needed]
182
+
183
+ ## Glossary [optional]
184
+
185
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
186
+
187
+ [More Information Needed]
188
+
189
+ ## More Information [optional]
190
+
191
+ [More Information Needed]
192
+
193
+ ## Model Card Authors [optional]
194
+
195
+ [More Information Needed]
196
+
197
+ ## Model Card Contact
198
+
199
+ [More Information Needed]
special_tokens_map.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": {
3
+ "content": "[CLS]",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "mask_token": {
10
+ "content": "[MASK]",
11
+ "lstrip": true,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": {
17
+ "content": "[PAD]",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "sep_token": {
24
+ "content": "[SEP]",
25
+ "lstrip": false,
26
+ "normalized": false,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ },
30
+ "unk_token": {
31
+ "content": "[UNK]",
32
+ "lstrip": false,
33
+ "normalized": false,
34
+ "rstrip": false,
35
+ "single_word": false
36
+ }
37
+ }
tokenizer.json ADDED
@@ -0,0 +1,784 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "version": "1.0",
3
+ "truncation": null,
4
+ "padding": null,
5
+ "added_tokens": [
6
+ {
7
+ "id": 0,
8
+ "content": "<|padding|>",
9
+ "single_word": false,
10
+ "lstrip": false,
11
+ "rstrip": false,
12
+ "normalized": false,
13
+ "special": true
14
+ },
15
+ {
16
+ "id": 1,
17
+ "content": "<|endoftext|>",
18
+ "single_word": false,
19
+ "lstrip": false,
20
+ "rstrip": false,
21
+ "normalized": false,
22
+ "special": true
23
+ },
24
+ {
25
+ "id": 2,
26
+ "content": "[UNK]",
27
+ "single_word": false,
28
+ "lstrip": false,
29
+ "rstrip": false,
30
+ "normalized": false,
31
+ "special": true
32
+ },
33
+ {
34
+ "id": 3,
35
+ "content": "[CLS]",
36
+ "single_word": false,
37
+ "lstrip": false,
38
+ "rstrip": false,
39
+ "normalized": false,
40
+ "special": true
41
+ },
42
+ {
43
+ "id": 4,
44
+ "content": "[SEP]",
45
+ "single_word": false,
46
+ "lstrip": false,
47
+ "rstrip": false,
48
+ "normalized": false,
49
+ "special": true
50
+ },
51
+ {
52
+ "id": 5,
53
+ "content": "[PAD]",
54
+ "single_word": false,
55
+ "lstrip": false,
56
+ "rstrip": false,
57
+ "normalized": false,
58
+ "special": true
59
+ },
60
+ {
61
+ "id": 6,
62
+ "content": "[MASK]",
63
+ "single_word": false,
64
+ "lstrip": true,
65
+ "rstrip": false,
66
+ "normalized": false,
67
+ "special": true
68
+ }
69
+ ],
70
+ "normalizer": {
71
+ "type": "NFC"
72
+ },
73
+ "pre_tokenizer": {
74
+ "type": "ByteLevel",
75
+ "add_prefix_space": false,
76
+ "trim_offsets": true,
77
+ "use_regex": true
78
+ },
79
+ "post_processor": {
80
+ "type": "TemplateProcessing",
81
+ "single": [
82
+ {
83
+ "SpecialToken": {
84
+ "id": "[CLS]",
85
+ "type_id": 0
86
+ }
87
+ },
88
+ {
89
+ "Sequence": {
90
+ "id": "A",
91
+ "type_id": 0
92
+ }
93
+ },
94
+ {
95
+ "SpecialToken": {
96
+ "id": "[SEP]",
97
+ "type_id": 0
98
+ }
99
+ }
100
+ ],
101
+ "pair": [
102
+ {
103
+ "SpecialToken": {
104
+ "id": "[CLS]",
105
+ "type_id": 0
106
+ }
107
+ },
108
+ {
109
+ "Sequence": {
110
+ "id": "A",
111
+ "type_id": 0
112
+ }
113
+ },
114
+ {
115
+ "SpecialToken": {
116
+ "id": "[SEP]",
117
+ "type_id": 0
118
+ }
119
+ },
120
+ {
121
+ "Sequence": {
122
+ "id": "B",
123
+ "type_id": 0
124
+ }
125
+ },
126
+ {
127
+ "SpecialToken": {
128
+ "id": "[SEP]",
129
+ "type_id": 0
130
+ }
131
+ }
132
+ ],
133
+ "special_tokens": {
134
+ "[CLS]": {
135
+ "id": "[CLS]",
136
+ "ids": [
137
+ 3
138
+ ],
139
+ "tokens": [
140
+ "[CLS]"
141
+ ]
142
+ },
143
+ "[MASK]": {
144
+ "id": "[MASK]",
145
+ "ids": [
146
+ 6
147
+ ],
148
+ "tokens": [
149
+ "[MASK]"
150
+ ]
151
+ },
152
+ "[PAD]": {
153
+ "id": "[PAD]",
154
+ "ids": [
155
+ 5
156
+ ],
157
+ "tokens": [
158
+ "[PAD]"
159
+ ]
160
+ },
161
+ "[SEP]": {
162
+ "id": "[SEP]",
163
+ "ids": [
164
+ 4
165
+ ],
166
+ "tokens": [
167
+ "[SEP]"
168
+ ]
169
+ },
170
+ "[UNK]": {
171
+ "id": "[UNK]",
172
+ "ids": [
173
+ 2
174
+ ],
175
+ "tokens": [
176
+ "[UNK]"
177
+ ]
178
+ }
179
+ }
180
+ },
181
+ "decoder": {
182
+ "type": "ByteLevel",
183
+ "add_prefix_space": false,
184
+ "trim_offsets": true,
185
+ "use_regex": true
186
+ },
187
+ "model": {
188
+ "type": "BPE",
189
+ "dropout": null,
190
+ "unk_token": null,
191
+ "continuing_subword_prefix": null,
192
+ "end_of_word_suffix": null,
193
+ "fuse_unk": false,
194
+ "byte_fallback": false,
195
+ "ignore_merges": false,
196
+ "vocab": {
197
+ "<|padding|>": 0,
198
+ "<|endoftext|>": 1,
199
+ "[UNK]": 2,
200
+ "[CLS]": 3,
201
+ "[SEP]": 4,
202
+ "[PAD]": 5,
203
+ "[MASK]": 6,
204
+ "!": 7,
205
+ "\"": 8,
206
+ "#": 9,
207
+ "$": 10,
208
+ "%": 11,
209
+ "&": 12,
210
+ "'": 13,
211
+ "(": 14,
212
+ ")": 15,
213
+ "*": 16,
214
+ "+": 17,
215
+ ",": 18,
216
+ "-": 19,
217
+ ".": 20,
218
+ "/": 21,
219
+ "0": 22,
220
+ "1": 23,
221
+ "2": 24,
222
+ "3": 25,
223
+ "4": 26,
224
+ "5": 27,
225
+ "6": 28,
226
+ "7": 29,
227
+ "8": 30,
228
+ "9": 31,
229
+ ":": 32,
230
+ ";": 33,
231
+ "<": 34,
232
+ "=": 35,
233
+ ">": 36,
234
+ "?": 37,
235
+ "@": 38,
236
+ "A": 39,
237
+ "B": 40,
238
+ "C": 41,
239
+ "D": 42,
240
+ "E": 43,
241
+ "F": 44,
242
+ "G": 45,
243
+ "H": 46,
244
+ "I": 47,
245
+ "J": 48,
246
+ "K": 49,
247
+ "L": 50,
248
+ "M": 51,
249
+ "N": 52,
250
+ "O": 53,
251
+ "P": 54,
252
+ "Q": 55,
253
+ "R": 56,
254
+ "S": 57,
255
+ "T": 58,
256
+ "U": 59,
257
+ "V": 60,
258
+ "W": 61,
259
+ "X": 62,
260
+ "Y": 63,
261
+ "Z": 64,
262
+ "[": 65,
263
+ "\\": 66,
264
+ "]": 67,
265
+ "^": 68,
266
+ "_": 69,
267
+ "`": 70,
268
+ "a": 71,
269
+ "b": 72,
270
+ "c": 73,
271
+ "d": 74,
272
+ "e": 75,
273
+ "f": 76,
274
+ "g": 77,
275
+ "h": 78,
276
+ "i": 79,
277
+ "j": 80,
278
+ "k": 81,
279
+ "l": 82,
280
+ "m": 83,
281
+ "n": 84,
282
+ "o": 85,
283
+ "p": 86,
284
+ "q": 87,
285
+ "r": 88,
286
+ "s": 89,
287
+ "t": 90,
288
+ "u": 91,
289
+ "v": 92,
290
+ "w": 93,
291
+ "x": 94,
292
+ "y": 95,
293
+ "z": 96,
294
+ "{": 97,
295
+ "|": 98,
296
+ "}": 99,
297
+ "~": 100,
298
+ "¡": 101,
299
+ "¢": 102,
300
+ "£": 103,
301
+ "¤": 104,
302
+ "¥": 105,
303
+ "¦": 106,
304
+ "§": 107,
305
+ "¨": 108,
306
+ "©": 109,
307
+ "ª": 110,
308
+ "«": 111,
309
+ "¬": 112,
310
+ "®": 113,
311
+ "¯": 114,
312
+ "°": 115,
313
+ "±": 116,
314
+ "²": 117,
315
+ "³": 118,
316
+ "´": 119,
317
+ "µ": 120,
318
+ "¶": 121,
319
+ "·": 122,
320
+ "¸": 123,
321
+ "¹": 124,
322
+ "º": 125,
323
+ "»": 126,
324
+ "¼": 127,
325
+ "½": 128,
326
+ "¾": 129,
327
+ "¿": 130,
328
+ "À": 131,
329
+ "Á": 132,
330
+ "Â": 133,
331
+ "Ã": 134,
332
+ "Ä": 135,
333
+ "Å": 136,
334
+ "Æ": 137,
335
+ "Ç": 138,
336
+ "È": 139,
337
+ "É": 140,
338
+ "Ê": 141,
339
+ "Ë": 142,
340
+ "Ì": 143,
341
+ "Í": 144,
342
+ "Î": 145,
343
+ "Ï": 146,
344
+ "Ð": 147,
345
+ "Ñ": 148,
346
+ "Ò": 149,
347
+ "Ó": 150,
348
+ "Ô": 151,
349
+ "Õ": 152,
350
+ "Ö": 153,
351
+ "×": 154,
352
+ "Ø": 155,
353
+ "Ù": 156,
354
+ "Ú": 157,
355
+ "Û": 158,
356
+ "Ü": 159,
357
+ "Ý": 160,
358
+ "Þ": 161,
359
+ "ß": 162,
360
+ "à": 163,
361
+ "á": 164,
362
+ "â": 165,
363
+ "ã": 166,
364
+ "ä": 167,
365
+ "å": 168,
366
+ "æ": 169,
367
+ "ç": 170,
368
+ "è": 171,
369
+ "é": 172,
370
+ "ê": 173,
371
+ "ë": 174,
372
+ "ì": 175,
373
+ "í": 176,
374
+ "î": 177,
375
+ "ï": 178,
376
+ "ð": 179,
377
+ "ñ": 180,
378
+ "ò": 181,
379
+ "ó": 182,
380
+ "ô": 183,
381
+ "õ": 184,
382
+ "ö": 185,
383
+ "÷": 186,
384
+ "ø": 187,
385
+ "ù": 188,
386
+ "ú": 189,
387
+ "û": 190,
388
+ "ü": 191,
389
+ "ý": 192,
390
+ "þ": 193,
391
+ "ÿ": 194,
392
+ "Ā": 195,
393
+ "ā": 196,
394
+ "Ă": 197,
395
+ "ă": 198,
396
+ "Ą": 199,
397
+ "ą": 200,
398
+ "Ć": 201,
399
+ "ć": 202,
400
+ "Ĉ": 203,
401
+ "ĉ": 204,
402
+ "Ċ": 205,
403
+ "ċ": 206,
404
+ "Č": 207,
405
+ "č": 208,
406
+ "Ď": 209,
407
+ "ď": 210,
408
+ "Đ": 211,
409
+ "đ": 212,
410
+ "Ē": 213,
411
+ "ē": 214,
412
+ "Ĕ": 215,
413
+ "ĕ": 216,
414
+ "Ė": 217,
415
+ "ė": 218,
416
+ "Ę": 219,
417
+ "ę": 220,
418
+ "Ě": 221,
419
+ "ě": 222,
420
+ "Ĝ": 223,
421
+ "ĝ": 224,
422
+ "Ğ": 225,
423
+ "ğ": 226,
424
+ "Ġ": 227,
425
+ "ġ": 228,
426
+ "Ģ": 229,
427
+ "ģ": 230,
428
+ "Ĥ": 231,
429
+ "ĥ": 232,
430
+ "Ħ": 233,
431
+ "ħ": 234,
432
+ "Ĩ": 235,
433
+ "ĩ": 236,
434
+ "Ī": 237,
435
+ "ī": 238,
436
+ "Ĭ": 239,
437
+ "ĭ": 240,
438
+ "Į": 241,
439
+ "į": 242,
440
+ "İ": 243,
441
+ "ı": 244,
442
+ "IJ": 245,
443
+ "ij": 246,
444
+ "Ĵ": 247,
445
+ "ĵ": 248,
446
+ "Ķ": 249,
447
+ "ķ": 250,
448
+ "ĸ": 251,
449
+ "Ĺ": 252,
450
+ "ĺ": 253,
451
+ "Ļ": 254,
452
+ "ļ": 255,
453
+ "Ľ": 256,
454
+ "ľ": 257,
455
+ "Ŀ": 258,
456
+ "ŀ": 259,
457
+ "Ł": 260,
458
+ "ł": 261,
459
+ "Ń": 262,
460
+ "aj": 263,
461
+ "maj": 264,
462
+ "in": 265,
463
+ "min": 266,
464
+ "ĠG": 267,
465
+ "ĠC": 268,
466
+ "ĠD": 269,
467
+ "ĠF": 270,
468
+ ":(": 271,
469
+ "ĠA": 272,
470
+ "ĠE": 273,
471
+ "ĠB": 274,
472
+ "ĠBb": 275,
473
+ "ĠEb": 276,
474
+ "di": 277,
475
+ "dim": 278,
476
+ "#:": 279,
477
+ "ĠAb": 280,
478
+ ")/": 281,
479
+ "11": 282,
480
+ "ĠDb": 283,
481
+ ",*": 284,
482
+ ",#": 285,
483
+ "13": 286,
484
+ ":(*": 287,
485
+ "hdim": 288,
486
+ "ĠGb": 289,
487
+ "su": 290,
488
+ "sus": 291,
489
+ "(#": 292,
490
+ "au": 293,
491
+ "aug": 294,
492
+ "bb": 295,
493
+ "#:(": 296,
494
+ "Bb": 297,
495
+ "Eb": 298,
496
+ "ĠN": 299,
497
+ "##:": 300,
498
+ "ĠCb": 301,
499
+ "Ab": 302,
500
+ "#:(*": 303,
501
+ "/#": 304,
502
+ ")/#": 305,
503
+ "ĠFb": 306,
504
+ "minmaj": 307,
505
+ "Db": 308,
506
+ "ĠBbb": 309,
507
+ "(*": 310,
508
+ "##:(": 311,
509
+ "Gb": 312,
510
+ "###:": 313,
511
+ "ĠEbb": 314,
512
+ "#/": 315,
513
+ ":(#": 316,
514
+ "ĠAbb": 317,
515
+ "ĠDbb": 318,
516
+ "##:(*": 319,
517
+ "ĠGbb": 320,
518
+ "ĠFbb": 321,
519
+ "Cb": 322,
520
+ ",##": 323,
521
+ "ĠCbb": 324,
522
+ "ĠEbbb": 325,
523
+ "ĠAbbb": 326
524
+ },
525
+ "merges": [
526
+ [
527
+ "a",
528
+ "j"
529
+ ],
530
+ [
531
+ "m",
532
+ "aj"
533
+ ],
534
+ [
535
+ "i",
536
+ "n"
537
+ ],
538
+ [
539
+ "m",
540
+ "in"
541
+ ],
542
+ [
543
+ "Ġ",
544
+ "G"
545
+ ],
546
+ [
547
+ "Ġ",
548
+ "C"
549
+ ],
550
+ [
551
+ "Ġ",
552
+ "D"
553
+ ],
554
+ [
555
+ "Ġ",
556
+ "F"
557
+ ],
558
+ [
559
+ ":",
560
+ "("
561
+ ],
562
+ [
563
+ "Ġ",
564
+ "A"
565
+ ],
566
+ [
567
+ "Ġ",
568
+ "E"
569
+ ],
570
+ [
571
+ "Ġ",
572
+ "B"
573
+ ],
574
+ [
575
+ "ĠB",
576
+ "b"
577
+ ],
578
+ [
579
+ "ĠE",
580
+ "b"
581
+ ],
582
+ [
583
+ "d",
584
+ "i"
585
+ ],
586
+ [
587
+ "di",
588
+ "m"
589
+ ],
590
+ [
591
+ "#",
592
+ ":"
593
+ ],
594
+ [
595
+ "ĠA",
596
+ "b"
597
+ ],
598
+ [
599
+ ")",
600
+ "/"
601
+ ],
602
+ [
603
+ "1",
604
+ "1"
605
+ ],
606
+ [
607
+ "ĠD",
608
+ "b"
609
+ ],
610
+ [
611
+ ",",
612
+ "*"
613
+ ],
614
+ [
615
+ ",",
616
+ "#"
617
+ ],
618
+ [
619
+ "1",
620
+ "3"
621
+ ],
622
+ [
623
+ ":(",
624
+ "*"
625
+ ],
626
+ [
627
+ "h",
628
+ "dim"
629
+ ],
630
+ [
631
+ "ĠG",
632
+ "b"
633
+ ],
634
+ [
635
+ "s",
636
+ "u"
637
+ ],
638
+ [
639
+ "su",
640
+ "s"
641
+ ],
642
+ [
643
+ "(",
644
+ "#"
645
+ ],
646
+ [
647
+ "a",
648
+ "u"
649
+ ],
650
+ [
651
+ "au",
652
+ "g"
653
+ ],
654
+ [
655
+ "b",
656
+ "b"
657
+ ],
658
+ [
659
+ "#",
660
+ ":("
661
+ ],
662
+ [
663
+ "B",
664
+ "b"
665
+ ],
666
+ [
667
+ "E",
668
+ "b"
669
+ ],
670
+ [
671
+ "Ġ",
672
+ "N"
673
+ ],
674
+ [
675
+ "#",
676
+ "#:"
677
+ ],
678
+ [
679
+ "ĠC",
680
+ "b"
681
+ ],
682
+ [
683
+ "A",
684
+ "b"
685
+ ],
686
+ [
687
+ "#",
688
+ ":(*"
689
+ ],
690
+ [
691
+ "/",
692
+ "#"
693
+ ],
694
+ [
695
+ ")/",
696
+ "#"
697
+ ],
698
+ [
699
+ "ĠF",
700
+ "b"
701
+ ],
702
+ [
703
+ "min",
704
+ "maj"
705
+ ],
706
+ [
707
+ "D",
708
+ "b"
709
+ ],
710
+ [
711
+ "ĠBb",
712
+ "b"
713
+ ],
714
+ [
715
+ "(",
716
+ "*"
717
+ ],
718
+ [
719
+ "#",
720
+ "#:("
721
+ ],
722
+ [
723
+ "G",
724
+ "b"
725
+ ],
726
+ [
727
+ "#",
728
+ "##:"
729
+ ],
730
+ [
731
+ "ĠEb",
732
+ "b"
733
+ ],
734
+ [
735
+ "#",
736
+ "/"
737
+ ],
738
+ [
739
+ ":(",
740
+ "#"
741
+ ],
742
+ [
743
+ "ĠAb",
744
+ "b"
745
+ ],
746
+ [
747
+ "ĠDb",
748
+ "b"
749
+ ],
750
+ [
751
+ "#",
752
+ "#:(*"
753
+ ],
754
+ [
755
+ "ĠGb",
756
+ "b"
757
+ ],
758
+ [
759
+ "ĠF",
760
+ "bb"
761
+ ],
762
+ [
763
+ "C",
764
+ "b"
765
+ ],
766
+ [
767
+ ",#",
768
+ "#"
769
+ ],
770
+ [
771
+ "ĠC",
772
+ "bb"
773
+ ],
774
+ [
775
+ "ĠEb",
776
+ "bb"
777
+ ],
778
+ [
779
+ "ĠAb",
780
+ "bb"
781
+ ]
782
+ ]
783
+ }
784
+ }
tokenizer_config.json ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "<|padding|>",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "1": {
12
+ "content": "<|endoftext|>",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "2": {
20
+ "content": "[UNK]",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "3": {
28
+ "content": "[CLS]",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "4": {
36
+ "content": "[SEP]",
37
+ "lstrip": false,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ },
43
+ "5": {
44
+ "content": "[PAD]",
45
+ "lstrip": false,
46
+ "normalized": false,
47
+ "rstrip": false,
48
+ "single_word": false,
49
+ "special": true
50
+ },
51
+ "6": {
52
+ "content": "[MASK]",
53
+ "lstrip": true,
54
+ "normalized": false,
55
+ "rstrip": false,
56
+ "single_word": false,
57
+ "special": true
58
+ }
59
+ },
60
+ "clean_up_tokenization_spaces": true,
61
+ "cls_token": "[CLS]",
62
+ "extra_special_tokens": {},
63
+ "mask_token": "[MASK]",
64
+ "model_input_names": [
65
+ "input_ids",
66
+ "attention_mask"
67
+ ],
68
+ "model_max_length": 1000000000000000019884624838656,
69
+ "pad_token": "[PAD]",
70
+ "sep_token": "[SEP]",
71
+ "tokenizer_class": "PreTrainedTokenizerFast",
72
+ "unk_token": "[UNK]"
73
+ }