BioMike commited on
Commit
1291749
·
verified ·
1 Parent(s): 5a0a724

Upload tokenizer

Browse files
Files changed (4) hide show
  1. README.md +199 -0
  2. special_tokens_map.json +55 -0
  3. tokenizer.json +452 -0
  4. tokenizer_config.json +135 -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,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "[PROMPT]",
4
+ "[TIMESTAMP]"
5
+ ],
6
+ "bos_token": {
7
+ "content": "[BOS]",
8
+ "lstrip": false,
9
+ "normalized": false,
10
+ "rstrip": false,
11
+ "single_word": false
12
+ },
13
+ "cls_token": {
14
+ "content": "[CLS]",
15
+ "lstrip": false,
16
+ "normalized": false,
17
+ "rstrip": false,
18
+ "single_word": false
19
+ },
20
+ "eos_token": {
21
+ "content": "[EOS]",
22
+ "lstrip": false,
23
+ "normalized": false,
24
+ "rstrip": false,
25
+ "single_word": false
26
+ },
27
+ "mask_token": {
28
+ "content": "[MASK]",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false
33
+ },
34
+ "pad_token": {
35
+ "content": "[PAD]",
36
+ "lstrip": false,
37
+ "normalized": false,
38
+ "rstrip": false,
39
+ "single_word": false
40
+ },
41
+ "sep_token": {
42
+ "content": "[SEP]",
43
+ "lstrip": false,
44
+ "normalized": false,
45
+ "rstrip": false,
46
+ "single_word": false
47
+ },
48
+ "unk_token": {
49
+ "content": "[UNK]",
50
+ "lstrip": false,
51
+ "normalized": false,
52
+ "rstrip": false,
53
+ "single_word": false
54
+ }
55
+ }
tokenizer.json ADDED
@@ -0,0 +1,452 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "version": "1.0",
3
+ "truncation": null,
4
+ "padding": null,
5
+ "added_tokens": [
6
+ {
7
+ "id": 0,
8
+ "content": "<pad>",
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": "<bos>",
27
+ "single_word": false,
28
+ "lstrip": false,
29
+ "rstrip": false,
30
+ "normalized": false,
31
+ "special": true
32
+ },
33
+ {
34
+ "id": 3,
35
+ "content": "<unk>",
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": 140,
53
+ "content": "[PAD]",
54
+ "single_word": false,
55
+ "lstrip": false,
56
+ "rstrip": false,
57
+ "normalized": false,
58
+ "special": true
59
+ },
60
+ {
61
+ "id": 141,
62
+ "content": "[EOS]",
63
+ "single_word": false,
64
+ "lstrip": false,
65
+ "rstrip": false,
66
+ "normalized": false,
67
+ "special": true
68
+ },
69
+ {
70
+ "id": 142,
71
+ "content": "[BOS]",
72
+ "single_word": false,
73
+ "lstrip": false,
74
+ "rstrip": false,
75
+ "normalized": false,
76
+ "special": true
77
+ },
78
+ {
79
+ "id": 143,
80
+ "content": "[UNK]",
81
+ "single_word": false,
82
+ "lstrip": false,
83
+ "rstrip": false,
84
+ "normalized": false,
85
+ "special": true
86
+ },
87
+ {
88
+ "id": 144,
89
+ "content": "[MASK]",
90
+ "single_word": false,
91
+ "lstrip": false,
92
+ "rstrip": false,
93
+ "normalized": false,
94
+ "special": true
95
+ },
96
+ {
97
+ "id": 145,
98
+ "content": "[CLS]",
99
+ "single_word": false,
100
+ "lstrip": false,
101
+ "rstrip": false,
102
+ "normalized": false,
103
+ "special": true
104
+ },
105
+ {
106
+ "id": 146,
107
+ "content": "[SEP]",
108
+ "single_word": false,
109
+ "lstrip": false,
110
+ "rstrip": false,
111
+ "normalized": false,
112
+ "special": true
113
+ },
114
+ {
115
+ "id": 147,
116
+ "content": "[PROMPT]",
117
+ "single_word": false,
118
+ "lstrip": false,
119
+ "rstrip": false,
120
+ "normalized": false,
121
+ "special": true
122
+ },
123
+ {
124
+ "id": 148,
125
+ "content": "[TIMESTAMP]",
126
+ "single_word": false,
127
+ "lstrip": false,
128
+ "rstrip": false,
129
+ "normalized": false,
130
+ "special": true
131
+ }
132
+ ],
133
+ "normalizer": null,
134
+ "pre_tokenizer": {
135
+ "type": "Sequence",
136
+ "pretokenizers": [
137
+ {
138
+ "type": "Split",
139
+ "pattern": {
140
+ "Regex": "(\\[[^\\]]+]|<[^>]+>|Br?|Cl?|N|O|S|P|F|H|I|b|c|n|o|s|p|\\(|\\)|\\.|=|#|-|\\+|\\\\\\\\|\\u005C|/|:|~|@|\\?|\\*|\\$|\\%[0-9]{2}|[0-9])"
141
+ },
142
+ "behavior": "Isolated",
143
+ "invert": false
144
+ },
145
+ {
146
+ "type": "Split",
147
+ "pattern": {
148
+ "Regex": "\\[|\\]|0|1|2|3|4|5|6|7|8|9|-|\\+|H|@"
149
+ },
150
+ "behavior": "Isolated",
151
+ "invert": false
152
+ }
153
+ ]
154
+ },
155
+ "post_processor": {
156
+ "type": "TemplateProcessing",
157
+ "single": [
158
+ {
159
+ "SpecialToken": {
160
+ "id": "[CLS]",
161
+ "type_id": 0
162
+ }
163
+ },
164
+ {
165
+ "SpecialToken": {
166
+ "id": "[PROMPT]",
167
+ "type_id": 0
168
+ }
169
+ },
170
+ {
171
+ "SpecialToken": {
172
+ "id": "[TIMESTAMP]",
173
+ "type_id": 0
174
+ }
175
+ },
176
+ {
177
+ "SpecialToken": {
178
+ "id": "[BOS]",
179
+ "type_id": 0
180
+ }
181
+ },
182
+ {
183
+ "Sequence": {
184
+ "id": "A",
185
+ "type_id": 0
186
+ }
187
+ },
188
+ {
189
+ "SpecialToken": {
190
+ "id": "[EOS]",
191
+ "type_id": 0
192
+ }
193
+ }
194
+ ],
195
+ "pair": [
196
+ {
197
+ "SpecialToken": {
198
+ "id": "[CLS]",
199
+ "type_id": 0
200
+ }
201
+ },
202
+ {
203
+ "SpecialToken": {
204
+ "id": "[PROMPT]",
205
+ "type_id": 0
206
+ }
207
+ },
208
+ {
209
+ "SpecialToken": {
210
+ "id": "[TIMESTAMP]",
211
+ "type_id": 0
212
+ }
213
+ },
214
+ {
215
+ "SpecialToken": {
216
+ "id": "[BOS]",
217
+ "type_id": 0
218
+ }
219
+ },
220
+ {
221
+ "Sequence": {
222
+ "id": "A",
223
+ "type_id": 0
224
+ }
225
+ },
226
+ {
227
+ "SpecialToken": {
228
+ "id": "[SEP]",
229
+ "type_id": 0
230
+ }
231
+ },
232
+ {
233
+ "Sequence": {
234
+ "id": "B",
235
+ "type_id": 0
236
+ }
237
+ },
238
+ {
239
+ "SpecialToken": {
240
+ "id": "[EOS]",
241
+ "type_id": 0
242
+ }
243
+ }
244
+ ],
245
+ "special_tokens": {
246
+ "[BOS]": {
247
+ "id": "[BOS]",
248
+ "ids": [
249
+ 142
250
+ ],
251
+ "tokens": [
252
+ "[BOS]"
253
+ ]
254
+ },
255
+ "[CLS]": {
256
+ "id": "[CLS]",
257
+ "ids": [
258
+ 145
259
+ ],
260
+ "tokens": [
261
+ "[CLS]"
262
+ ]
263
+ },
264
+ "[EOS]": {
265
+ "id": "[EOS]",
266
+ "ids": [
267
+ 141
268
+ ],
269
+ "tokens": [
270
+ "[EOS]"
271
+ ]
272
+ },
273
+ "[PROMPT]": {
274
+ "id": "[PROMPT]",
275
+ "ids": [
276
+ 147
277
+ ],
278
+ "tokens": [
279
+ "[PROMPT]"
280
+ ]
281
+ },
282
+ "[SEP]": {
283
+ "id": "[SEP]",
284
+ "ids": [
285
+ 146
286
+ ],
287
+ "tokens": [
288
+ "[SEP]"
289
+ ]
290
+ },
291
+ "[TIMESTAMP]": {
292
+ "id": "[TIMESTAMP]",
293
+ "ids": [
294
+ 148
295
+ ],
296
+ "tokens": [
297
+ "[TIMESTAMP]"
298
+ ]
299
+ }
300
+ }
301
+ },
302
+ "decoder": {
303
+ "type": "BPEDecoder",
304
+ "suffix": "</w>"
305
+ },
306
+ "model": {
307
+ "type": "WordLevel",
308
+ "vocab": {
309
+ "<pad>": 0,
310
+ "<eos>": 1,
311
+ "<bos>": 2,
312
+ "<unk>": 3,
313
+ "<mask>": 4,
314
+ "C": 5,
315
+ "=": 6,
316
+ "(": 7,
317
+ ")": 8,
318
+ "O": 9,
319
+ "N": 10,
320
+ "1": 11,
321
+ "2": 12,
322
+ "3": 13,
323
+ "4": 14,
324
+ "F": 15,
325
+ "S": 16,
326
+ "<BASE>": 17,
327
+ "<SYST>": 18,
328
+ "<TRAD>": 19,
329
+ "5": 20,
330
+ "Cl": 21,
331
+ "[": 22,
332
+ "]": 23,
333
+ ".": 24,
334
+ "6": 25,
335
+ "7": 26,
336
+ "-": 27,
337
+ "+": 28,
338
+ "#": 29,
339
+ "Br": 30,
340
+ "8": 31,
341
+ "9": 32,
342
+ "P": 33,
343
+ "H": 34,
344
+ "I": 35,
345
+ "Si": 36,
346
+ "B": 37,
347
+ "Na": 38,
348
+ "Y": 39,
349
+ "Ir": 40,
350
+ "Pt": 41,
351
+ "K": 42,
352
+ "Se": 43,
353
+ "Li": 44,
354
+ "W": 45,
355
+ "Sn": 46,
356
+ "V": 47,
357
+ "Zr": 48,
358
+ "Zn": 49,
359
+ "Cu": 50,
360
+ "Fe": 51,
361
+ "%": 52,
362
+ "Ti": 53,
363
+ "Pd": 54,
364
+ "Co": 55,
365
+ "Mg": 56,
366
+ "Al": 57,
367
+ "Ni": 58,
368
+ "Ge": 59,
369
+ "Ru": 60,
370
+ "Ca": 61,
371
+ "U": 62,
372
+ "Mn": 63,
373
+ "Cr": 64,
374
+ "Au": 65,
375
+ "Ag": 66,
376
+ "As": 67,
377
+ "Te": 68,
378
+ "Mo": 69,
379
+ "Ac": 70,
380
+ "0": 71,
381
+ "Tb": 72,
382
+ "f": 73,
383
+ "Rh": 74,
384
+ "g": 75,
385
+ "Cs": 76,
386
+ "Rf": 77,
387
+ "Ar": 78,
388
+ "Sb": 79,
389
+ "Rb": 80,
390
+ "Ba": 81,
391
+ "Os": 82,
392
+ "Re": 83,
393
+ "Gd": 84,
394
+ "Cd": 85,
395
+ "Bi": 86,
396
+ "Pb": 87,
397
+ "In": 88,
398
+ "Ga": 89,
399
+ "Ce": 90,
400
+ "La": 91,
401
+ "Eu": 92,
402
+ "Tl": 93,
403
+ "Tc": 94,
404
+ "Nb": 95,
405
+ "Sr": 96,
406
+ "Ta": 97,
407
+ "Nd": 98,
408
+ "Pr": 99,
409
+ "Yb": 100,
410
+ "Sm": 101,
411
+ "Be": 102,
412
+ "Sc": 103,
413
+ "Dy": 104,
414
+ "Lu": 105,
415
+ "Fm": 106,
416
+ "Er": 107,
417
+ "Th": 108,
418
+ "o": 109,
419
+ "Tm": 110,
420
+ "At": 111,
421
+ "No": 112,
422
+ "Po": 113,
423
+ "Cm": 114,
424
+ "Sg": 115,
425
+ "Xe": 116,
426
+ "Np": 117,
427
+ "Lr": 118,
428
+ "Pu": 119,
429
+ "Pm": 120,
430
+ "Cf": 121,
431
+ "e": 122,
432
+ "Am": 123,
433
+ "Es": 124,
434
+ "Pa": 125,
435
+ "Ne": 126,
436
+ "Bk": 127,
437
+ "Db": 128,
438
+ "Mt": 129,
439
+ "Kr": 130,
440
+ "Rn": 131,
441
+ "s": 132,
442
+ "Bh": 133,
443
+ "Md": 134,
444
+ "Ra": 135,
445
+ "Fr": 136,
446
+ "@": 137,
447
+ "\\": 138,
448
+ "/": 139
449
+ },
450
+ "unk_token": "<unk>"
451
+ }
452
+ }
tokenizer_config.json ADDED
@@ -0,0 +1,135 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "<pad>",
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": "<bos>",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "3": {
28
+ "content": "<unk>",
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
+ "140": {
44
+ "content": "[PAD]",
45
+ "lstrip": false,
46
+ "normalized": false,
47
+ "rstrip": false,
48
+ "single_word": false,
49
+ "special": true
50
+ },
51
+ "141": {
52
+ "content": "[EOS]",
53
+ "lstrip": false,
54
+ "normalized": false,
55
+ "rstrip": false,
56
+ "single_word": false,
57
+ "special": true
58
+ },
59
+ "142": {
60
+ "content": "[BOS]",
61
+ "lstrip": false,
62
+ "normalized": false,
63
+ "rstrip": false,
64
+ "single_word": false,
65
+ "special": true
66
+ },
67
+ "143": {
68
+ "content": "[UNK]",
69
+ "lstrip": false,
70
+ "normalized": false,
71
+ "rstrip": false,
72
+ "single_word": false,
73
+ "special": true
74
+ },
75
+ "144": {
76
+ "content": "[MASK]",
77
+ "lstrip": false,
78
+ "normalized": false,
79
+ "rstrip": false,
80
+ "single_word": false,
81
+ "special": true
82
+ },
83
+ "145": {
84
+ "content": "[CLS]",
85
+ "lstrip": false,
86
+ "normalized": false,
87
+ "rstrip": false,
88
+ "single_word": false,
89
+ "special": true
90
+ },
91
+ "146": {
92
+ "content": "[SEP]",
93
+ "lstrip": false,
94
+ "normalized": false,
95
+ "rstrip": false,
96
+ "single_word": false,
97
+ "special": true
98
+ },
99
+ "147": {
100
+ "content": "[PROMPT]",
101
+ "lstrip": false,
102
+ "normalized": false,
103
+ "rstrip": false,
104
+ "single_word": false,
105
+ "special": true
106
+ },
107
+ "148": {
108
+ "content": "[TIMESTAMP]",
109
+ "lstrip": false,
110
+ "normalized": false,
111
+ "rstrip": false,
112
+ "single_word": false,
113
+ "special": true
114
+ }
115
+ },
116
+ "additional_special_tokens": [
117
+ "[PROMPT]",
118
+ "[TIMESTAMP]"
119
+ ],
120
+ "bos_token": "[BOS]",
121
+ "clean_up_tokenization_spaces": false,
122
+ "cls_token": "[CLS]",
123
+ "eos_token": "[EOS]",
124
+ "extra_special_tokens": {},
125
+ "mask_token": "[MASK]",
126
+ "max_length": null,
127
+ "model_max_length": 1000000000000000019884624838656,
128
+ "pad_to_multiple_of": null,
129
+ "pad_token": "[PAD]",
130
+ "pad_token_type_id": 0,
131
+ "padding_side": "right",
132
+ "sep_token": "[SEP]",
133
+ "tokenizer_class": "PreTrainedTokenizerFast",
134
+ "unk_token": "[UNK]"
135
+ }