iszoke commited on
Commit
5cb150a
·
verified ·
1 Parent(s): 1e2d44e

Upload tokenizer

Browse files
Files changed (4) hide show
  1. README.md +199 -0
  2. special_tokens_map.json +7 -0
  3. tokenizer.json +512 -0
  4. tokenizer_config.json +76 -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,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "([bos])",
3
+ "eos_token": "([eos])",
4
+ "mask_token": "([mask])",
5
+ "pad_token": "([pad])",
6
+ "unk_token": "([unk])"
7
+ }
tokenizer.json ADDED
@@ -0,0 +1,512 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "version": "1.0",
3
+ "truncation": null,
4
+ "padding": null,
5
+ "added_tokens": [
6
+ {
7
+ "id": 0,
8
+ "content": "([bos])",
9
+ "single_word": false,
10
+ "lstrip": false,
11
+ "rstrip": false,
12
+ "normalized": false,
13
+ "special": true
14
+ },
15
+ {
16
+ "id": 1,
17
+ "content": "([eos])",
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": "([pad])",
36
+ "single_word": false,
37
+ "lstrip": false,
38
+ "rstrip": false,
39
+ "normalized": false,
40
+ "special": true
41
+ },
42
+ {
43
+ "id": 4,
44
+ "content": "([mask])",
45
+ "single_word": false,
46
+ "lstrip": false,
47
+ "rstrip": false,
48
+ "normalized": false,
49
+ "special": true
50
+ },
51
+ {
52
+ "id": 247,
53
+ "content": "(LNG)",
54
+ "single_word": false,
55
+ "lstrip": false,
56
+ "rstrip": false,
57
+ "normalized": true,
58
+ "special": false
59
+ },
60
+ {
61
+ "id": 248,
62
+ "content": "(UNK)",
63
+ "single_word": false,
64
+ "lstrip": false,
65
+ "rstrip": false,
66
+ "normalized": true,
67
+ "special": false
68
+ },
69
+ {
70
+ "id": 249,
71
+ "content": "(SPN)",
72
+ "single_word": false,
73
+ "lstrip": false,
74
+ "rstrip": false,
75
+ "normalized": true,
76
+ "special": false
77
+ }
78
+ ],
79
+ "normalizer": null,
80
+ "pre_tokenizer": {
81
+ "type": "ByteLevel",
82
+ "add_prefix_space": true,
83
+ "trim_offsets": true,
84
+ "use_regex": true
85
+ },
86
+ "post_processor": {
87
+ "type": "TemplateProcessing",
88
+ "single": [
89
+ {
90
+ "Sequence": {
91
+ "id": "A",
92
+ "type_id": 0
93
+ }
94
+ },
95
+ {
96
+ "SpecialToken": {
97
+ "id": "([eos])",
98
+ "type_id": 0
99
+ }
100
+ }
101
+ ],
102
+ "pair": [
103
+ {
104
+ "Sequence": {
105
+ "id": "A",
106
+ "type_id": 0
107
+ }
108
+ },
109
+ {
110
+ "SpecialToken": {
111
+ "id": "([eos])",
112
+ "type_id": 0
113
+ }
114
+ },
115
+ {
116
+ "Sequence": {
117
+ "id": "B",
118
+ "type_id": 1
119
+ }
120
+ },
121
+ {
122
+ "SpecialToken": {
123
+ "id": "([eos])",
124
+ "type_id": 1
125
+ }
126
+ }
127
+ ],
128
+ "special_tokens": {
129
+ "([bos])": {
130
+ "id": "([bos])",
131
+ "ids": [
132
+ 0
133
+ ],
134
+ "tokens": [
135
+ "([bos])"
136
+ ]
137
+ },
138
+ "([eos])": {
139
+ "id": "([eos])",
140
+ "ids": [
141
+ 1
142
+ ],
143
+ "tokens": [
144
+ "([eos])"
145
+ ]
146
+ }
147
+ }
148
+ },
149
+ "decoder": {
150
+ "type": "ByteLevel",
151
+ "add_prefix_space": true,
152
+ "trim_offsets": true,
153
+ "use_regex": true
154
+ },
155
+ "model": {
156
+ "type": "BPE",
157
+ "dropout": null,
158
+ "unk_token": "([unk])",
159
+ "continuing_subword_prefix": null,
160
+ "end_of_word_suffix": null,
161
+ "fuse_unk": false,
162
+ "byte_fallback": false,
163
+ "vocab": {
164
+ "([bos])": 0,
165
+ "([eos])": 1,
166
+ "([unk])": 2,
167
+ "([pad])": 3,
168
+ "([mask])": 4,
169
+ "!": 5,
170
+ "%": 6,
171
+ "'": 7,
172
+ "(": 8,
173
+ ")": 9,
174
+ "*": 10,
175
+ "+": 11,
176
+ ",": 12,
177
+ "-": 13,
178
+ ".": 14,
179
+ "/": 15,
180
+ "0": 16,
181
+ "1": 17,
182
+ "2": 18,
183
+ "3": 19,
184
+ "4": 20,
185
+ "5": 21,
186
+ "6": 22,
187
+ "7": 23,
188
+ "8": 24,
189
+ "9": 25,
190
+ ":": 26,
191
+ ";": 27,
192
+ "?": 28,
193
+ "A": 29,
194
+ "B": 30,
195
+ "C": 31,
196
+ "D": 32,
197
+ "E": 33,
198
+ "F": 34,
199
+ "G": 35,
200
+ "H": 36,
201
+ "I": 37,
202
+ "J": 38,
203
+ "K": 39,
204
+ "L": 40,
205
+ "M": 41,
206
+ "N": 42,
207
+ "O": 43,
208
+ "P": 44,
209
+ "Q": 45,
210
+ "R": 46,
211
+ "S": 47,
212
+ "T": 48,
213
+ "U": 49,
214
+ "V": 50,
215
+ "W": 51,
216
+ "X": 52,
217
+ "Y": 53,
218
+ "Z": 54,
219
+ "a": 55,
220
+ "b": 56,
221
+ "c": 57,
222
+ "d": 58,
223
+ "e": 59,
224
+ "f": 60,
225
+ "g": 61,
226
+ "h": 62,
227
+ "i": 63,
228
+ "j": 64,
229
+ "k": 65,
230
+ "l": 66,
231
+ "m": 67,
232
+ "n": 68,
233
+ "o": 69,
234
+ "p": 70,
235
+ "q": 71,
236
+ "r": 72,
237
+ "s": 73,
238
+ "t": 74,
239
+ "u": 75,
240
+ "v": 76,
241
+ "w": 77,
242
+ "x": 78,
243
+ "y": 79,
244
+ "z": 80,
245
+ "¡": 81,
246
+ "£": 82,
247
+ "¤": 83,
248
+ "¥": 84,
249
+ "¦": 85,
250
+ "§": 86,
251
+ "¨": 87,
252
+ "©": 88,
253
+ "ª": 89,
254
+ "¬": 90,
255
+ "®": 91,
256
+ "¯": 92,
257
+ "±": 93,
258
+ "²": 94,
259
+ "³": 95,
260
+ "´": 96,
261
+ "µ": 97,
262
+ "¶": 98,
263
+ "·": 99,
264
+ "¸": 100,
265
+ "¹": 101,
266
+ "º": 102,
267
+ "»": 103,
268
+ "¼": 104,
269
+ "½": 105,
270
+ "¾": 106,
271
+ "¿": 107,
272
+ "Â": 108,
273
+ "Ã": 109,
274
+ "Ä": 110,
275
+ "Å": 111,
276
+ "Ì": 112,
277
+ "Î": 113,
278
+ "Ï": 114,
279
+ "â": 115,
280
+ "Ġ": 116,
281
+ "Ģ": 117,
282
+ "ģ": 118,
283
+ "Ĥ": 119,
284
+ "ĥ": 120,
285
+ "Ħ": 121,
286
+ "ħ": 122,
287
+ "Ĩ": 123,
288
+ "ĩ": 124,
289
+ "Ī": 125,
290
+ "ī": 126,
291
+ "Ĭ": 127,
292
+ "ĭ": 128,
293
+ "Į": 129,
294
+ "į": 130,
295
+ "İ": 131,
296
+ "IJ": 132,
297
+ "ij": 133,
298
+ "Ĵ": 134,
299
+ "ĵ": 135,
300
+ "Ķ": 136,
301
+ "ķ": 137,
302
+ "ĸ": 138,
303
+ "Ĺ": 139,
304
+ "ĺ": 140,
305
+ "Ļ": 141,
306
+ "ļ": 142,
307
+ "Ľ": 143,
308
+ "ľ": 144,
309
+ "Ŀ": 145,
310
+ "ŀ": 146,
311
+ "Ł": 147,
312
+ "ł": 148,
313
+ "Ń": 149,
314
+ "ĠÎ": 150,
315
+ "α": 151,
316
+ "ÏĦ": 152,
317
+ "ι": 153,
318
+ "ο": 154,
319
+ "ε": 155,
320
+ "ν": 156,
321
+ "Ïģ": 157,
322
+ "ĠÏ": 158,
323
+ "Ïħ": 159,
324
+ "ÏĤ": 160,
325
+ "η": 161,
326
+ "Ïĥ": 162,
327
+ "ĠÏĦ": 163,
328
+ "μ": 164,
329
+ "ί": 165,
330
+ "ÏĢ": 166,
331
+ "λ": 167,
332
+ "κ": 168,
333
+ "ĠÏĢ": 169,
334
+ "ά": 170,
335
+ "οÏħ": 171,
336
+ "Ġκ": 172,
337
+ "ÏĮ": 173,
338
+ "Ġε": 174,
339
+ "Ġα": 175,
340
+ "ÎŃ": 176,
341
+ "ĠÏĥ": 177,
342
+ "Ïī": 178,
343
+ "αι": 179,
344
+ "ή": 180,
345
+ "Ïį": 181,
346
+ "Ġμ": 182,
347
+ "γ": 183,
348
+ "ει": 184,
349
+ "Ïĩ": 185,
350
+ "Ïİ": 186,
351
+ "ια": 187,
352
+ "με": 188,
353
+ "Ġν": 189,
354
+ "ικ": 190,
355
+ "Ġδ": 191,
356
+ "ĠÏĦη": 192,
357
+ "Ġκαι": 193,
358
+ "Ġνα": 194,
359
+ "δ": 195,
360
+ "θ": 196,
361
+ "Ïģο": 197,
362
+ "ÏĨ": 198,
363
+ "ÏĦα": 199,
364
+ "ÏĦε": 200,
365
+ "ία": 201,
366
+ "ÏĢο": 202,
367
+ "ĠÏĦο": 203,
368
+ "Ġγ": 204,
369
+ "μα": 205,
370
+ "Ïģα": 206,
371
+ "Ïĥη": 207,
372
+ "Ġο": 208,
373
+ "ÏĦη": 209,
374
+ "Ïģι": 210,
375
+ "ÏĦο": 211,
376
+ "ĠÎŃ": 212,
377
+ "Ġθ": 213,
378
+ "ίν": 214,
379
+ "Ïīν": 215,
380
+ "ĠÏĮ": 216,
381
+ "β": 217,
382
+ "Ġγια": 218,
383
+ "οÏħμε": 219,
384
+ "ÏĦι": 220,
385
+ "Ġη": 221,
386
+ "ĠÏĦην": 222,
387
+ "να": 223,
388
+ "νο": 224,
389
+ "ĠÏĦοÏħ": 225,
390
+ "ĠαÏħ": 226,
391
+ "Ġ,": 227,
392
+ "Ġμε": 228,
393
+ "Ġ.": 229,
394
+ "ĠÏĢÏģ": 230,
395
+ "ολ": 231,
396
+ "ÏĦικ": 232,
397
+ "ĠÏĥÏħ": 233,
398
+ "εÏĤ": 234,
399
+ "ξ": 235,
400
+ "Ġκα": 236,
401
+ "ÏħÏģ": 237,
402
+ "ÏĢÏĮ": 238,
403
+ "οÏį": 239,
404
+ "ĠαÏħÏĦ": 240,
405
+ "Ġθα": 241,
406
+ "ζ": 242,
407
+ "ĠÏĦηÏĤ": 243,
408
+ "αÏĤ": 244,
409
+ "οι": 245,
410
+ "ÎŃÏĤ": 246
411
+ },
412
+ "merges": [
413
+ "Ġ Î",
414
+ "Î ±",
415
+ "Ï Ħ",
416
+ "Î ¹",
417
+ "Î ¿",
418
+ "Î µ",
419
+ "Î ½",
420
+ "Ï ģ",
421
+ "Ġ Ï",
422
+ "Ï ħ",
423
+ "Ï Ĥ",
424
+ "Î ·",
425
+ "Ï ĥ",
426
+ "Ġ ÏĦ",
427
+ "Î ¼",
428
+ "Î ¯",
429
+ "Ï Ģ",
430
+ "Î »",
431
+ "Î º",
432
+ "ĠÏ Ģ",
433
+ "Î ¬",
434
+ "ο Ïħ",
435
+ "ĠÎ º",
436
+ "Ï Į",
437
+ "ĠÎ µ",
438
+ "ĠÎ ±",
439
+ "Î Ń",
440
+ "ĠÏ ĥ",
441
+ "Ï ī",
442
+ "α ι",
443
+ "Î ®",
444
+ "Ï į",
445
+ "ĠÎ ¼",
446
+ "Î ³",
447
+ "ε ι",
448
+ "Ï ĩ",
449
+ "Ï İ",
450
+ "ι α",
451
+ "μ ε",
452
+ "ĠÎ ½",
453
+ "ι κ",
454
+ "ĠÎ ´",
455
+ "ĠÏĦ η",
456
+ "Ġκ αι",
457
+ "Ġν α",
458
+ "Î ´",
459
+ "Î ¸",
460
+ "Ïģ ο",
461
+ "Ï Ĩ",
462
+ "ÏĦ α",
463
+ "ÏĦ ε",
464
+ "ί α",
465
+ "ÏĢ Î¿",
466
+ "ĠÏĦ ο",
467
+ "ĠÎ ³",
468
+ "μ α",
469
+ "Ïģ α",
470
+ "Ïĥ η",
471
+ "ĠÎ ¿",
472
+ "ÏĦ η",
473
+ "Ïģ ι",
474
+ "ÏĦ ο",
475
+ "ĠÎ Ń",
476
+ "ĠÎ ¸",
477
+ "ί ν",
478
+ "Ïī ν",
479
+ "ĠÏ Į",
480
+ "Î ²",
481
+ "Ġγ ια",
482
+ "οÏħ με",
483
+ "ÏĦ ι",
484
+ "ĠÎ ·",
485
+ "ĠÏĦη ν",
486
+ "ν α",
487
+ "ν ο",
488
+ "ĠÏĦ οÏħ",
489
+ "Ġα Ïħ",
490
+ "Ġ ,",
491
+ "Ġμ ε",
492
+ "Ġ .",
493
+ "ĠÏĢ Ïģ",
494
+ "ο λ",
495
+ "ÏĦ ικ",
496
+ "ĠÏĥ Ïħ",
497
+ "ε ÏĤ",
498
+ "Î ¾",
499
+ "Ġκ α",
500
+ "Ïħ Ïģ",
501
+ "ÏĢ ÏĮ",
502
+ "ο Ïį",
503
+ "ĠαÏħ ÏĦ",
504
+ "Ġθ α",
505
+ "Î ¶",
506
+ "ĠÏĦη ÏĤ",
507
+ "α ÏĤ",
508
+ "ο ι",
509
+ "ÎŃ ÏĤ"
510
+ ]
511
+ }
512
+ }
tokenizer_config.json ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "([bos])",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "1": {
12
+ "content": "([eos])",
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": "([pad])",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "4": {
36
+ "content": "([mask])",
37
+ "lstrip": false,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ },
43
+ "247": {
44
+ "content": "(LNG)",
45
+ "lstrip": false,
46
+ "normalized": true,
47
+ "rstrip": false,
48
+ "single_word": false,
49
+ "special": false
50
+ },
51
+ "248": {
52
+ "content": "(UNK)",
53
+ "lstrip": false,
54
+ "normalized": true,
55
+ "rstrip": false,
56
+ "single_word": false,
57
+ "special": false
58
+ },
59
+ "249": {
60
+ "content": "(SPN)",
61
+ "lstrip": false,
62
+ "normalized": true,
63
+ "rstrip": false,
64
+ "single_word": false,
65
+ "special": false
66
+ }
67
+ },
68
+ "bos_token": "([bos])",
69
+ "clean_up_tokenization_spaces": true,
70
+ "eos_token": "([eos])",
71
+ "mask_token": "([mask])",
72
+ "model_max_length": 1000000000000000019884624838656,
73
+ "pad_token": "([pad])",
74
+ "tokenizer_class": "PreTrainedTokenizerFast",
75
+ "unk_token": "([unk])"
76
+ }