Zurvanos commited on
Commit
77f610e
·
verified ·
1 Parent(s): d4cf29c

Upload music_tokenizer.json

Browse files
Files changed (1) hide show
  1. music_tokenizer.json +836 -0
music_tokenizer.json ADDED
@@ -0,0 +1,836 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "version": "1.0",
3
+ "truncation": null,
4
+ "padding": null,
5
+ "added_tokens": [
6
+ {
7
+ "id": 0,
8
+ "content": "<unk>",
9
+ "single_word": false,
10
+ "lstrip": false,
11
+ "rstrip": false,
12
+ "normalized": false,
13
+ "special": true
14
+ }
15
+ ],
16
+ "normalizer": null,
17
+ "pre_tokenizer": {
18
+ "type": "Whitespace"
19
+ },
20
+ "post_processor": null,
21
+ "decoder": {
22
+ "type": "WordPiece",
23
+ "prefix": "##",
24
+ "cleanup": true
25
+ },
26
+ "model": {
27
+ "type": "WordLevel",
28
+ "vocab": {
29
+ "<unk>": 0,
30
+ "-": 1,
31
+ "note": 2,
32
+ ".": 3,
33
+ "#": 4,
34
+ "gracenote": 5,
35
+ "multirest": 6,
36
+ "..": 7,
37
+ "C": 8,
38
+ "F": 9,
39
+ "_fermata": 10,
40
+ "G": 11,
41
+ "D": 12,
42
+ "A": 13,
43
+ "timeSignature": 14,
44
+ "/": 15,
45
+ "B": 16,
46
+ "E": 17,
47
+ "4_eighth": 18,
48
+ "5_eighth": 19,
49
+ "4_quarter": 20,
50
+ "5_quarter": 21,
51
+ "rest": 22,
52
+ "4_sixteenth": 23,
53
+ "5_sixteenth": 24,
54
+ "3_eighth": 25,
55
+ "3_sixteenth": 26,
56
+ "4": 27,
57
+ "3_quarter": 28,
58
+ "4_half": 29,
59
+ "5_half": 30,
60
+ "4_thirty_second": 31,
61
+ "4_whole": 32,
62
+ "8": 33,
63
+ "keySignature": 34,
64
+ "2": 35,
65
+ "3_half": 36,
66
+ "2_quarter": 37,
67
+ "5_thirty_second": 38,
68
+ "clef": 39,
69
+ "2_eighth": 40,
70
+ "2_sixteenth": 41,
71
+ "5_whole": 42,
72
+ "3": 43,
73
+ "3_thirty_second": 44,
74
+ "3_whole": 45,
75
+ "1": 46,
76
+ "16": 47,
77
+ "2_half": 48,
78
+ "6": 49,
79
+ "6_eighth": 50,
80
+ "6_quarter": 51,
81
+ "D4_quarter": 52,
82
+ "Eb5_quarter": 53,
83
+ "12": 54,
84
+ "2_whole": 55,
85
+ "5_half_fermata": 56,
86
+ "5_sixty_fourth": 57,
87
+ "6_half": 58,
88
+ "6_sixteenth": 59,
89
+ "A3_eighth": 60,
90
+ "A4_half": 61,
91
+ "A4_quarter": 62,
92
+ "A5_quarter": 63,
93
+ "B4_eighth": 64,
94
+ "B4_quarter": 65,
95
+ "B4_sixteenth": 66,
96
+ "Bb3_quarter": 67,
97
+ "Bb4_eighth": 68,
98
+ "Bb4_quarter": 69,
99
+ "C4_quarter": 70,
100
+ "C5_eighth": 71,
101
+ "C5_quarter": 72,
102
+ "D3_quarter": 73,
103
+ "D4_eighth": 74,
104
+ "D5_eighth": 75,
105
+ "D5_quarter": 76,
106
+ "E4_quarter": 77,
107
+ "E5_half": 78,
108
+ "E5_quarter": 79,
109
+ "Eb4_eighth": 80,
110
+ "Eb4_quarter": 81,
111
+ "F4_quarter": 82,
112
+ "F5_quarter": 83,
113
+ "G3_eighth": 84,
114
+ "G3_quarter": 85,
115
+ "G4_eighth": 86,
116
+ "G4_quarter": 87,
117
+ "G4_sixteenth": 88,
118
+ "G5_half": 89,
119
+ "G5_quarter": 90,
120
+ "quarter": 91,
121
+ "3_double_whole": 92,
122
+ "3_half_fermata": 93,
123
+ "4_half_fermata": 94,
124
+ "4_quarter_fermata": 95,
125
+ "4_sixty_fourth": 96,
126
+ "5_eighth_fermata": 97,
127
+ "5_quarter_fermata": 98,
128
+ "9": 99,
129
+ "A3_half": 100,
130
+ "A3_quarter": 101,
131
+ "A4_eighth": 102,
132
+ "A5_eighth": 103,
133
+ "A5_sixteenth": 104,
134
+ "Ab4_eighth": 105,
135
+ "Ab4_half": 106,
136
+ "Ab4_quarter": 107,
137
+ "Ab5_eighth": 108,
138
+ "B3_quarter": 109,
139
+ "B5_eighth": 110,
140
+ "Bb3_eighth": 111,
141
+ "Bb4_half": 112,
142
+ "Bb5_eighth": 113,
143
+ "C4_eighth": 114,
144
+ "C5_half": 115,
145
+ "C6_half": 116,
146
+ "D5_half": 117,
147
+ "D5_sixteenth": 118,
148
+ "D6_quarter": 119,
149
+ "Db4_eighth": 120,
150
+ "Db5_eighth": 121,
151
+ "Db5_quarter": 122,
152
+ "E3_quarter": 123,
153
+ "E4_eighth": 124,
154
+ "E5_eighth": 125,
155
+ "Eb5_eighth": 126,
156
+ "Eb5_half": 127,
157
+ "F3_quarter": 128,
158
+ "F4_eighth": 129,
159
+ "F4_half": 130,
160
+ "F5_eighth": 131,
161
+ "F5_half": 132,
162
+ "F5_sixteenth": 133,
163
+ "G4_half": 134,
164
+ "G5_eighth": 135,
165
+ "G5_sixteenth": 136,
166
+ "Gb4_eighth": 137,
167
+ "eighth": 138,
168
+ "3_sixty_fourth": 139,
169
+ "4_double_whole": 140,
170
+ "4_double_whole_fermata": 141,
171
+ "4_whole_fermata": 142,
172
+ "5": 143,
173
+ "5_double_whole": 144,
174
+ "5_whole_fermata": 145,
175
+ "6_thirty_second": 146,
176
+ "A2_eighth": 147,
177
+ "A2_quarter": 148,
178
+ "A2_sixteenth": 149,
179
+ "A3_sixteenth": 150,
180
+ "A4_sixteenth": 151,
181
+ "A4_thirty_second": 152,
182
+ "A4_whole": 153,
183
+ "A5_half": 154,
184
+ "A5_thirty_second": 155,
185
+ "Ab3_eighth": 156,
186
+ "Ab3_quarter": 157,
187
+ "Ab3_sixteenth": 158,
188
+ "Ab4_sixteenth": 159,
189
+ "Ab4_thirty_second": 160,
190
+ "Ab5_half": 161,
191
+ "Ab5_quarter": 162,
192
+ "Ab5_sixteenth": 163,
193
+ "B2_sixteenth": 164,
194
+ "B3_eighth": 165,
195
+ "B3_sixteenth": 166,
196
+ "B3_thirty_second": 167,
197
+ "B4_half": 168,
198
+ "B4_thirty_second": 169,
199
+ "B4_whole": 170,
200
+ "B5_quarter": 171,
201
+ "Bb2_quarter": 172,
202
+ "Bb3_half": 173,
203
+ "Bb3_sixteenth": 174,
204
+ "Bb3_thirty_second": 175,
205
+ "Bb4_sixteenth": 176,
206
+ "Bb4_thirty_second": 177,
207
+ "Bb4_whole": 178,
208
+ "Bb5_quarter": 179,
209
+ "C3_eighth": 180,
210
+ "C3_quarter": 181,
211
+ "C3_sixteenth": 182,
212
+ "C4_half": 183,
213
+ "C4_sixteenth": 184,
214
+ "C4_thirty_second": 185,
215
+ "C5_double_whole": 186,
216
+ "C5_sixteenth": 187,
217
+ "C5_thirty_second": 188,
218
+ "C5_whole": 189,
219
+ "C6_eighth": 190,
220
+ "C6_quarter": 191,
221
+ "Cb5_eighth": 192,
222
+ "Cb5_quarter": 193,
223
+ "D2_quarter": 194,
224
+ "D3_eighth": 195,
225
+ "D3_sixteenth": 196,
226
+ "D4_half": 197,
227
+ "D4_sixteenth": 198,
228
+ "D4_thirty_second": 199,
229
+ "D5_thirty_second": 200,
230
+ "D5_whole": 201,
231
+ "D6_eighth": 202,
232
+ "D6_half": 203,
233
+ "Db4_sixteenth": 204,
234
+ "Db5_half": 205,
235
+ "Db5_sixteenth": 206,
236
+ "E3_eighth": 207,
237
+ "E3_half": 208,
238
+ "E3_sixteenth": 209,
239
+ "E4_double_whole": 210,
240
+ "E4_half": 211,
241
+ "E4_sixteenth": 212,
242
+ "E5_sixteenth": 213,
243
+ "E5_thirty_second": 214,
244
+ "E5_whole": 215,
245
+ "E6_eighth": 216,
246
+ "Eb2_quarter": 217,
247
+ "Eb3_eighth": 218,
248
+ "Eb3_half": 219,
249
+ "Eb3_quarter": 220,
250
+ "Eb3_sixteenth": 221,
251
+ "Eb4_half": 222,
252
+ "Eb4_sixteenth": 223,
253
+ "Eb5_sixteenth": 224,
254
+ "Eb5_thirty_second": 225,
255
+ "Eb5_whole": 226,
256
+ "Eb6_eighth": 227,
257
+ "Eb6_quarter": 228,
258
+ "F2_eighth": 229,
259
+ "F2_quarter": 230,
260
+ "F3_eighth": 231,
261
+ "F3_sixteenth": 232,
262
+ "F4_sixteenth": 233,
263
+ "F5_thirty_second": 234,
264
+ "G3_half": 235,
265
+ "G3_sixteenth": 236,
266
+ "G4_thirty_second": 237,
267
+ "G4_whole": 238,
268
+ "G5_thirty_second": 239,
269
+ "Gb3_quarter": 240,
270
+ "Gb4_quarter": 241,
271
+ "Gb5_quarter": 242,
272
+ "half": 243,
273
+ "11": 244,
274
+ "24": 245,
275
+ "48": 246,
276
+ "4_eighth_fermata": 247,
277
+ "4_quadruple_whole_fermata": 248,
278
+ "7": 249,
279
+ "A2_double_whole": 250,
280
+ "A2_half": 251,
281
+ "A2_whole": 252,
282
+ "A3_double_whole": 253,
283
+ "A3_thirty_second": 254,
284
+ "A3_whole": 255,
285
+ "A4_double_whole": 256,
286
+ "A4_quadruple_whole": 257,
287
+ "A5_whole": 258,
288
+ "Ab2_eighth": 259,
289
+ "Ab2_half": 260,
290
+ "Ab2_quarter": 261,
291
+ "Ab3_half": 262,
292
+ "Ab3_thirty_second": 263,
293
+ "Ab4_whole": 264,
294
+ "Ab5_thirty_second": 265,
295
+ "B2_eighth": 266,
296
+ "B2_half": 267,
297
+ "B2_quarter": 268,
298
+ "B2_whole": 269,
299
+ "B3_double_whole": 270,
300
+ "B3_half": 271,
301
+ "B3_whole": 272,
302
+ "B4_double_whole": 273,
303
+ "B5_half": 274,
304
+ "B5_sixteenth": 275,
305
+ "B5_whole": 276,
306
+ "Bb2_eighth": 277,
307
+ "Bb2_half": 278,
308
+ "Bb2_sixteenth": 279,
309
+ "Bb2_whole": 280,
310
+ "Bb3_double_whole": 281,
311
+ "Bb3_whole": 282,
312
+ "Bb4_double_whole": 283,
313
+ "Bb5_half": 284,
314
+ "Bb5_sixteenth": 285,
315
+ "Bb5_thirty_second": 286,
316
+ "Bb5_whole": 287,
317
+ "C2_eighth": 288,
318
+ "C2_half": 289,
319
+ "C2_quarter": 290,
320
+ "C3_double_whole": 291,
321
+ "C3_half": 292,
322
+ "C3_quadruple_whole": 293,
323
+ "C3_whole": 294,
324
+ "C4_double_whole": 295,
325
+ "C4_quadruple_whole": 296,
326
+ "C4_whole": 297,
327
+ "C5_quadruple_whole": 298,
328
+ "C6_sixteenth": 299,
329
+ "C6_thirty_second": 300,
330
+ "Cb4_eighth": 301,
331
+ "Cb4_quarter": 302,
332
+ "Cb5_half": 303,
333
+ "Cb5_thirty_second": 304,
334
+ "D2_eighth": 305,
335
+ "D2_half": 306,
336
+ "D3_double_whole": 307,
337
+ "D3_half": 308,
338
+ "D3_whole": 309,
339
+ "D4_double_whole": 310,
340
+ "D4_whole": 311,
341
+ "D5_double_whole": 312,
342
+ "D6_sixteenth": 313,
343
+ "D6_whole": 314,
344
+ "Db3_eighth": 315,
345
+ "Db3_half": 316,
346
+ "Db3_quarter": 317,
347
+ "Db4_half": 318,
348
+ "Db4_quarter": 319,
349
+ "Db4_whole": 320,
350
+ "Db5_thirty_second": 321,
351
+ "Db5_whole": 322,
352
+ "Db6_eighth": 323,
353
+ "Db6_quarter": 324,
354
+ "Db6_sixteenth": 325,
355
+ "E2_eighth": 326,
356
+ "E2_half": 327,
357
+ "E2_quarter": 328,
358
+ "E3_double_whole": 329,
359
+ "E3_whole": 330,
360
+ "E4_quadruple_whole": 331,
361
+ "E4_thirty_second": 332,
362
+ "E4_whole": 333,
363
+ "E5_double_whole": 334,
364
+ "E6_half": 335,
365
+ "E6_quarter": 336,
366
+ "E6_sixteenth": 337,
367
+ "Eb2_sixteenth": 338,
368
+ "Eb3_whole": 339,
369
+ "Eb4_thirty_second": 340,
370
+ "Eb4_whole": 341,
371
+ "Eb6_half": 342,
372
+ "Eb6_sixteenth": 343,
373
+ "F2_double_whole": 344,
374
+ "F2_half": 345,
375
+ "F2_sixteenth": 346,
376
+ "F2_whole": 347,
377
+ "F3_double_whole": 348,
378
+ "F3_half": 349,
379
+ "F3_thirty_second": 350,
380
+ "F3_whole": 351,
381
+ "F4_double_whole": 352,
382
+ "F4_quadruple_whole": 353,
383
+ "F4_thirty_second": 354,
384
+ "F4_whole": 355,
385
+ "F5_whole": 356,
386
+ "F6_eighth": 357,
387
+ "F6_half": 358,
388
+ "F6_quarter": 359,
389
+ "F6_sixteenth": 360,
390
+ "Fb4_quarter": 361,
391
+ "Fb4_sixteenth": 362,
392
+ "Fb5_eighth": 363,
393
+ "G2_double_whole": 364,
394
+ "G2_eighth": 365,
395
+ "G2_half": 366,
396
+ "G2_quarter": 367,
397
+ "G2_sixteenth": 368,
398
+ "G2_whole": 369,
399
+ "G3_double_whole": 370,
400
+ "G3_thirty_second": 371,
401
+ "G3_whole": 372,
402
+ "G4_double_whole": 373,
403
+ "G4_quadruple_whole": 374,
404
+ "G5_double_whole": 375,
405
+ "G5_whole": 376,
406
+ "Gb3_eighth": 377,
407
+ "Gb4_half": 378,
408
+ "Gb4_sixteenth": 379,
409
+ "Gb5_eighth": 380,
410
+ "Gb5_half": 381,
411
+ "Gb5_sixteenth": 382,
412
+ "Gb5_thirty_second": 383,
413
+ "M": 384,
414
+ "sixteenth": 385,
415
+ "whole": 386,
416
+ "10": 387,
417
+ "100": 388,
418
+ "105": 389,
419
+ "107": 390,
420
+ "1111": 391,
421
+ "112": 392,
422
+ "115": 393,
423
+ "119": 394,
424
+ "123": 395,
425
+ "124": 396,
426
+ "126": 397,
427
+ "128": 398,
428
+ "13": 399,
429
+ "14": 400,
430
+ "143": 401,
431
+ "15": 402,
432
+ "164": 403,
433
+ "17": 404,
434
+ "18": 405,
435
+ "19": 406,
436
+ "193": 407,
437
+ "20": 408,
438
+ "21": 409,
439
+ "22": 410,
440
+ "225": 411,
441
+ "23": 412,
442
+ "25": 413,
443
+ "26": 414,
444
+ "27": 415,
445
+ "28": 416,
446
+ "29": 417,
447
+ "2_thirty_second": 418,
448
+ "30": 419,
449
+ "31": 420,
450
+ "32": 421,
451
+ "33": 422,
452
+ "34": 423,
453
+ "35": 424,
454
+ "36": 425,
455
+ "37": 426,
456
+ "38": 427,
457
+ "39": 428,
458
+ "3_quarter_fermata": 429,
459
+ "40": 430,
460
+ "41": 431,
461
+ "42": 432,
462
+ "43": 433,
463
+ "44": 434,
464
+ "45": 435,
465
+ "46": 436,
466
+ "47": 437,
467
+ "49": 438,
468
+ "50": 439,
469
+ "51": 440,
470
+ "52": 441,
471
+ "53": 442,
472
+ "54": 443,
473
+ "55": 444,
474
+ "56": 445,
475
+ "57": 446,
476
+ "58": 447,
477
+ "59": 448,
478
+ "60": 449,
479
+ "63": 450,
480
+ "64": 451,
481
+ "65": 452,
482
+ "66": 453,
483
+ "67": 454,
484
+ "68": 455,
485
+ "69": 456,
486
+ "6_half_fermata": 457,
487
+ "6_sixty_fourth": 458,
488
+ "6_whole": 459,
489
+ "6_whole_fermata": 460,
490
+ "70": 461,
491
+ "71": 462,
492
+ "72": 463,
493
+ "73": 464,
494
+ "76": 465,
495
+ "77": 466,
496
+ "79": 467,
497
+ "80": 468,
498
+ "81": 469,
499
+ "88": 470,
500
+ "89": 471,
501
+ "91": 472,
502
+ "94": 473,
503
+ "96": 474,
504
+ "98": 475,
505
+ "99": 476,
506
+ "A1_sixteenth": 477,
507
+ "A2_double_whole_fermata": 478,
508
+ "A2_half_fermata": 479,
509
+ "A2_quadruple_whole": 480,
510
+ "A2_quadruple_whole_fermata": 481,
511
+ "A2_quarter_fermata": 482,
512
+ "A2_sixty_fourth": 483,
513
+ "A2_thirty_second": 484,
514
+ "A2_whole_fermata": 485,
515
+ "A3_double_whole_fermata": 486,
516
+ "A3_eighth_fermata": 487,
517
+ "A3_half_fermata": 488,
518
+ "A3_quadruple_whole": 489,
519
+ "A3_quarter_fermata": 490,
520
+ "A3_sixty_fourth": 491,
521
+ "A3_whole_fermata": 492,
522
+ "A4_double_whole_fermata": 493,
523
+ "A4_eighth_fermata": 494,
524
+ "A4_half_fermata": 495,
525
+ "A4_quarter_fermata": 496,
526
+ "A4_sixty_fourth": 497,
527
+ "A4_whole_fermata": 498,
528
+ "A5_double_whole": 499,
529
+ "A5_eighth_fermata": 500,
530
+ "A5_half_fermata": 501,
531
+ "A5_quarter_fermata": 502,
532
+ "A5_sixty_fourth": 503,
533
+ "A5_whole_fermata": 504,
534
+ "AM": 505,
535
+ "Ab2_half_fermata": 506,
536
+ "Ab2_sixteenth": 507,
537
+ "Ab2_thirty_second": 508,
538
+ "Ab2_whole": 509,
539
+ "Ab3_double_whole": 510,
540
+ "Ab3_whole": 511,
541
+ "Ab4_half_fermata": 512,
542
+ "Ab4_quarter_fermata": 513,
543
+ "Ab4_sixty_fourth": 514,
544
+ "Ab4_whole_fermata": 515,
545
+ "Ab5_quarter_fermata": 516,
546
+ "Ab5_sixty_fourth": 517,
547
+ "Ab5_whole": 518,
548
+ "AbM": 519,
549
+ "B1_quarter": 520,
550
+ "B2_double_whole": 521,
551
+ "B2_half_fermata": 522,
552
+ "B2_sixty_fourth": 523,
553
+ "B2_thirty_second": 524,
554
+ "B3_double_whole_fermata": 525,
555
+ "B3_eighth_fermata": 526,
556
+ "B3_half_fermata": 527,
557
+ "B3_quarter_fermata": 528,
558
+ "B3_sixty_fourth": 529,
559
+ "B3_whole_fermata": 530,
560
+ "B4_double_whole_fermata": 531,
561
+ "B4_eighth_fermata": 532,
562
+ "B4_half_fermata": 533,
563
+ "B4_quadruple_whole": 534,
564
+ "B4_quarter_fermata": 535,
565
+ "B4_sixteenth_fermata": 536,
566
+ "B4_sixty_fourth": 537,
567
+ "B4_whole_fermata": 538,
568
+ "B5_double_whole": 539,
569
+ "B5_half_fermata": 540,
570
+ "B5_sixty_fourth": 541,
571
+ "B5_thirty_second": 542,
572
+ "BM": 543,
573
+ "Bb1_half": 544,
574
+ "Bb2_double_whole": 545,
575
+ "Bb2_quarter_fermata": 546,
576
+ "Bb2_sixteenth_fermata": 547,
577
+ "Bb2_thirty_second": 548,
578
+ "Bb3_half_fermata": 549,
579
+ "Bb3_quadruple_whole": 550,
580
+ "Bb3_quarter_fermata": 551,
581
+ "Bb3_sixty_fourth": 552,
582
+ "Bb3_whole_fermata": 553,
583
+ "Bb4_eighth_fermata": 554,
584
+ "Bb4_half_fermata": 555,
585
+ "Bb4_quadruple_whole": 556,
586
+ "Bb4_quarter_fermata": 557,
587
+ "Bb4_sixty_fourth": 558,
588
+ "Bb4_whole_fermata": 559,
589
+ "Bb5_double_whole": 560,
590
+ "Bb5_half_fermata": 561,
591
+ "Bb5_quarter_fermata": 562,
592
+ "Bb5_sixty_fourth": 563,
593
+ "Bb5_whole_fermata": 564,
594
+ "BbM": 565,
595
+ "C1": 566,
596
+ "C2": 567,
597
+ "C2_double_whole": 568,
598
+ "C2_half_fermata": 569,
599
+ "C2_sixteenth": 570,
600
+ "C2_thirty_second": 571,
601
+ "C2_whole": 572,
602
+ "C3": 573,
603
+ "C3_double_whole_fermata": 574,
604
+ "C3_half_fermata": 575,
605
+ "C3_quarter_fermata": 576,
606
+ "C3_sixty_fourth": 577,
607
+ "C3_thirty_second": 578,
608
+ "C3_whole_fermata": 579,
609
+ "C4": 580,
610
+ "C4_double_whole_fermata": 581,
611
+ "C4_eighth_fermata": 582,
612
+ "C4_half_fermata": 583,
613
+ "C4_hundred_twenty_eighth": 584,
614
+ "C4_quarter_fermata": 585,
615
+ "C4_sixty_fourth": 586,
616
+ "C4_whole_fermata": 587,
617
+ "C5": 588,
618
+ "C5_double_whole_fermata": 589,
619
+ "C5_eighth_fermata": 590,
620
+ "C5_half_fermata": 591,
621
+ "C5_quadruple_whole_fermata": 592,
622
+ "C5_quarter_fermata": 593,
623
+ "C5_sixteenth_fermata": 594,
624
+ "C5_sixty_fourth": 595,
625
+ "C5_whole_fermata": 596,
626
+ "C6_half_fermata": 597,
627
+ "C6_sixty_fourth": 598,
628
+ "C6_whole": 599,
629
+ "C6_whole_fermata": 600,
630
+ "CM": 601,
631
+ "Cb3_eighth": 602,
632
+ "Cb3_quarter": 603,
633
+ "Cb3_thirty_second": 604,
634
+ "Cb4_sixteenth": 605,
635
+ "Cb4_whole": 606,
636
+ "Cb5_sixteenth": 607,
637
+ "Cb5_whole": 608,
638
+ "Cb6_eighth": 609,
639
+ "Cb6_half": 610,
640
+ "Cb6_quarter": 611,
641
+ "Cb6_sixteenth": 612,
642
+ "Cb6_thirty_second": 613,
643
+ "D2_double_whole": 614,
644
+ "D2_half_fermata": 615,
645
+ "D2_sixteenth": 616,
646
+ "D2_thirty_second": 617,
647
+ "D2_whole": 618,
648
+ "D3_double_whole_fermata": 619,
649
+ "D3_eighth_fermata": 620,
650
+ "D3_half_fermata": 621,
651
+ "D3_quadruple_whole": 622,
652
+ "D3_quadruple_whole_fermata": 623,
653
+ "D3_quarter_fermata": 624,
654
+ "D3_sixty_fourth": 625,
655
+ "D3_thirty_second": 626,
656
+ "D3_whole_fermata": 627,
657
+ "D4_double_whole_fermata": 628,
658
+ "D4_eighth_fermata": 629,
659
+ "D4_half_fermata": 630,
660
+ "D4_hundred_twenty_eighth": 631,
661
+ "D4_quadruple_whole": 632,
662
+ "D4_quadruple_whole_fermata": 633,
663
+ "D4_quarter_fermata": 634,
664
+ "D4_sixteenth_fermata": 635,
665
+ "D4_sixty_fourth": 636,
666
+ "D4_whole_fermata": 637,
667
+ "D5_double_whole_fermata": 638,
668
+ "D5_eighth_fermata": 639,
669
+ "D5_half_fermata": 640,
670
+ "D5_quadruple_whole": 641,
671
+ "D5_quadruple_whole_fermata": 642,
672
+ "D5_quarter_fermata": 643,
673
+ "D5_sixty_fourth": 644,
674
+ "D5_whole_fermata": 645,
675
+ "D6_eighth_fermata": 646,
676
+ "D6_half_fermata": 647,
677
+ "D6_quarter_fermata": 648,
678
+ "D6_sixty_fourth": 649,
679
+ "D6_thirty_second": 650,
680
+ "D6_whole_fermata": 651,
681
+ "DM": 652,
682
+ "Db3_sixteenth": 653,
683
+ "Db3_thirty_second": 654,
684
+ "Db4_double_whole": 655,
685
+ "Db4_thirty_second": 656,
686
+ "Db5_double_whole": 657,
687
+ "Db5_half_fermata": 658,
688
+ "Db5_sixty_fourth": 659,
689
+ "Db5_whole_fermata": 660,
690
+ "Db6_half": 661,
691
+ "Db6_thirty_second": 662,
692
+ "DbM": 663,
693
+ "E2_quarter_fermata": 664,
694
+ "E2_sixteenth": 665,
695
+ "E2_thirty_second": 666,
696
+ "E2_whole": 667,
697
+ "E2_whole_fermata": 668,
698
+ "E3_double_whole_fermata": 669,
699
+ "E3_half_fermata": 670,
700
+ "E3_quadruple_whole": 671,
701
+ "E3_quarter_fermata": 672,
702
+ "E3_sixty_fourth": 673,
703
+ "E3_thirty_second": 674,
704
+ "E3_whole_fermata": 675,
705
+ "E4_double_whole_fermata": 676,
706
+ "E4_eighth_fermata": 677,
707
+ "E4_half_fermata": 678,
708
+ "E4_quadruple_whole_fermata": 679,
709
+ "E4_quarter_fermata": 680,
710
+ "E4_sixty_fourth": 681,
711
+ "E4_whole_fermata": 682,
712
+ "E5_double_whole_fermata": 683,
713
+ "E5_eighth_fermata": 684,
714
+ "E5_half_fermata": 685,
715
+ "E5_quadruple_whole_fermata": 686,
716
+ "E5_quarter_fermata": 687,
717
+ "E5_sixteenth_fermata": 688,
718
+ "E5_sixty_fourth": 689,
719
+ "E5_whole_fermata": 690,
720
+ "E6_thirty_second": 691,
721
+ "E6_whole": 692,
722
+ "EM": 693,
723
+ "Eb2_eighth": 694,
724
+ "Eb2_half": 695,
725
+ "Eb2_thirty_second": 696,
726
+ "Eb2_whole": 697,
727
+ "Eb3_half_fermata": 698,
728
+ "Eb3_quarter_fermata": 699,
729
+ "Eb3_thirty_second": 700,
730
+ "Eb4_double_whole": 701,
731
+ "Eb4_eighth_fermata": 702,
732
+ "Eb4_half_fermata": 703,
733
+ "Eb4_hundred_twenty_eighth": 704,
734
+ "Eb4_quarter_fermata": 705,
735
+ "Eb4_sixty_fourth": 706,
736
+ "Eb4_whole_fermata": 707,
737
+ "Eb5_double_whole": 708,
738
+ "Eb5_eighth_fermata": 709,
739
+ "Eb5_half_fermata": 710,
740
+ "Eb5_hundred_twenty_eighth": 711,
741
+ "Eb5_quarter_fermata": 712,
742
+ "Eb5_sixteenth_fermata": 713,
743
+ "Eb5_sixty_fourth": 714,
744
+ "Eb5_whole_fermata": 715,
745
+ "Eb6_thirty_second": 716,
746
+ "EbM": 717,
747
+ "F2_double_whole_fermata": 718,
748
+ "F2_half_fermata": 719,
749
+ "F2_quadruple_whole": 720,
750
+ "F2_thirty_second": 721,
751
+ "F3": 722,
752
+ "F3_double_whole_fermata": 723,
753
+ "F3_half_fermata": 724,
754
+ "F3_quadruple_whole": 725,
755
+ "F3_whole_fermata": 726,
756
+ "F4": 727,
757
+ "F4_double_whole_fermata": 728,
758
+ "F4_eighth_fermata": 729,
759
+ "F4_half_fermata": 730,
760
+ "F4_hundred_twenty_eighth": 731,
761
+ "F4_quadruple_whole_fermata": 732,
762
+ "F4_quarter_fermata": 733,
763
+ "F4_sixty_fourth": 734,
764
+ "F4_whole_fermata": 735,
765
+ "F5": 736,
766
+ "F5_double_whole": 737,
767
+ "F5_half_fermata": 738,
768
+ "F5_quarter_fermata": 739,
769
+ "F5_sixty_fourth": 740,
770
+ "F5_whole_fermata": 741,
771
+ "F6_thirty_second": 742,
772
+ "FM": 743,
773
+ "Fb3_eighth": 744,
774
+ "Fb3_half": 745,
775
+ "Fb3_quarter": 746,
776
+ "Fb3_sixteenth": 747,
777
+ "Fb3_thirty_second": 748,
778
+ "Fb4_eighth": 749,
779
+ "Fb4_half": 750,
780
+ "Fb4_thirty_second": 751,
781
+ "Fb5_half": 752,
782
+ "Fb5_sixteenth": 753,
783
+ "Fb5_thirty_second": 754,
784
+ "G1": 755,
785
+ "G2": 756,
786
+ "G2_double_whole_fermata": 757,
787
+ "G2_half_fermata": 758,
788
+ "G2_quadruple_whole": 759,
789
+ "G2_quarter_fermata": 760,
790
+ "G2_thirty_second": 761,
791
+ "G2_whole_fermata": 762,
792
+ "G3_eighth_fermata": 763,
793
+ "G3_half_fermata": 764,
794
+ "G3_quadruple_whole": 765,
795
+ "G3_quarter_fermata": 766,
796
+ "G3_sixty_fourth": 767,
797
+ "G3_whole_fermata": 768,
798
+ "G4_double_whole_fermata": 769,
799
+ "G4_eighth_fermata": 770,
800
+ "G4_half_fermata": 771,
801
+ "G4_quadruple_whole_fermata": 772,
802
+ "G4_quarter_fermata": 773,
803
+ "G4_sixty_fourth": 774,
804
+ "G4_whole_fermata": 775,
805
+ "G5_eighth_fermata": 776,
806
+ "G5_half_fermata": 777,
807
+ "G5_quadruple_whole": 778,
808
+ "G5_quarter_fermata": 779,
809
+ "G5_sixty_fourth": 780,
810
+ "G5_whole_fermata": 781,
811
+ "GM": 782,
812
+ "Gb2_quarter": 783,
813
+ "Gb2_sixteenth": 784,
814
+ "Gb3_half": 785,
815
+ "Gb3_sixteenth": 786,
816
+ "Gb3_thirty_second": 787,
817
+ "Gb3_whole": 788,
818
+ "Gb4_sixty_fourth": 789,
819
+ "Gb4_thirty_second": 790,
820
+ "Gb4_whole": 791,
821
+ "Gb5_whole": 792,
822
+ "GbM": 793,
823
+ "barline": 794,
824
+ "eighth_fermata": 795,
825
+ "half_fermata": 796,
826
+ "quadruple_whole": 797,
827
+ "quarter_fermata": 798,
828
+ "sixteenth_fermata": 799,
829
+ "sixty_fourth": 800,
830
+ "thirty_second": 801,
831
+ "tie": 802,
832
+ "whole_fermata": 803
833
+ },
834
+ "unk_token": "<unk>"
835
+ }
836
+ }