WillHeld commited on
Commit
5bd7c59
·
verified ·
1 Parent(s): d6d2ed8

Upload tokenizer

Browse files
Files changed (4) hide show
  1. README.md +199 -0
  2. special_tokens_map.json +6 -0
  3. tokenizer.json +1073 -0
  4. tokenizer_config.json +36 -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,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "1025",
3
+ "eos_token": "1025",
4
+ "pad_token": "1024",
5
+ "unk_token": "0"
6
+ }
tokenizer.json ADDED
@@ -0,0 +1,1073 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "version": "1.0",
3
+ "truncation": null,
4
+ "padding": null,
5
+ "added_tokens": [
6
+ {
7
+ "id": 0,
8
+ "content": "0",
9
+ "single_word": false,
10
+ "lstrip": false,
11
+ "rstrip": false,
12
+ "normalized": false,
13
+ "special": true
14
+ },
15
+ {
16
+ "id": 1024,
17
+ "content": "1024",
18
+ "single_word": false,
19
+ "lstrip": false,
20
+ "rstrip": false,
21
+ "normalized": false,
22
+ "special": true
23
+ },
24
+ {
25
+ "id": 1025,
26
+ "content": "1025",
27
+ "single_word": false,
28
+ "lstrip": false,
29
+ "rstrip": false,
30
+ "normalized": false,
31
+ "special": true
32
+ }
33
+ ],
34
+ "normalizer": null,
35
+ "pre_tokenizer": {
36
+ "type": "WhitespaceSplit"
37
+ },
38
+ "post_processor": null,
39
+ "decoder": null,
40
+ "model": {
41
+ "type": "WordLevel",
42
+ "vocab": {
43
+ "0": 0,
44
+ "1": 1,
45
+ "2": 2,
46
+ "3": 3,
47
+ "4": 4,
48
+ "5": 5,
49
+ "6": 6,
50
+ "7": 7,
51
+ "8": 8,
52
+ "9": 9,
53
+ "10": 10,
54
+ "11": 11,
55
+ "12": 12,
56
+ "13": 13,
57
+ "14": 14,
58
+ "15": 15,
59
+ "16": 16,
60
+ "17": 17,
61
+ "18": 18,
62
+ "19": 19,
63
+ "20": 20,
64
+ "21": 21,
65
+ "22": 22,
66
+ "23": 23,
67
+ "24": 24,
68
+ "25": 25,
69
+ "26": 26,
70
+ "27": 27,
71
+ "28": 28,
72
+ "29": 29,
73
+ "30": 30,
74
+ "31": 31,
75
+ "32": 32,
76
+ "33": 33,
77
+ "34": 34,
78
+ "35": 35,
79
+ "36": 36,
80
+ "37": 37,
81
+ "38": 38,
82
+ "39": 39,
83
+ "40": 40,
84
+ "41": 41,
85
+ "42": 42,
86
+ "43": 43,
87
+ "44": 44,
88
+ "45": 45,
89
+ "46": 46,
90
+ "47": 47,
91
+ "48": 48,
92
+ "49": 49,
93
+ "50": 50,
94
+ "51": 51,
95
+ "52": 52,
96
+ "53": 53,
97
+ "54": 54,
98
+ "55": 55,
99
+ "56": 56,
100
+ "57": 57,
101
+ "58": 58,
102
+ "59": 59,
103
+ "60": 60,
104
+ "61": 61,
105
+ "62": 62,
106
+ "63": 63,
107
+ "64": 64,
108
+ "65": 65,
109
+ "66": 66,
110
+ "67": 67,
111
+ "68": 68,
112
+ "69": 69,
113
+ "70": 70,
114
+ "71": 71,
115
+ "72": 72,
116
+ "73": 73,
117
+ "74": 74,
118
+ "75": 75,
119
+ "76": 76,
120
+ "77": 77,
121
+ "78": 78,
122
+ "79": 79,
123
+ "80": 80,
124
+ "81": 81,
125
+ "82": 82,
126
+ "83": 83,
127
+ "84": 84,
128
+ "85": 85,
129
+ "86": 86,
130
+ "87": 87,
131
+ "88": 88,
132
+ "89": 89,
133
+ "90": 90,
134
+ "91": 91,
135
+ "92": 92,
136
+ "93": 93,
137
+ "94": 94,
138
+ "95": 95,
139
+ "96": 96,
140
+ "97": 97,
141
+ "98": 98,
142
+ "99": 99,
143
+ "100": 100,
144
+ "101": 101,
145
+ "102": 102,
146
+ "103": 103,
147
+ "104": 104,
148
+ "105": 105,
149
+ "106": 106,
150
+ "107": 107,
151
+ "108": 108,
152
+ "109": 109,
153
+ "110": 110,
154
+ "111": 111,
155
+ "112": 112,
156
+ "113": 113,
157
+ "114": 114,
158
+ "115": 115,
159
+ "116": 116,
160
+ "117": 117,
161
+ "118": 118,
162
+ "119": 119,
163
+ "120": 120,
164
+ "121": 121,
165
+ "122": 122,
166
+ "123": 123,
167
+ "124": 124,
168
+ "125": 125,
169
+ "126": 126,
170
+ "127": 127,
171
+ "128": 128,
172
+ "129": 129,
173
+ "130": 130,
174
+ "131": 131,
175
+ "132": 132,
176
+ "133": 133,
177
+ "134": 134,
178
+ "135": 135,
179
+ "136": 136,
180
+ "137": 137,
181
+ "138": 138,
182
+ "139": 139,
183
+ "140": 140,
184
+ "141": 141,
185
+ "142": 142,
186
+ "143": 143,
187
+ "144": 144,
188
+ "145": 145,
189
+ "146": 146,
190
+ "147": 147,
191
+ "148": 148,
192
+ "149": 149,
193
+ "150": 150,
194
+ "151": 151,
195
+ "152": 152,
196
+ "153": 153,
197
+ "154": 154,
198
+ "155": 155,
199
+ "156": 156,
200
+ "157": 157,
201
+ "158": 158,
202
+ "159": 159,
203
+ "160": 160,
204
+ "161": 161,
205
+ "162": 162,
206
+ "163": 163,
207
+ "164": 164,
208
+ "165": 165,
209
+ "166": 166,
210
+ "167": 167,
211
+ "168": 168,
212
+ "169": 169,
213
+ "170": 170,
214
+ "171": 171,
215
+ "172": 172,
216
+ "173": 173,
217
+ "174": 174,
218
+ "175": 175,
219
+ "176": 176,
220
+ "177": 177,
221
+ "178": 178,
222
+ "179": 179,
223
+ "180": 180,
224
+ "181": 181,
225
+ "182": 182,
226
+ "183": 183,
227
+ "184": 184,
228
+ "185": 185,
229
+ "186": 186,
230
+ "187": 187,
231
+ "188": 188,
232
+ "189": 189,
233
+ "190": 190,
234
+ "191": 191,
235
+ "192": 192,
236
+ "193": 193,
237
+ "194": 194,
238
+ "195": 195,
239
+ "196": 196,
240
+ "197": 197,
241
+ "198": 198,
242
+ "199": 199,
243
+ "200": 200,
244
+ "201": 201,
245
+ "202": 202,
246
+ "203": 203,
247
+ "204": 204,
248
+ "205": 205,
249
+ "206": 206,
250
+ "207": 207,
251
+ "208": 208,
252
+ "209": 209,
253
+ "210": 210,
254
+ "211": 211,
255
+ "212": 212,
256
+ "213": 213,
257
+ "214": 214,
258
+ "215": 215,
259
+ "216": 216,
260
+ "217": 217,
261
+ "218": 218,
262
+ "219": 219,
263
+ "220": 220,
264
+ "221": 221,
265
+ "222": 222,
266
+ "223": 223,
267
+ "224": 224,
268
+ "225": 225,
269
+ "226": 226,
270
+ "227": 227,
271
+ "228": 228,
272
+ "229": 229,
273
+ "230": 230,
274
+ "231": 231,
275
+ "232": 232,
276
+ "233": 233,
277
+ "234": 234,
278
+ "235": 235,
279
+ "236": 236,
280
+ "237": 237,
281
+ "238": 238,
282
+ "239": 239,
283
+ "240": 240,
284
+ "241": 241,
285
+ "242": 242,
286
+ "243": 243,
287
+ "244": 244,
288
+ "245": 245,
289
+ "246": 246,
290
+ "247": 247,
291
+ "248": 248,
292
+ "249": 249,
293
+ "250": 250,
294
+ "251": 251,
295
+ "252": 252,
296
+ "253": 253,
297
+ "254": 254,
298
+ "255": 255,
299
+ "256": 256,
300
+ "257": 257,
301
+ "258": 258,
302
+ "259": 259,
303
+ "260": 260,
304
+ "261": 261,
305
+ "262": 262,
306
+ "263": 263,
307
+ "264": 264,
308
+ "265": 265,
309
+ "266": 266,
310
+ "267": 267,
311
+ "268": 268,
312
+ "269": 269,
313
+ "270": 270,
314
+ "271": 271,
315
+ "272": 272,
316
+ "273": 273,
317
+ "274": 274,
318
+ "275": 275,
319
+ "276": 276,
320
+ "277": 277,
321
+ "278": 278,
322
+ "279": 279,
323
+ "280": 280,
324
+ "281": 281,
325
+ "282": 282,
326
+ "283": 283,
327
+ "284": 284,
328
+ "285": 285,
329
+ "286": 286,
330
+ "287": 287,
331
+ "288": 288,
332
+ "289": 289,
333
+ "290": 290,
334
+ "291": 291,
335
+ "292": 292,
336
+ "293": 293,
337
+ "294": 294,
338
+ "295": 295,
339
+ "296": 296,
340
+ "297": 297,
341
+ "298": 298,
342
+ "299": 299,
343
+ "300": 300,
344
+ "301": 301,
345
+ "302": 302,
346
+ "303": 303,
347
+ "304": 304,
348
+ "305": 305,
349
+ "306": 306,
350
+ "307": 307,
351
+ "308": 308,
352
+ "309": 309,
353
+ "310": 310,
354
+ "311": 311,
355
+ "312": 312,
356
+ "313": 313,
357
+ "314": 314,
358
+ "315": 315,
359
+ "316": 316,
360
+ "317": 317,
361
+ "318": 318,
362
+ "319": 319,
363
+ "320": 320,
364
+ "321": 321,
365
+ "322": 322,
366
+ "323": 323,
367
+ "324": 324,
368
+ "325": 325,
369
+ "326": 326,
370
+ "327": 327,
371
+ "328": 328,
372
+ "329": 329,
373
+ "330": 330,
374
+ "331": 331,
375
+ "332": 332,
376
+ "333": 333,
377
+ "334": 334,
378
+ "335": 335,
379
+ "336": 336,
380
+ "337": 337,
381
+ "338": 338,
382
+ "339": 339,
383
+ "340": 340,
384
+ "341": 341,
385
+ "342": 342,
386
+ "343": 343,
387
+ "344": 344,
388
+ "345": 345,
389
+ "346": 346,
390
+ "347": 347,
391
+ "348": 348,
392
+ "349": 349,
393
+ "350": 350,
394
+ "351": 351,
395
+ "352": 352,
396
+ "353": 353,
397
+ "354": 354,
398
+ "355": 355,
399
+ "356": 356,
400
+ "357": 357,
401
+ "358": 358,
402
+ "359": 359,
403
+ "360": 360,
404
+ "361": 361,
405
+ "362": 362,
406
+ "363": 363,
407
+ "364": 364,
408
+ "365": 365,
409
+ "366": 366,
410
+ "367": 367,
411
+ "368": 368,
412
+ "369": 369,
413
+ "370": 370,
414
+ "371": 371,
415
+ "372": 372,
416
+ "373": 373,
417
+ "374": 374,
418
+ "375": 375,
419
+ "376": 376,
420
+ "377": 377,
421
+ "378": 378,
422
+ "379": 379,
423
+ "380": 380,
424
+ "381": 381,
425
+ "382": 382,
426
+ "383": 383,
427
+ "384": 384,
428
+ "385": 385,
429
+ "386": 386,
430
+ "387": 387,
431
+ "388": 388,
432
+ "389": 389,
433
+ "390": 390,
434
+ "391": 391,
435
+ "392": 392,
436
+ "393": 393,
437
+ "394": 394,
438
+ "395": 395,
439
+ "396": 396,
440
+ "397": 397,
441
+ "398": 398,
442
+ "399": 399,
443
+ "400": 400,
444
+ "401": 401,
445
+ "402": 402,
446
+ "403": 403,
447
+ "404": 404,
448
+ "405": 405,
449
+ "406": 406,
450
+ "407": 407,
451
+ "408": 408,
452
+ "409": 409,
453
+ "410": 410,
454
+ "411": 411,
455
+ "412": 412,
456
+ "413": 413,
457
+ "414": 414,
458
+ "415": 415,
459
+ "416": 416,
460
+ "417": 417,
461
+ "418": 418,
462
+ "419": 419,
463
+ "420": 420,
464
+ "421": 421,
465
+ "422": 422,
466
+ "423": 423,
467
+ "424": 424,
468
+ "425": 425,
469
+ "426": 426,
470
+ "427": 427,
471
+ "428": 428,
472
+ "429": 429,
473
+ "430": 430,
474
+ "431": 431,
475
+ "432": 432,
476
+ "433": 433,
477
+ "434": 434,
478
+ "435": 435,
479
+ "436": 436,
480
+ "437": 437,
481
+ "438": 438,
482
+ "439": 439,
483
+ "440": 440,
484
+ "441": 441,
485
+ "442": 442,
486
+ "443": 443,
487
+ "444": 444,
488
+ "445": 445,
489
+ "446": 446,
490
+ "447": 447,
491
+ "448": 448,
492
+ "449": 449,
493
+ "450": 450,
494
+ "451": 451,
495
+ "452": 452,
496
+ "453": 453,
497
+ "454": 454,
498
+ "455": 455,
499
+ "456": 456,
500
+ "457": 457,
501
+ "458": 458,
502
+ "459": 459,
503
+ "460": 460,
504
+ "461": 461,
505
+ "462": 462,
506
+ "463": 463,
507
+ "464": 464,
508
+ "465": 465,
509
+ "466": 466,
510
+ "467": 467,
511
+ "468": 468,
512
+ "469": 469,
513
+ "470": 470,
514
+ "471": 471,
515
+ "472": 472,
516
+ "473": 473,
517
+ "474": 474,
518
+ "475": 475,
519
+ "476": 476,
520
+ "477": 477,
521
+ "478": 478,
522
+ "479": 479,
523
+ "480": 480,
524
+ "481": 481,
525
+ "482": 482,
526
+ "483": 483,
527
+ "484": 484,
528
+ "485": 485,
529
+ "486": 486,
530
+ "487": 487,
531
+ "488": 488,
532
+ "489": 489,
533
+ "490": 490,
534
+ "491": 491,
535
+ "492": 492,
536
+ "493": 493,
537
+ "494": 494,
538
+ "495": 495,
539
+ "496": 496,
540
+ "497": 497,
541
+ "498": 498,
542
+ "499": 499,
543
+ "500": 500,
544
+ "501": 501,
545
+ "502": 502,
546
+ "503": 503,
547
+ "504": 504,
548
+ "505": 505,
549
+ "506": 506,
550
+ "507": 507,
551
+ "508": 508,
552
+ "509": 509,
553
+ "510": 510,
554
+ "511": 511,
555
+ "512": 512,
556
+ "513": 513,
557
+ "514": 514,
558
+ "515": 515,
559
+ "516": 516,
560
+ "517": 517,
561
+ "518": 518,
562
+ "519": 519,
563
+ "520": 520,
564
+ "521": 521,
565
+ "522": 522,
566
+ "523": 523,
567
+ "524": 524,
568
+ "525": 525,
569
+ "526": 526,
570
+ "527": 527,
571
+ "528": 528,
572
+ "529": 529,
573
+ "530": 530,
574
+ "531": 531,
575
+ "532": 532,
576
+ "533": 533,
577
+ "534": 534,
578
+ "535": 535,
579
+ "536": 536,
580
+ "537": 537,
581
+ "538": 538,
582
+ "539": 539,
583
+ "540": 540,
584
+ "541": 541,
585
+ "542": 542,
586
+ "543": 543,
587
+ "544": 544,
588
+ "545": 545,
589
+ "546": 546,
590
+ "547": 547,
591
+ "548": 548,
592
+ "549": 549,
593
+ "550": 550,
594
+ "551": 551,
595
+ "552": 552,
596
+ "553": 553,
597
+ "554": 554,
598
+ "555": 555,
599
+ "556": 556,
600
+ "557": 557,
601
+ "558": 558,
602
+ "559": 559,
603
+ "560": 560,
604
+ "561": 561,
605
+ "562": 562,
606
+ "563": 563,
607
+ "564": 564,
608
+ "565": 565,
609
+ "566": 566,
610
+ "567": 567,
611
+ "568": 568,
612
+ "569": 569,
613
+ "570": 570,
614
+ "571": 571,
615
+ "572": 572,
616
+ "573": 573,
617
+ "574": 574,
618
+ "575": 575,
619
+ "576": 576,
620
+ "577": 577,
621
+ "578": 578,
622
+ "579": 579,
623
+ "580": 580,
624
+ "581": 581,
625
+ "582": 582,
626
+ "583": 583,
627
+ "584": 584,
628
+ "585": 585,
629
+ "586": 586,
630
+ "587": 587,
631
+ "588": 588,
632
+ "589": 589,
633
+ "590": 590,
634
+ "591": 591,
635
+ "592": 592,
636
+ "593": 593,
637
+ "594": 594,
638
+ "595": 595,
639
+ "596": 596,
640
+ "597": 597,
641
+ "598": 598,
642
+ "599": 599,
643
+ "600": 600,
644
+ "601": 601,
645
+ "602": 602,
646
+ "603": 603,
647
+ "604": 604,
648
+ "605": 605,
649
+ "606": 606,
650
+ "607": 607,
651
+ "608": 608,
652
+ "609": 609,
653
+ "610": 610,
654
+ "611": 611,
655
+ "612": 612,
656
+ "613": 613,
657
+ "614": 614,
658
+ "615": 615,
659
+ "616": 616,
660
+ "617": 617,
661
+ "618": 618,
662
+ "619": 619,
663
+ "620": 620,
664
+ "621": 621,
665
+ "622": 622,
666
+ "623": 623,
667
+ "624": 624,
668
+ "625": 625,
669
+ "626": 626,
670
+ "627": 627,
671
+ "628": 628,
672
+ "629": 629,
673
+ "630": 630,
674
+ "631": 631,
675
+ "632": 632,
676
+ "633": 633,
677
+ "634": 634,
678
+ "635": 635,
679
+ "636": 636,
680
+ "637": 637,
681
+ "638": 638,
682
+ "639": 639,
683
+ "640": 640,
684
+ "641": 641,
685
+ "642": 642,
686
+ "643": 643,
687
+ "644": 644,
688
+ "645": 645,
689
+ "646": 646,
690
+ "647": 647,
691
+ "648": 648,
692
+ "649": 649,
693
+ "650": 650,
694
+ "651": 651,
695
+ "652": 652,
696
+ "653": 653,
697
+ "654": 654,
698
+ "655": 655,
699
+ "656": 656,
700
+ "657": 657,
701
+ "658": 658,
702
+ "659": 659,
703
+ "660": 660,
704
+ "661": 661,
705
+ "662": 662,
706
+ "663": 663,
707
+ "664": 664,
708
+ "665": 665,
709
+ "666": 666,
710
+ "667": 667,
711
+ "668": 668,
712
+ "669": 669,
713
+ "670": 670,
714
+ "671": 671,
715
+ "672": 672,
716
+ "673": 673,
717
+ "674": 674,
718
+ "675": 675,
719
+ "676": 676,
720
+ "677": 677,
721
+ "678": 678,
722
+ "679": 679,
723
+ "680": 680,
724
+ "681": 681,
725
+ "682": 682,
726
+ "683": 683,
727
+ "684": 684,
728
+ "685": 685,
729
+ "686": 686,
730
+ "687": 687,
731
+ "688": 688,
732
+ "689": 689,
733
+ "690": 690,
734
+ "691": 691,
735
+ "692": 692,
736
+ "693": 693,
737
+ "694": 694,
738
+ "695": 695,
739
+ "696": 696,
740
+ "697": 697,
741
+ "698": 698,
742
+ "699": 699,
743
+ "700": 700,
744
+ "701": 701,
745
+ "702": 702,
746
+ "703": 703,
747
+ "704": 704,
748
+ "705": 705,
749
+ "706": 706,
750
+ "707": 707,
751
+ "708": 708,
752
+ "709": 709,
753
+ "710": 710,
754
+ "711": 711,
755
+ "712": 712,
756
+ "713": 713,
757
+ "714": 714,
758
+ "715": 715,
759
+ "716": 716,
760
+ "717": 717,
761
+ "718": 718,
762
+ "719": 719,
763
+ "720": 720,
764
+ "721": 721,
765
+ "722": 722,
766
+ "723": 723,
767
+ "724": 724,
768
+ "725": 725,
769
+ "726": 726,
770
+ "727": 727,
771
+ "728": 728,
772
+ "729": 729,
773
+ "730": 730,
774
+ "731": 731,
775
+ "732": 732,
776
+ "733": 733,
777
+ "734": 734,
778
+ "735": 735,
779
+ "736": 736,
780
+ "737": 737,
781
+ "738": 738,
782
+ "739": 739,
783
+ "740": 740,
784
+ "741": 741,
785
+ "742": 742,
786
+ "743": 743,
787
+ "744": 744,
788
+ "745": 745,
789
+ "746": 746,
790
+ "747": 747,
791
+ "748": 748,
792
+ "749": 749,
793
+ "750": 750,
794
+ "751": 751,
795
+ "752": 752,
796
+ "753": 753,
797
+ "754": 754,
798
+ "755": 755,
799
+ "756": 756,
800
+ "757": 757,
801
+ "758": 758,
802
+ "759": 759,
803
+ "760": 760,
804
+ "761": 761,
805
+ "762": 762,
806
+ "763": 763,
807
+ "764": 764,
808
+ "765": 765,
809
+ "766": 766,
810
+ "767": 767,
811
+ "768": 768,
812
+ "769": 769,
813
+ "770": 770,
814
+ "771": 771,
815
+ "772": 772,
816
+ "773": 773,
817
+ "774": 774,
818
+ "775": 775,
819
+ "776": 776,
820
+ "777": 777,
821
+ "778": 778,
822
+ "779": 779,
823
+ "780": 780,
824
+ "781": 781,
825
+ "782": 782,
826
+ "783": 783,
827
+ "784": 784,
828
+ "785": 785,
829
+ "786": 786,
830
+ "787": 787,
831
+ "788": 788,
832
+ "789": 789,
833
+ "790": 790,
834
+ "791": 791,
835
+ "792": 792,
836
+ "793": 793,
837
+ "794": 794,
838
+ "795": 795,
839
+ "796": 796,
840
+ "797": 797,
841
+ "798": 798,
842
+ "799": 799,
843
+ "800": 800,
844
+ "801": 801,
845
+ "802": 802,
846
+ "803": 803,
847
+ "804": 804,
848
+ "805": 805,
849
+ "806": 806,
850
+ "807": 807,
851
+ "808": 808,
852
+ "809": 809,
853
+ "810": 810,
854
+ "811": 811,
855
+ "812": 812,
856
+ "813": 813,
857
+ "814": 814,
858
+ "815": 815,
859
+ "816": 816,
860
+ "817": 817,
861
+ "818": 818,
862
+ "819": 819,
863
+ "820": 820,
864
+ "821": 821,
865
+ "822": 822,
866
+ "823": 823,
867
+ "824": 824,
868
+ "825": 825,
869
+ "826": 826,
870
+ "827": 827,
871
+ "828": 828,
872
+ "829": 829,
873
+ "830": 830,
874
+ "831": 831,
875
+ "832": 832,
876
+ "833": 833,
877
+ "834": 834,
878
+ "835": 835,
879
+ "836": 836,
880
+ "837": 837,
881
+ "838": 838,
882
+ "839": 839,
883
+ "840": 840,
884
+ "841": 841,
885
+ "842": 842,
886
+ "843": 843,
887
+ "844": 844,
888
+ "845": 845,
889
+ "846": 846,
890
+ "847": 847,
891
+ "848": 848,
892
+ "849": 849,
893
+ "850": 850,
894
+ "851": 851,
895
+ "852": 852,
896
+ "853": 853,
897
+ "854": 854,
898
+ "855": 855,
899
+ "856": 856,
900
+ "857": 857,
901
+ "858": 858,
902
+ "859": 859,
903
+ "860": 860,
904
+ "861": 861,
905
+ "862": 862,
906
+ "863": 863,
907
+ "864": 864,
908
+ "865": 865,
909
+ "866": 866,
910
+ "867": 867,
911
+ "868": 868,
912
+ "869": 869,
913
+ "870": 870,
914
+ "871": 871,
915
+ "872": 872,
916
+ "873": 873,
917
+ "874": 874,
918
+ "875": 875,
919
+ "876": 876,
920
+ "877": 877,
921
+ "878": 878,
922
+ "879": 879,
923
+ "880": 880,
924
+ "881": 881,
925
+ "882": 882,
926
+ "883": 883,
927
+ "884": 884,
928
+ "885": 885,
929
+ "886": 886,
930
+ "887": 887,
931
+ "888": 888,
932
+ "889": 889,
933
+ "890": 890,
934
+ "891": 891,
935
+ "892": 892,
936
+ "893": 893,
937
+ "894": 894,
938
+ "895": 895,
939
+ "896": 896,
940
+ "897": 897,
941
+ "898": 898,
942
+ "899": 899,
943
+ "900": 900,
944
+ "901": 901,
945
+ "902": 902,
946
+ "903": 903,
947
+ "904": 904,
948
+ "905": 905,
949
+ "906": 906,
950
+ "907": 907,
951
+ "908": 908,
952
+ "909": 909,
953
+ "910": 910,
954
+ "911": 911,
955
+ "912": 912,
956
+ "913": 913,
957
+ "914": 914,
958
+ "915": 915,
959
+ "916": 916,
960
+ "917": 917,
961
+ "918": 918,
962
+ "919": 919,
963
+ "920": 920,
964
+ "921": 921,
965
+ "922": 922,
966
+ "923": 923,
967
+ "924": 924,
968
+ "925": 925,
969
+ "926": 926,
970
+ "927": 927,
971
+ "928": 928,
972
+ "929": 929,
973
+ "930": 930,
974
+ "931": 931,
975
+ "932": 932,
976
+ "933": 933,
977
+ "934": 934,
978
+ "935": 935,
979
+ "936": 936,
980
+ "937": 937,
981
+ "938": 938,
982
+ "939": 939,
983
+ "940": 940,
984
+ "941": 941,
985
+ "942": 942,
986
+ "943": 943,
987
+ "944": 944,
988
+ "945": 945,
989
+ "946": 946,
990
+ "947": 947,
991
+ "948": 948,
992
+ "949": 949,
993
+ "950": 950,
994
+ "951": 951,
995
+ "952": 952,
996
+ "953": 953,
997
+ "954": 954,
998
+ "955": 955,
999
+ "956": 956,
1000
+ "957": 957,
1001
+ "958": 958,
1002
+ "959": 959,
1003
+ "960": 960,
1004
+ "961": 961,
1005
+ "962": 962,
1006
+ "963": 963,
1007
+ "964": 964,
1008
+ "965": 965,
1009
+ "966": 966,
1010
+ "967": 967,
1011
+ "968": 968,
1012
+ "969": 969,
1013
+ "970": 970,
1014
+ "971": 971,
1015
+ "972": 972,
1016
+ "973": 973,
1017
+ "974": 974,
1018
+ "975": 975,
1019
+ "976": 976,
1020
+ "977": 977,
1021
+ "978": 978,
1022
+ "979": 979,
1023
+ "980": 980,
1024
+ "981": 981,
1025
+ "982": 982,
1026
+ "983": 983,
1027
+ "984": 984,
1028
+ "985": 985,
1029
+ "986": 986,
1030
+ "987": 987,
1031
+ "988": 988,
1032
+ "989": 989,
1033
+ "990": 990,
1034
+ "991": 991,
1035
+ "992": 992,
1036
+ "993": 993,
1037
+ "994": 994,
1038
+ "995": 995,
1039
+ "996": 996,
1040
+ "997": 997,
1041
+ "998": 998,
1042
+ "999": 999,
1043
+ "1000": 1000,
1044
+ "1001": 1001,
1045
+ "1002": 1002,
1046
+ "1003": 1003,
1047
+ "1004": 1004,
1048
+ "1005": 1005,
1049
+ "1006": 1006,
1050
+ "1007": 1007,
1051
+ "1008": 1008,
1052
+ "1009": 1009,
1053
+ "1010": 1010,
1054
+ "1011": 1011,
1055
+ "1012": 1012,
1056
+ "1013": 1013,
1057
+ "1014": 1014,
1058
+ "1015": 1015,
1059
+ "1016": 1016,
1060
+ "1017": 1017,
1061
+ "1018": 1018,
1062
+ "1019": 1019,
1063
+ "1020": 1020,
1064
+ "1021": 1021,
1065
+ "1022": 1022,
1066
+ "1023": 1023,
1067
+ "1024": 1024,
1068
+ "1025": 1025,
1069
+ "1026": 1026
1070
+ },
1071
+ "unk_token": "0"
1072
+ }
1073
+ }
tokenizer_config.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "0",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "1024": {
12
+ "content": "1024",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "1025": {
20
+ "content": "1025",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ }
27
+ },
28
+ "bos_token": "1025",
29
+ "clean_up_tokenization_spaces": false,
30
+ "eos_token": "1025",
31
+ "extra_special_tokens": {},
32
+ "model_max_length": 1000000000000000019884624838656,
33
+ "pad_token": "1024",
34
+ "tokenizer_class": "PreTrainedTokenizerFast",
35
+ "unk_token": "0"
36
+ }