ayusha1103 commited on
Commit
cf0d4b9
·
verified ·
1 Parent(s): dec1adc

Upload tokenizer

Browse files
Files changed (4) hide show
  1. README.md +199 -0
  2. special_tokens_map.json +9 -0
  3. tokenizer.json +210 -338
  4. tokenizer_config.json +48 -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,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "pad_token": {
3
+ "content": "[PAD]",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ }
9
+ }
tokenizer.json CHANGED
@@ -51,7 +51,7 @@
51
  ],
52
  "normalizer": null,
53
  "pre_tokenizer": {
54
- "type": "WhitespaceSplit"
55
  },
56
  "post_processor": null,
57
  "decoder": null,
@@ -63,343 +63,215 @@
63
  "[SEP]": 2,
64
  "[PAD]": 3,
65
  "[MASK]": 4,
66
- "NOTE_OFF=58": 5,
67
- "NOTE_ON=58": 6,
68
- "NOTE_OFF=70": 7,
69
- "NOTE_ON=70": 8,
70
- "NOTE_OFF=80": 9,
71
- "NOTE_ON=80": 10,
72
- "NOTE_OFF=73": 11,
73
- "NOTE_ON=73": 12,
74
- "NOTE_OFF=68": 13,
75
- "NOTE_ON=68": 14,
76
- "NOTE_OFF=72": 15,
77
- "NOTE_ON=72": 16,
78
- "NOTE_OFF=89": 17,
79
- "NOTE_ON=89": 18,
80
- "NOTE_OFF=77": 19,
81
- "NOTE_ON=77": 20,
82
- "NOTE_OFF=66": 21,
83
- "NOTE_ON=66": 22,
84
- "NOTE_OFF=85": 23,
85
- "NOTE_ON=85": 24,
86
- "NOTE_OFF=63": 25,
87
- "NOTE_ON=63": 26,
88
- "NOTE_OFF=90": 27,
89
- "NOTE_ON=90": 28,
90
- "NOTE_OFF=60": 29,
91
- "NOTE_ON=60": 30,
92
- "NOTE_OFF=61": 31,
93
- "NOTE_ON=61": 32,
94
- "NOTE_OFF=88": 33,
95
- "NOTE_ON=88": 34,
96
- "NOTE_OFF=82": 35,
97
- "NOTE_ON=82": 36,
98
- "NOTE_OFF=87": 37,
99
- "NOTE_ON=87": 38,
100
- "NOTE_OFF=84": 39,
101
- "NOTE_ON=84": 40,
102
- "NOTE_OFF=92": 41,
103
- "NOTE_ON=92": 42,
104
- "NOTE_OFF=59": 43,
105
- "NOTE_ON=59": 44,
106
- "NOTE_OFF=81": 45,
107
- "NOTE_ON=81": 46,
108
- "NOTE_OFF=71": 47,
109
- "NOTE_ON=71": 48,
110
- "NOTE_OFF=86": 49,
111
- "NOTE_ON=86": 50,
112
- "NOTE_OFF=83": 51,
113
- "NOTE_ON=83": 52,
114
- "NOTE_OFF=75": 53,
115
- "NOTE_ON=75": 54,
116
- "NOTE_OFF=69": 55,
117
- "NOTE_ON=69": 56,
118
- "NOTE_OFF=91": 57,
119
- "NOTE_ON=91": 58,
120
- "NOTE_OFF=93": 59,
121
- "NOTE_ON=93": 60,
122
- "BAR_END": 61,
123
- "BAR_START": 62,
124
- "NOTE_OFF=74": 63,
125
- "NOTE_ON=74": 64,
126
- "NOTE_OFF=79": 65,
127
- "NOTE_ON=79": 66,
128
- "NOTE_OFF=65": 67,
129
- "NOTE_ON=65": 68,
130
- "NOTE_OFF=67": 69,
131
- "NOTE_ON=67": 70,
132
- "NOTE_OFF=78": 71,
133
- "NOTE_ON=78": 72,
134
- "NOTE_OFF=99": 73,
135
- "NOTE_ON=99": 74,
136
- "NOTE_OFF=97": 75,
137
- "NOTE_ON=97": 76,
138
- "NOTE_OFF=41": 77,
139
- "NOTE_ON=41": 78,
140
- "NOTE_OFF=64": 79,
141
- "NOTE_ON=64": 80,
142
- "NOTE_OFF=100": 81,
143
- "NOTE_ON=100": 82,
144
- "NOTE_OFF=94": 83,
145
- "NOTE_ON=94": 84,
146
- "NOTE_OFF=96": 85,
147
- "NOTE_ON=96": 86,
148
- "NOTE_OFF=101": 87,
149
- "NOTE_ON=101": 88,
150
- "NOTE_OFF=76": 89,
151
- "NOTE_ON=76": 90,
152
- "NOTE_OFF=95": 91,
153
- "NOTE_ON=95": 92,
154
- "NOTE_OFF=44": 93,
155
- "NOTE_ON=44": 94,
156
- "NOTE_OFF=45": 95,
157
- "NOTE_OFF=57": 96,
158
- "NOTE_ON=45": 97,
159
- "NOTE_ON=57": 98,
160
- "NOTE_OFF=56": 99,
161
- "NOTE_ON=56": 100,
162
- "NOTE_OFF=102": 101,
163
- "NOTE_ON=102": 102,
164
- "NOTE_OFF=62": 103,
165
- "NOTE_ON=62": 104,
166
- "NOTE_OFF=98": 105,
167
- "NOTE_ON=98": 106,
168
- "TIME_DELTA=1": 107,
169
- "NOTE_OFF=48": 108,
170
- "NOTE_ON=48": 109,
171
- "NOTE_OFF=42": 110,
172
- "NOTE_ON=42": 111,
173
- "NOTE_OFF=54": 112,
174
- "NOTE_ON=54": 113,
175
- "NOTE_OFF=50": 114,
176
- "NOTE_ON=50": 115,
177
- "NOTE_OFF=55": 116,
178
- "NOTE_ON=55": 117,
179
- "NOTE_OFF=47": 118,
180
- "NOTE_ON=47": 119,
181
- "NOTE_OFF=49": 120,
182
- "NOTE_ON=49": 121,
183
- "NOTE_OFF=53": 122,
184
- "NOTE_ON=53": 123,
185
- "NOTE_OFF=51": 124,
186
- "NOTE_ON=51": 125,
187
- "NOTE_OFF=40": 126,
188
- "NOTE_ON=40": 127,
189
- "NOTE_OFF=103": 128,
190
- "NOTE_ON=103": 129,
191
- "NOTE_OFF=46": 130,
192
- "NOTE_ON=46": 131,
193
- "NOTE_OFF=43": 132,
194
- "NOTE_ON=43": 133,
195
- "NOTE_OFF=52": 134,
196
- "NOTE_ON=52": 135,
197
- "NOTE_OFF=39": 136,
198
- "NOTE_ON=39": 137,
199
- "INST=0": 138,
200
- "TRACK_END": 139,
201
- "TRACK_START": 140,
202
- "NOTE_OFF=38": 141,
203
- "NOTE_ON=38": 142,
204
- "TIME_DELTA=2": 143,
205
- "NOTE_OFF=37": 144,
206
- "NOTE_ON=37": 145,
207
- "DENSITY=0": 146,
208
- "PIECE_END": 147,
209
- "PIECE_START": 148,
210
- "NOTE_OFF=36": 149,
211
- "NOTE_ON=36": 150,
212
- "NOTE_OFF=34": 151,
213
- "NOTE_ON=34": 152,
214
- "TIME_DELTA=3": 153,
215
- "NOTE_OFF=33": 154,
216
- "NOTE_ON=33": 155,
217
- "NOTE_OFF=35": 156,
218
- "NOTE_ON=35": 157,
219
- "TIME_DELTA=4": 158,
220
- "NOTE_OFF=32": 159,
221
- "NOTE_ON=32": 160,
222
- "NOTE_OFF=29": 161,
223
- "NOTE_ON=29": 162,
224
- "TIME_DELTA=5": 163,
225
- "NOTE_OFF=31": 164,
226
- "NOTE_ON=31": 165,
227
- "NOTE_OFF=30": 166,
228
- "NOTE_ON=30": 167,
229
- "NOTE_OFF=28": 168,
230
- "NOTE_ON=28": 169,
231
- "TIME_DELTA=7": 170,
232
- "TIME_DELTA=6": 171,
233
- "TIME_DELTA=10": 172,
234
- "TIME_DELTA=8": 173,
235
- "TIME_DELTA=9": 174,
236
- "TIME_DELTA=11": 175,
237
- "DENSITY=39": 176,
238
- "TIME_DELTA=13": 177,
239
- "DENSITY=52": 178,
240
- "NOTE_OFF=27": 179,
241
- "NOTE_ON=27": 180,
242
- "TIME_DELTA=16": 181,
243
- "TIME_DELTA=19": 182,
244
- "DENSITY=38": 183,
245
- "DENSITY=46": 184,
246
- "DENSITY=48": 185,
247
- "DENSITY=68": 186,
248
- "TIME_DELTA=12": 187,
249
- "TIME_DELTA=15": 188,
250
- "TIME_DELTA=20": 189,
251
- "DENSITY=32": 190,
252
- "DENSITY=35": 191,
253
- "DENSITY=43": 192,
254
- "DENSITY=55": 193,
255
- "DENSITY=71": 194,
256
- "DENSITY=73": 195,
257
- "DENSITY=82": 196,
258
- "TIME_DELTA=17": 197,
259
- "TIME_DELTA=27": 198,
260
- "DENSITY=10": 199,
261
- "DENSITY=30": 200,
262
- "DENSITY=31": 201,
263
- "DENSITY=37": 202,
264
- "DENSITY=51": 203,
265
- "DENSITY=60": 204,
266
- "DENSITY=64": 205,
267
- "DENSITY=66": 206,
268
- "DENSITY=67": 207,
269
- "DENSITY=78": 208,
270
- "DENSITY=98": 209,
271
- "TIME_DELTA=18": 210,
272
- "TIME_DELTA=29": 211,
273
- "DENSITY=18": 212,
274
- "DENSITY=28": 213,
275
- "DENSITY=33": 214,
276
- "DENSITY=36": 215,
277
- "DENSITY=40": 216,
278
- "DENSITY=41": 217,
279
- "DENSITY=42": 218,
280
- "DENSITY=44": 219,
281
- "DENSITY=47": 220,
282
- "DENSITY=53": 221,
283
- "DENSITY=54": 222,
284
- "DENSITY=62": 223,
285
- "DENSITY=70": 224,
286
- "DENSITY=76": 225,
287
- "DENSITY=86": 226,
288
- "DENSITY=94": 227,
289
- "DENSITY=96": 228,
290
- "DENSITY=97": 229,
291
- "NOTE_OFF=26": 230,
292
- "NOTE_ON=26": 231,
293
- "TIME_DELTA=14": 232,
294
- "TIME_DELTA=21": 233,
295
- "TIME_DELTA=23": 234,
296
- "TIME_DELTA=41": 235,
297
- "DENSITY=103": 236,
298
- "DENSITY=117": 237,
299
- "DENSITY=125": 238,
300
- "DENSITY=134": 239,
301
- "DENSITY=20": 240,
302
- "DENSITY=22": 241,
303
- "DENSITY=23": 242,
304
- "DENSITY=24": 243,
305
- "DENSITY=34": 244,
306
- "DENSITY=45": 245,
307
- "DENSITY=49": 246,
308
- "DENSITY=5": 247,
309
- "DENSITY=50": 248,
310
- "DENSITY=56": 249,
311
- "DENSITY=57": 250,
312
- "DENSITY=61": 251,
313
- "DENSITY=63": 252,
314
- "DENSITY=65": 253,
315
- "DENSITY=69": 254,
316
- "DENSITY=72": 255,
317
- "DENSITY=80": 256,
318
- "DENSITY=91": 257,
319
- "DENSITY=95": 258,
320
- "DENSITY=99": 259,
321
- "NOTE_OFF=21": 260,
322
- "NOTE_ON=21": 261,
323
- "TIME_DELTA=22": 262,
324
- "TIME_DELTA=25": 263,
325
- "TIME_DELTA=26": 264,
326
- "TIME_DELTA=31": 265,
327
- "TIME_DELTA=32": 266,
328
- "TIME_DELTA=33": 267,
329
- "TIME_DELTA=34": 268,
330
- "TIME_DELTA=37": 269,
331
- "TIME_DELTA=38": 270,
332
- "TIME_DELTA=39": 271,
333
- "TIME_DELTA=60": 272,
334
- "TIME_DELTA=86": 273,
335
- "TIME_DELTA=89": 274,
336
- "TIME_DELTA=94": 275,
337
- "DENSITY=100": 276,
338
- "DENSITY=102": 277,
339
- "DENSITY=104": 278,
340
- "DENSITY=106": 279,
341
- "DENSITY=107": 280,
342
- "DENSITY=109": 281,
343
- "DENSITY=111": 282,
344
- "DENSITY=113": 283,
345
- "DENSITY=116": 284,
346
- "DENSITY=120": 285,
347
- "DENSITY=123": 286,
348
- "DENSITY=13": 287,
349
- "DENSITY=132": 288,
350
- "DENSITY=144": 289,
351
- "DENSITY=15": 290,
352
- "DENSITY=16": 291,
353
- "DENSITY=17": 292,
354
- "DENSITY=19": 293,
355
- "DENSITY=26": 294,
356
- "DENSITY=27": 295,
357
- "DENSITY=29": 296,
358
- "DENSITY=59": 297,
359
- "DENSITY=6": 298,
360
- "DENSITY=7": 299,
361
- "DENSITY=74": 300,
362
- "DENSITY=75": 301,
363
- "DENSITY=77": 302,
364
- "DENSITY=79": 303,
365
- "DENSITY=83": 304,
366
- "DENSITY=84": 305,
367
- "DENSITY=88": 306,
368
- "DENSITY=89": 307,
369
- "DENSITY=90": 308,
370
- "NOTE_OFF=17": 309,
371
- "NOTE_OFF=23": 310,
372
- "NOTE_OFF=24": 311,
373
- "NOTE_OFF=25": 312,
374
- "NOTE_ON=17": 313,
375
- "NOTE_ON=23": 314,
376
- "NOTE_ON=24": 315,
377
- "NOTE_ON=25": 316,
378
- "TIME_DELTA=104": 317,
379
- "TIME_DELTA=116": 318,
380
- "TIME_DELTA=123": 319,
381
- "TIME_DELTA=133": 320,
382
- "TIME_DELTA=134": 321,
383
- "TIME_DELTA=24": 322,
384
- "TIME_DELTA=30": 323,
385
- "TIME_DELTA=35": 324,
386
- "TIME_DELTA=36": 325,
387
- "TIME_DELTA=40": 326,
388
- "TIME_DELTA=45": 327,
389
- "TIME_DELTA=48": 328,
390
- "TIME_DELTA=50": 329,
391
- "TIME_DELTA=53": 330,
392
- "TIME_DELTA=54": 331,
393
- "TIME_DELTA=55": 332,
394
- "TIME_DELTA=57": 333,
395
- "TIME_DELTA=61": 334,
396
- "TIME_DELTA=64": 335,
397
- "TIME_DELTA=67": 336,
398
- "TIME_DELTA=69": 337,
399
- "TIME_DELTA=70": 338,
400
- "TIME_DELTA=74": 339,
401
- "TIME_DELTA=91": 340,
402
- "TIME_DELTA=95": 341
403
  },
404
  "unk_token": "[UNK]"
405
  }
 
51
  ],
52
  "normalizer": null,
53
  "pre_tokenizer": {
54
+ "type": "Whitespace"
55
  },
56
  "post_processor": null,
57
  "decoder": null,
 
63
  "[SEP]": 2,
64
  "[PAD]": 3,
65
  "[MASK]": 4,
66
+ "=": 5,
67
+ "TIME_DELTA": 6,
68
+ "NOTE_OFF": 7,
69
+ "NOTE_ON": 8,
70
+ "3": 9,
71
+ "2": 10,
72
+ "4": 11,
73
+ "5": 12,
74
+ "6": 13,
75
+ "58": 14,
76
+ "70": 15,
77
+ "80": 16,
78
+ "7": 17,
79
+ "73": 18,
80
+ "68": 19,
81
+ "72": 20,
82
+ "89": 21,
83
+ "77": 22,
84
+ "66": 23,
85
+ "63": 24,
86
+ "85": 25,
87
+ "90": 26,
88
+ "60": 27,
89
+ "61": 28,
90
+ "88": 29,
91
+ "82": 30,
92
+ "87": 31,
93
+ "8": 32,
94
+ "84": 33,
95
+ "92": 34,
96
+ "59": 35,
97
+ "81": 36,
98
+ "71": 37,
99
+ "86": 38,
100
+ "83": 39,
101
+ "75": 40,
102
+ "69": 41,
103
+ "91": 42,
104
+ "93": 43,
105
+ "74": 44,
106
+ "65": 45,
107
+ "79": 46,
108
+ "67": 47,
109
+ "1": 48,
110
+ "78": 49,
111
+ "9": 50,
112
+ "99": 51,
113
+ "41": 52,
114
+ "97": 53,
115
+ "64": 54,
116
+ "100": 55,
117
+ "94": 56,
118
+ "96": 57,
119
+ "101": 58,
120
+ "76": 59,
121
+ "95": 60,
122
+ "44": 61,
123
+ "45": 62,
124
+ "57": 63,
125
+ "56": 64,
126
+ "102": 65,
127
+ "10": 66,
128
+ "62": 67,
129
+ "98": 68,
130
+ "48": 69,
131
+ "42": 70,
132
+ "11": 71,
133
+ "50": 72,
134
+ "54": 73,
135
+ "55": 74,
136
+ "47": 75,
137
+ "49": 76,
138
+ "53": 77,
139
+ "40": 78,
140
+ "51": 79,
141
+ "12": 80,
142
+ "103": 81,
143
+ "46": 82,
144
+ "43": 83,
145
+ "13": 84,
146
+ "52": 85,
147
+ "14": 86,
148
+ "15": 87,
149
+ "39": 88,
150
+ "BAR_END": 89,
151
+ "BAR_START": 90,
152
+ "16": 91,
153
+ "17": 92,
154
+ "18": 93,
155
+ "19": 94,
156
+ "20": 95,
157
+ "21": 96,
158
+ "22": 97,
159
+ "23": 98,
160
+ "38": 99,
161
+ "37": 100,
162
+ "24": 101,
163
+ "25": 102,
164
+ "26": 103,
165
+ "28": 104,
166
+ "29": 105,
167
+ "27": 106,
168
+ "34": 107,
169
+ "30": 108,
170
+ "33": 109,
171
+ "31": 110,
172
+ "32": 111,
173
+ "36": 112,
174
+ "35": 113,
175
+ "0": 114,
176
+ "DENSITY": 115,
177
+ "INST": 116,
178
+ "PIECE_END": 117,
179
+ "PIECE_START": 118,
180
+ "TRACK_END": 119,
181
+ "TRACK_START": 120,
182
+ "123": 121,
183
+ "118": 122,
184
+ "124": 123,
185
+ "151": 124,
186
+ "106": 125,
187
+ "104": 126,
188
+ "107": 127,
189
+ "113": 128,
190
+ "114": 129,
191
+ "117": 130,
192
+ "119": 131,
193
+ "120": 132,
194
+ "133": 133,
195
+ "127": 134,
196
+ "129": 135,
197
+ "130": 136,
198
+ "146": 137,
199
+ "152": 138,
200
+ "165": 139,
201
+ "108": 140,
202
+ "109": 141,
203
+ "111": 142,
204
+ "112": 143,
205
+ "126": 144,
206
+ "131": 145,
207
+ "132": 146,
208
+ "141": 147,
209
+ "148": 148,
210
+ "150": 149,
211
+ "157": 150,
212
+ "158": 151,
213
+ "161": 152,
214
+ "163": 153,
215
+ "164": 154,
216
+ "180": 155,
217
+ "116": 156,
218
+ "121": 157,
219
+ "125": 158,
220
+ "128": 159,
221
+ "134": 160,
222
+ "135": 161,
223
+ "136": 162,
224
+ "139": 163,
225
+ "143": 164,
226
+ "147": 165,
227
+ "149": 166,
228
+ "154": 167,
229
+ "162": 168,
230
+ "172": 169,
231
+ "176": 170,
232
+ "191": 171,
233
+ "210": 172,
234
+ "216": 173,
235
+ "105": 174,
236
+ "110": 175,
237
+ "115": 176,
238
+ "137": 177,
239
+ "138": 178,
240
+ "140": 179,
241
+ "142": 180,
242
+ "145": 181,
243
+ "155": 182,
244
+ "159": 183,
245
+ "166": 184,
246
+ "167": 185,
247
+ "168": 186,
248
+ "170": 187,
249
+ "171": 188,
250
+ "174": 189,
251
+ "175": 190,
252
+ "177": 191,
253
+ "178": 192,
254
+ "179": 193,
255
+ "183": 194,
256
+ "190": 195,
257
+ "193": 196,
258
+ "199": 197,
259
+ "205": 198,
260
+ "212": 199,
261
+ "220": 200,
262
+ "236": 201,
263
+ "238": 202,
264
+ "250": 203,
265
+ "255": 204,
266
+ "263": 205,
267
+ "268": 206,
268
+ "289": 207,
269
+ "317": 208,
270
+ "335": 209,
271
+ "391": 210,
272
+ "397": 211,
273
+ "403": 212,
274
+ "451": 213
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
275
  },
276
  "unk_token": "[UNK]"
277
  }
tokenizer_config.json ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "[UNK]",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "1": {
12
+ "content": "[CLS]",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "2": {
20
+ "content": "[SEP]",
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
+ },
44
+ "clean_up_tokenization_spaces": true,
45
+ "model_max_length": 1000000000000000019884624838656,
46
+ "pad_token": "[PAD]",
47
+ "tokenizer_class": "PreTrainedTokenizerFast"
48
+ }