Transformers
iszoke commited on
Commit
8a88188
·
verified ·
1 Parent(s): 65ec0b6

Upload tokenizer

Browse files
Files changed (4) hide show
  1. README.md +199 -0
  2. special_tokens_map.json +7 -0
  3. tokenizer.json +1150 -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,1150 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "Metaspace",
82
+ "replacement": "▁",
83
+ "add_prefix_space": true,
84
+ "prepend_scheme": "always"
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": "Metaspace",
151
+ "replacement": "▁",
152
+ "add_prefix_space": true,
153
+ "prepend_scheme": "always"
154
+ },
155
+ "model": {
156
+ "type": "Unigram",
157
+ "unk_id": 2,
158
+ "vocab": [
159
+ [
160
+ "([bos])",
161
+ 0.0
162
+ ],
163
+ [
164
+ "([eos])",
165
+ 0.0
166
+ ],
167
+ [
168
+ "([unk])",
169
+ 0.0
170
+ ],
171
+ [
172
+ "([pad])",
173
+ 0.0
174
+ ],
175
+ [
176
+ "([mask])",
177
+ 0.0
178
+ ],
179
+ [
180
+ "▁",
181
+ -1.9847706990161544
182
+ ],
183
+ [
184
+ "a",
185
+ -3.1314497930271177
186
+ ],
187
+ [
188
+ "t",
189
+ -3.1881965015958187
190
+ ],
191
+ [
192
+ "i",
193
+ -3.4243963619008255
194
+ ],
195
+ [
196
+ "d",
197
+ -3.5014511936716186
198
+ ],
199
+ [
200
+ "o",
201
+ -3.5274805409389582
202
+ ],
203
+ [
204
+ "m",
205
+ -3.558661298685198
206
+ ],
207
+ [
208
+ "u",
209
+ -3.625320681110813
210
+ ],
211
+ [
212
+ "s",
213
+ -3.712394209496356
214
+ ],
215
+ [
216
+ "v",
217
+ -3.72415747794809
218
+ ],
219
+ [
220
+ ",",
221
+ -3.805334281306008
222
+ ],
223
+ [
224
+ "k",
225
+ -3.823407487612606
226
+ ],
227
+ [
228
+ "á",
229
+ -4.06402185490056
230
+ ],
231
+ [
232
+ "e",
233
+ -4.118975276125365
234
+ ],
235
+ [
236
+ "r",
237
+ -4.1561955333170815
238
+ ],
239
+ [
240
+ "l",
241
+ -4.207310751159483
242
+ ],
243
+ [
244
+ "n",
245
+ -4.260244529295308
246
+ ],
247
+ [
248
+ "y",
249
+ -4.279903492234059
250
+ ],
251
+ [
252
+ "í",
253
+ -4.4102129224806585
254
+ ],
255
+ [
256
+ "ě",
257
+ -4.502923994115825
258
+ ],
259
+ [
260
+ "p",
261
+ -4.532547889978606
262
+ ],
263
+ [
264
+ "▁v",
265
+ -4.559246971264237
266
+ ],
267
+ [
268
+ "ní",
269
+ -4.566408642453595
270
+ ],
271
+ [
272
+ ".",
273
+ -4.579478426041845
274
+ ],
275
+ [
276
+ "ch",
277
+ -4.7060160462408955
278
+ ],
279
+ [
280
+ "b",
281
+ -4.7267873231612505
282
+ ],
283
+ [
284
+ "z",
285
+ -4.741376547385773
286
+ ],
287
+ [
288
+ "▁s",
289
+ -4.7959555301926695
290
+ ],
291
+ [
292
+ "▁po",
293
+ -4.890977951755792
294
+ ],
295
+ [
296
+ "▁z",
297
+ -4.9117950878941965
298
+ ],
299
+ [
300
+ "j",
301
+ -4.983830676165416
302
+ ],
303
+ [
304
+ "é",
305
+ -4.997351240560704
306
+ ],
307
+ [
308
+ "li",
309
+ -5.030678383363137
310
+ ],
311
+ [
312
+ "c",
313
+ -5.0396387435626995
314
+ ],
315
+ [
316
+ "ž",
317
+ -5.049142114448735
318
+ ],
319
+ [
320
+ "to",
321
+ -5.057673228667184
322
+ ],
323
+ [
324
+ "h",
325
+ -5.079586658466628
326
+ ],
327
+ [
328
+ "▁je",
329
+ -5.113720460724675
330
+ ],
331
+ [
332
+ "me",
333
+ -5.1181371558896736
334
+ ],
335
+ [
336
+ "▁na",
337
+ -5.127083114594628
338
+ ],
339
+ [
340
+ "▁pro",
341
+ -5.147757595304579
342
+ ],
343
+ [
344
+ "č",
345
+ -5.179515263964058
346
+ ],
347
+ [
348
+ "ů",
349
+ -5.200945320530458
350
+ ],
351
+ [
352
+ "ho",
353
+ -5.221618751844693
354
+ ],
355
+ [
356
+ "le",
357
+ -5.2250844030131365
358
+ ],
359
+ [
360
+ "ně",
361
+ -5.27972704953069
362
+ ],
363
+ [
364
+ "ce",
365
+ -5.281994589031864
366
+ ],
367
+ [
368
+ "▁ne",
369
+ -5.308616451754174
370
+ ],
371
+ [
372
+ "ý",
373
+ -5.31697552150202
374
+ ],
375
+ [
376
+ "▁se",
377
+ -5.337009578506832
378
+ ],
379
+ [
380
+ "la",
381
+ -5.338199582903597
382
+ ],
383
+ [
384
+ "ni",
385
+ -5.339196490125113
386
+ ],
387
+ [
388
+ "▁to",
389
+ -5.349248427402005
390
+ ],
391
+ [
392
+ "te",
393
+ -5.381248563144281
394
+ ],
395
+ [
396
+ "ra",
397
+ -5.498126975121622
398
+ ],
399
+ [
400
+ "š",
401
+ -5.515959757283252
402
+ ],
403
+ [
404
+ "pr",
405
+ -5.6046024850544
406
+ ],
407
+ [
408
+ "▁za",
409
+ -5.620837358908096
410
+ ],
411
+ [
412
+ "▁do",
413
+ -5.620997292088125
414
+ ],
415
+ [
416
+ "ro",
417
+ -5.62869520219124
418
+ ],
419
+ [
420
+ "g",
421
+ -5.636274983240279
422
+ ],
423
+ [
424
+ "en",
425
+ -5.672796438052734
426
+ ],
427
+ [
428
+ "ná",
429
+ -5.6936132171970435
430
+ ],
431
+ [
432
+ "ou",
433
+ -5.705221838268827
434
+ ],
435
+ [
436
+ "po",
437
+ -5.731479162812082
438
+ ],
439
+ [
440
+ "ci",
441
+ -5.737597320989661
442
+ ],
443
+ [
444
+ "▁k",
445
+ -5.739511554705135
446
+ ],
447
+ [
448
+ "ře",
449
+ -5.750324760230148
450
+ ],
451
+ [
452
+ "em",
453
+ -5.7763291411793904
454
+ ],
455
+ [
456
+ "▁že",
457
+ -5.826140091837006
458
+ ],
459
+ [
460
+ "mi",
461
+ -5.832772778061484
462
+ ],
463
+ [
464
+ "na",
465
+ -5.836487492053504
466
+ ],
467
+ [
468
+ "lo",
469
+ -5.843302017381193
470
+ ],
471
+ [
472
+ "f",
473
+ -5.863906577570942
474
+ ],
475
+ [
476
+ "vá",
477
+ -5.896441383118669
478
+ ],
479
+ [
480
+ "ne",
481
+ -5.970429860963618
482
+ ],
483
+ [
484
+ "né",
485
+ -6.012839546213854
486
+ ],
487
+ [
488
+ "ř",
489
+ -6.0240161726213195
490
+ ],
491
+ [
492
+ "jí",
493
+ -6.0667261910328385
494
+ ],
495
+ [
496
+ "ji",
497
+ -6.0952373324629345
498
+ ],
499
+ [
500
+ "ří",
501
+ -6.233171041707054
502
+ ],
503
+ [
504
+ ")",
505
+ -6.275676190119125
506
+ ],
507
+ [
508
+ "ze",
509
+ -6.28944574316632
510
+ ],
511
+ [
512
+ "ovat",
513
+ -6.332103824255016
514
+ ],
515
+ [
516
+ "ých",
517
+ -6.338664587271952
518
+ ],
519
+ [
520
+ "▁tak",
521
+ -6.3416936938172075
522
+ ],
523
+ [
524
+ "▁jak",
525
+ -6.355716899830018
526
+ ],
527
+ [
528
+ "še",
529
+ -6.358544883928106
530
+ ],
531
+ [
532
+ "kon",
533
+ -6.362030472567895
534
+ ],
535
+ [
536
+ "ské",
537
+ -6.372589277660225
538
+ ],
539
+ [
540
+ "cí",
541
+ -6.396436911266985
542
+ ],
543
+ [
544
+ "▁Evrop",
545
+ -6.396990124349596
546
+ ],
547
+ [
548
+ "ost",
549
+ -6.415178844816895
550
+ ],
551
+ [
552
+ "▁ob",
553
+ -6.4345557525303665
554
+ ],
555
+ [
556
+ "▁při",
557
+ -6.453429679947529
558
+ ],
559
+ [
560
+ "K",
561
+ -6.557669972049428
562
+ ],
563
+ [
564
+ "▁byl",
565
+ -6.5913081200567305
566
+ ],
567
+ [
568
+ "ú",
569
+ -6.608159467526681
570
+ ],
571
+ [
572
+ "▁by",
573
+ -6.666809422458517
574
+ ],
575
+ [
576
+ "▁děkuj",
577
+ -6.724698564420603
578
+ ],
579
+ [
580
+ "▁aby",
581
+ -6.7258358147743795
582
+ ],
583
+ [
584
+ "▁pří",
585
+ -6.764730143329496
586
+ ],
587
+ [
588
+ "ové",
589
+ -6.787307118513603
590
+ ],
591
+ [
592
+ "str",
593
+ -6.844449647445437
594
+ ],
595
+ [
596
+ "▁roz",
597
+ -6.859666898290389
598
+ ],
599
+ [
600
+ "▁které",
601
+ -6.884647178230626
602
+ ],
603
+ [
604
+ "▁bude",
605
+ -6.909815247130545
606
+ ],
607
+ [
608
+ "P",
609
+ -6.91499677672085
610
+ ],
611
+ [
612
+ "▁práv",
613
+ -6.925378846074215
614
+ ],
615
+ [
616
+ "ální",
617
+ -7.001369471478936
618
+ ],
619
+ [
620
+ "2",
621
+ -7.002935587142833
622
+ ],
623
+ [
624
+ "UN",
625
+ -7.008632740292555
626
+ ],
627
+ [
628
+ "oval",
629
+ -7.0155367155397705
630
+ ],
631
+ [
632
+ "▁stát",
633
+ -7.030364051450455
634
+ ],
635
+ [
636
+ "S",
637
+ -7.056765638137547
638
+ ],
639
+ [
640
+ "0",
641
+ -7.090000239807136
642
+ ],
643
+ [
644
+ "▁paní",
645
+ -7.138568988225609
646
+ ],
647
+ [
648
+ "bycho",
649
+ -7.1887860518667495
650
+ ],
651
+ [
652
+ "1",
653
+ -7.204853513146585
654
+ ],
655
+ [
656
+ "ň",
657
+ -7.207931701488759
658
+ ],
659
+ [
660
+ "potřeb",
661
+ -7.285106413483476
662
+ ],
663
+ [
664
+ "x",
665
+ -7.315223767308989
666
+ ],
667
+ [
668
+ "E",
669
+ -7.375340704041776
670
+ ],
671
+ [
672
+ "?",
673
+ -7.386826804856964
674
+ ],
675
+ [
676
+ "LNG",
677
+ -7.3929905598606975
678
+ ],
679
+ [
680
+ "R",
681
+ -7.401684079434748
682
+ ],
683
+ [
684
+ "▁další",
685
+ -7.420579256632934
686
+ ],
687
+ [
688
+ "▁koleg",
689
+ -7.428233796020805
690
+ ],
691
+ [
692
+ "▁návrh",
693
+ -7.448936921677545
694
+ ],
695
+ [
696
+ "-",
697
+ -7.472487244726157
698
+ ],
699
+ [
700
+ "ď",
701
+ -7.533773150491692
702
+ ],
703
+ [
704
+ "▁který",
705
+ -7.537522052818428
706
+ ],
707
+ [
708
+ "▁budou",
709
+ -7.575344678712463
710
+ ],
711
+ [
712
+ "▁občan",
713
+ -7.594603707059271
714
+ ],
715
+ [
716
+ "A",
717
+ -7.615608685547574
718
+ ],
719
+ [
720
+ "M",
721
+ -7.653390606972009
722
+ ],
723
+ [
724
+ "B",
725
+ -7.6553176992492755
726
+ ],
727
+ [
728
+ "▁společn",
729
+ -7.670544502769873
730
+ ],
731
+ [
732
+ "U",
733
+ -7.67580272611945
734
+ ],
735
+ [
736
+ "▁hlasování",
737
+ -7.707787867541219
738
+ ],
739
+ [
740
+ "3",
741
+ -7.88204425480434
742
+ ],
743
+ [
744
+ "▁komisař",
745
+ -7.930804195673383
746
+ ],
747
+ [
748
+ "▁myslím",
749
+ -7.947026544282705
750
+ ],
751
+ [
752
+ "▁parlament",
753
+ -8.01146461330666
754
+ ],
755
+ [
756
+ "▁skutečn",
757
+ -8.050309277818695
758
+ ],
759
+ [
760
+ "N",
761
+ -8.097239230405401
762
+ ],
763
+ [
764
+ "5",
765
+ -8.105742503400506
766
+ ],
767
+ [
768
+ "T",
769
+ -8.121502869949357
770
+ ],
771
+ [
772
+ "C",
773
+ -8.176809220997738
774
+ ],
775
+ [
776
+ "L",
777
+ -8.187699548052356
778
+ ],
779
+ [
780
+ "▁důležité",
781
+ -8.214330862977269
782
+ ],
783
+ [
784
+ "▁samozřejm",
785
+ -8.238805618383932
786
+ ],
787
+ [
788
+ "I",
789
+ -8.29023538966668
790
+ ],
791
+ [
792
+ "V",
793
+ -8.303056077697512
794
+ ],
795
+ [
796
+ "4",
797
+ -8.304901096612927
798
+ ],
799
+ [
800
+ "ť",
801
+ -8.317912432172614
802
+ ],
803
+ [
804
+ "D",
805
+ -8.335528489527377
806
+ ],
807
+ [
808
+ "O",
809
+ -8.350878966312928
810
+ ],
811
+ [
812
+ "F",
813
+ -8.414064871470213
814
+ ],
815
+ [
816
+ "Č",
817
+ -8.44899681851851
818
+ ],
819
+ [
820
+ "H",
821
+ -8.500046908605349
822
+ ],
823
+ [
824
+ "G",
825
+ -8.523514969953006
826
+ ],
827
+ [
828
+ "6",
829
+ -8.57862541478596
830
+ ],
831
+ [
832
+ "7",
833
+ -8.59906766269739
834
+ ],
835
+ [
836
+ "J",
837
+ -8.64470295468657
838
+ ],
839
+ [
840
+ "9",
841
+ -8.679007107657972
842
+ ],
843
+ [
844
+ "ó",
845
+ -8.721975323121864
846
+ ],
847
+ [
848
+ "8",
849
+ -8.76492085037819
850
+ ],
851
+ [
852
+ "w",
853
+ -8.814906263661838
854
+ ],
855
+ [
856
+ "(",
857
+ -8.961548871720103
858
+ ],
859
+ [
860
+ "Z",
861
+ -9.1304809676736
862
+ ],
863
+ [
864
+ "*",
865
+ -9.405361687806153
866
+ ],
867
+ [
868
+ "W",
869
+ -9.730428224989948
870
+ ],
871
+ [
872
+ "Ř",
873
+ -10.146836119011482
874
+ ],
875
+ [
876
+ "%",
877
+ -10.215135657592311
878
+ ],
879
+ [
880
+ "!",
881
+ -10.607176887842284
882
+ ],
883
+ [
884
+ "X",
885
+ -10.677269027212253
886
+ ],
887
+ [
888
+ "Ú",
889
+ -10.88161257963682
890
+ ],
891
+ [
892
+ "Y",
893
+ -11.097694614772804
894
+ ],
895
+ [
896
+ "ö",
897
+ -11.595201719460682
898
+ ],
899
+ [
900
+ "ü",
901
+ -12.021529093476044
902
+ ],
903
+ [
904
+ "ń",
905
+ -12.15686214196699
906
+ ],
907
+ [
908
+ ":",
909
+ -12.2478269369759
910
+ ],
911
+ [
912
+ "ä",
913
+ -12.31341833482536
914
+ ],
915
+ [
916
+ "–",
917
+ -12.38361537916034
918
+ ],
919
+ [
920
+ "Q",
921
+ -12.499113954658911
922
+ ],
923
+ [
924
+ "ă",
925
+ -12.72733247526874
926
+ ],
927
+ [
928
+ ";",
929
+ -12.894343139183434
930
+ ],
931
+ [
932
+ "'",
933
+ -13.023509805850113
934
+ ],
935
+ [
936
+ "è",
937
+ -13.094938377278702
938
+ ],
939
+ [
940
+ "ñ",
941
+ -13.094938377278703
942
+ ],
943
+ [
944
+ "ł",
945
+ -13.171861454201824
946
+ ],
947
+ [
948
+ "ś",
949
+ -13.346103878444616
950
+ ],
951
+ [
952
+ "’",
953
+ -13.446103878445394
954
+ ],
955
+ [
956
+ "ç",
957
+ -13.55721498955898
958
+ ],
959
+ [
960
+ "+",
961
+ -13.682214989568084
962
+ ],
963
+ [
964
+ "î",
965
+ -13.682214989568084
966
+ ],
967
+ [
968
+ "ę",
969
+ -13.825072132425229
970
+ ],
971
+ [
972
+ "ş",
973
+ -13.825072132465184
974
+ ],
975
+ [
976
+ "/",
977
+ -13.825072132465186
978
+ ],
979
+ [
980
+ "Ť",
981
+ -13.991738799131848
982
+ ],
983
+ [
984
+ "ė",
985
+ -14.191738799131851
986
+ ],
987
+ [
988
+ "ê",
989
+ -14.775072132425228
990
+ ],
991
+ [
992
+ "â",
993
+ -14.775072132465183
994
+ ],
995
+ [
996
+ "Ě",
997
+ -14.775072132465183
998
+ ],
999
+ [
1000
+ "ț",
1001
+ -14.775072132465183
1002
+ ],
1003
+ [
1004
+ "ż",
1005
+ -14.775072132465183
1006
+ ],
1007
+ [
1008
+ "Ș",
1009
+ -15.275072132425244
1010
+ ],
1011
+ [
1012
+ "´",
1013
+ -15.27507213246516
1014
+ ],
1015
+ [
1016
+ "§",
1017
+ -15.275072132465189
1018
+ ],
1019
+ [
1020
+ "”",
1021
+ -15.275072132465189
1022
+ ],
1023
+ [
1024
+ "ë",
1025
+ -15.275072132465189
1026
+ ],
1027
+ [
1028
+ "​",
1029
+ -15.275072132465189
1030
+ ],
1031
+ [
1032
+ "ī",
1033
+ -15.275072132465189
1034
+ ],
1035
+ [
1036
+ "ß",
1037
+ -16.273572132465187
1038
+ ],
1039
+ [
1040
+ "Ş",
1041
+ -16.273672132465187
1042
+ ],
1043
+ [
1044
+ "Ó",
1045
+ -16.273772132465187
1046
+ ],
1047
+ [
1048
+ "Ł",
1049
+ -16.273872132465186
1050
+ ],
1051
+ [
1052
+ "ã",
1053
+ -16.273972132465186
1054
+ ],
1055
+ [
1056
+ "Í",
1057
+ -16.274072132465186
1058
+ ],
1059
+ [
1060
+ "Š",
1061
+ -16.274172132465186
1062
+ ],
1063
+ [
1064
+ "ć",
1065
+ -16.274272132465185
1066
+ ],
1067
+ [
1068
+ "ź",
1069
+ -16.27437213246519
1070
+ ],
1071
+ [
1072
+ "ţ",
1073
+ -16.27447213246519
1074
+ ],
1075
+ [
1076
+ "“",
1077
+ -16.274572132465188
1078
+ ],
1079
+ [
1080
+ "q",
1081
+ -16.274672132465188
1082
+ ],
1083
+ [
1084
+ "ï",
1085
+ -16.274772132465188
1086
+ ],
1087
+ [
1088
+ "Á",
1089
+ -16.274872132465187
1090
+ ],
1091
+ [
1092
+ "ș",
1093
+ -16.274972132465187
1094
+ ],
1095
+ [
1096
+ "Ö",
1097
+ -16.275072132425237
1098
+ ],
1099
+ [
1100
+ "ā",
1101
+ -16.275072132425237
1102
+ ],
1103
+ [
1104
+ "É",
1105
+ -16.275072132465176
1106
+ ],
1107
+ [
1108
+ "Ž",
1109
+ -16.275072132465187
1110
+ ],
1111
+ [
1112
+ "—",
1113
+ -16.275072132465187
1114
+ ],
1115
+ [
1116
+ "¨",
1117
+ -16.275072132465187
1118
+ ],
1119
+ [
1120
+ "°",
1121
+ -16.275072132465187
1122
+ ],
1123
+ [
1124
+ "ū",
1125
+ -16.275072132465187
1126
+ ],
1127
+ [
1128
+ "Ď",
1129
+ -16.275072132465187
1130
+ ],
1131
+ [
1132
+ "»",
1133
+ -16.275072132465187
1134
+ ],
1135
+ [
1136
+ "…",
1137
+ -16.275072132465187
1138
+ ],
1139
+ [
1140
+ "«",
1141
+ -16.275072132465187
1142
+ ],
1143
+ [
1144
+ "‑",
1145
+ -16.275072132465187
1146
+ ]
1147
+ ],
1148
+ "byte_fallback": false
1149
+ }
1150
+ }
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
+ }