floriangardin commited on
Commit
87dcd5f
1 Parent(s): c0006d3

Upload tokenizer

Browse files
Files changed (4) hide show
  1. README.md +201 -0
  2. special_tokens_map.json +51 -0
  3. tokenizer.json +566 -0
  4. tokenizer_config.json +80 -0
README.md ADDED
@@ -0,0 +1,201 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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]
200
+
201
+
special_tokens_map.json ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "[START]",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "cls_token": {
10
+ "content": "[CLS]",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "eos_token": {
17
+ "content": "[END]",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "mask_token": {
24
+ "content": "[MASK]",
25
+ "lstrip": false,
26
+ "normalized": false,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ },
30
+ "pad_token": {
31
+ "content": "[PAD]",
32
+ "lstrip": false,
33
+ "normalized": false,
34
+ "rstrip": false,
35
+ "single_word": false
36
+ },
37
+ "sep_token": {
38
+ "content": "[SEP]",
39
+ "lstrip": false,
40
+ "normalized": false,
41
+ "rstrip": false,
42
+ "single_word": false
43
+ },
44
+ "unk_token": {
45
+ "content": "[UNK]",
46
+ "lstrip": false,
47
+ "normalized": false,
48
+ "rstrip": false,
49
+ "single_word": false
50
+ }
51
+ }
tokenizer.json ADDED
@@ -0,0 +1,566 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "id": 1,
17
+ "content": "[CLS]",
18
+ "single_word": false,
19
+ "lstrip": false,
20
+ "rstrip": false,
21
+ "normalized": false,
22
+ "special": true
23
+ },
24
+ {
25
+ "id": 2,
26
+ "content": "[SEP]",
27
+ "single_word": false,
28
+ "lstrip": false,
29
+ "rstrip": false,
30
+ "normalized": false,
31
+ "special": true
32
+ },
33
+ {
34
+ "id": 3,
35
+ "content": "[PAD]",
36
+ "single_word": false,
37
+ "lstrip": false,
38
+ "rstrip": false,
39
+ "normalized": false,
40
+ "special": true
41
+ },
42
+ {
43
+ "id": 4,
44
+ "content": "[MASK]",
45
+ "single_word": false,
46
+ "lstrip": false,
47
+ "rstrip": false,
48
+ "normalized": false,
49
+ "special": true
50
+ },
51
+ {
52
+ "id": 5,
53
+ "content": "[START]",
54
+ "single_word": false,
55
+ "lstrip": false,
56
+ "rstrip": false,
57
+ "normalized": false,
58
+ "special": true
59
+ },
60
+ {
61
+ "id": 6,
62
+ "content": "[END]",
63
+ "single_word": false,
64
+ "lstrip": false,
65
+ "rstrip": false,
66
+ "normalized": false,
67
+ "special": true
68
+ }
69
+ ],
70
+ "normalizer": null,
71
+ "pre_tokenizer": {
72
+ "type": "WhitespaceSplit"
73
+ },
74
+ "post_processor": null,
75
+ "decoder": null,
76
+ "model": {
77
+ "type": "WordLevel",
78
+ "vocab": {
79
+ "[UNK]": 0,
80
+ "[CLS]": 1,
81
+ "[SEP]": 2,
82
+ "[PAD]": 3,
83
+ "[MASK]": 4,
84
+ "[START]": 5,
85
+ "[END]": 6,
86
+ "NOTE_DURATION_NUM__1": 7,
87
+ "NOTE_TYPE__s": 8,
88
+ "NOTE_DURATION_DEN__4": 9,
89
+ "NOTE_TYPE__r": 10,
90
+ "NOTE_DURATION_DEN__2": 11,
91
+ "NOTE_TYPE__d": 12,
92
+ "NOTE_OCTAVE__0": 13,
93
+ "NOTE_AMP__f": 14,
94
+ "MELODY_END": 15,
95
+ "NOTE_OCTAVE__-2": 16,
96
+ "NOTE_VAL__0": 17,
97
+ "NOTE_AMP__fff": 18,
98
+ "NOTE_DURATION_DEN__1": 19,
99
+ "NOTE_OCTAVE__-1": 20,
100
+ "NOTE_VAL__4": 21,
101
+ "NOTE_AMP__ff": 22,
102
+ "NOTE_OCTAVE__1": 23,
103
+ "NOTE_AMP__mf": 24,
104
+ "NOTE_DURATION_DEN__3": 25,
105
+ "NOTE_VAL__2": 26,
106
+ "NOTE_VAL__6": 27,
107
+ "NOTE_DURATION_NUM__3": 28,
108
+ "DENSITY__medium": 29,
109
+ "DENSITY__low": 30,
110
+ "NOTE_AMP__mp": 31,
111
+ "AVERAGE_OCTAVE__0": 32,
112
+ "INSTRUMENT_PART__0": 33,
113
+ "NOTE_DURATION_NUM__2": 34,
114
+ "AMPLITUDE__f": 35,
115
+ "NOTE_VAL__3": 36,
116
+ "INSTRUMENT_PART__1": 37,
117
+ "NOTE_VAL__1": 38,
118
+ "INSTRUMENT_NAME__drums_0": 39,
119
+ "AMPLITUDE__mf": 40,
120
+ "AVERAGE_OCTAVE__-1": 41,
121
+ "AVERAGE_OCTAVE__-2": 42,
122
+ "AMPLITUDE__fff": 43,
123
+ "NOTE_DURATION_DEN__6": 44,
124
+ "AMPLITUDE__ff": 45,
125
+ "AVERAGE_OCTAVE__1": 46,
126
+ "INSTRUMENT_PART__2": 47,
127
+ "NOTE_OCTAVE__-3": 48,
128
+ "NOTE_OCTAVE__2": 49,
129
+ "NOTE_TYPE__l": 50,
130
+ "NOTE_DURATION_NUM__5": 51,
131
+ "NOTE_VAL__5": 52,
132
+ "NOTE_AMP__p": 53,
133
+ "INSTRUMENT_NAME__piano": 54,
134
+ "NOTE_DURATION_DEN__8": 55,
135
+ "DENSITY__high": 56,
136
+ "NOTE_VAL__10": 57,
137
+ "NOTE_VAL__11": 58,
138
+ "NOTE_DURATION_NUM__4": 59,
139
+ "INSTRUMENT_PART__3": 60,
140
+ "NOTE_DURATION_NUM__7": 61,
141
+ "CHORD_CHANGE": 62,
142
+ "CHORD_DURATION_DEN__1": 63,
143
+ "AMPLITUDE__mp": 64,
144
+ "CHORD_DURATION_NUM__4": 65,
145
+ "TONALITY_MODE__M": 66,
146
+ "NOTE_VAL__9": 67,
147
+ "NOTE_VAL__8": 68,
148
+ "NOTE_DURATION_DEN__7": 69,
149
+ "INSTRUMENT_NAME__steel_guitar": 70,
150
+ "CHORD_OCTAVE__-1": 71,
151
+ "NOTE_TYPE__h": 72,
152
+ "INSTRUMENT_PART__4": 73,
153
+ "NOTE_AMP__pp": 74,
154
+ "AVERAGE_OCTAVE__2": 75,
155
+ "CHORD_EXTENSION__": 76,
156
+ "INSTRUMENT_NAME__string_ensemble_1": 77,
157
+ "DENSITY__very_high": 78,
158
+ "INSTRUMENT_NAME__acoustic_guitar": 79,
159
+ "CHORD_DEGREE__0": 80,
160
+ "NOTE_AMP__ppp": 81,
161
+ "INSTRUMENT_PART__5": 82,
162
+ "INSTRUMENT_NAME__clean_guitar": 83,
163
+ "NOTE_DURATION_NUM__11": 84,
164
+ "INSTRUMENT_NAME__bright_piano": 85,
165
+ "NOTE_DURATION_NUM__9": 86,
166
+ "INSTRUMENT_NAME__electric_bass_finger": 87,
167
+ "AVERAGE_OCTAVE__-3": 88,
168
+ "AMPLITUDE__p": 89,
169
+ "CHORD_DEGREE__4": 90,
170
+ "INSTRUMENT_NAME__string_ensemble_2": 91,
171
+ "INSTRUMENT_NAME__electric_piano_1": 92,
172
+ "CHORD_OCTAVE__0": 93,
173
+ "NOTE_OCTAVE__3": 94,
174
+ "NOTE_DURATION_NUM__15": 95,
175
+ "INSTRUMENT_NAME__distortion_guitar": 96,
176
+ "TONALITY_MODE__m": 97,
177
+ "CHORD_EXTENSION__64": 98,
178
+ "INSTRUMENT_NAME__jazz_guitar": 99,
179
+ "TONALITY_DEGREE__0": 100,
180
+ "INSTRUMENT_NAME__overdriven_guitar": 101,
181
+ "NOTE_VAL__7": 102,
182
+ "INSTRUMENT_NAME__acoustic_bass": 103,
183
+ "INSTRUMENT_NAME__electric_piano_2": 104,
184
+ "INSTRUMENT_NAME__fretless_bass": 105,
185
+ "INSTRUMENT_NAME__synth_string_1": 106,
186
+ "INSTRUMENT_PART__6": 107,
187
+ "INSTRUMENT_NAME__muted_guitar": 108,
188
+ "TONALITY_DEGREE__7": 109,
189
+ "CHORD_DEGREE__1": 110,
190
+ "NOTE_DURATION_NUM__13": 111,
191
+ "INSTRUMENT_NAME__choir_aahs": 112,
192
+ "TONALITY_DEGREE__2": 113,
193
+ "CHORD_OCTAVE__-2": 114,
194
+ "CHORD_DEGREE__3": 115,
195
+ "TONALITY_DEGREE__5": 116,
196
+ "NOTE_DURATION_NUM__10": 117,
197
+ "CHORD_DURATION_NUM__3": 118,
198
+ "INSTRUMENT_NAME__rock_organ": 119,
199
+ "INSTRUMENT_NAME__brass_section": 120,
200
+ "TONALITY_DEGREE__9": 121,
201
+ "NOTE_DURATION_NUM__8": 122,
202
+ "CHORD_EXTENSION__6": 123,
203
+ "INSTRUMENT_NAME__trumpet": 124,
204
+ "INSTRUMENT_NAME__flute": 125,
205
+ "AMPLITUDE__pp": 126,
206
+ "INSTRUMENT_NAME__electric_piano": 127,
207
+ "INSTRUMENT_PART__7": 128,
208
+ "INSTRUMENT_NAME__pad_warm": 129,
209
+ "INSTRUMENT_NAME__trombone": 130,
210
+ "CHORD_DEGREE__5": 131,
211
+ "TONALITY_DEGREE__10": 132,
212
+ "TONALITY_DEGREE__4": 133,
213
+ "INSTRUMENT_NAME__alto_sax": 134,
214
+ "TONALITY_DEGREE__3": 135,
215
+ "CHORD_EXTENSION__7": 136,
216
+ "AMPLITUDE__ppp": 137,
217
+ "INSTRUMENT_NAME__choir_oohs": 138,
218
+ "INSTRUMENT_NAME__accordion": 139,
219
+ "INSTRUMENT_NAME__harpsichord": 140,
220
+ "INSTRUMENT_NAME__vibraphone": 141,
221
+ "CHORD_DURATION_NUM__2": 142,
222
+ "INSTRUMENT_NAME__clarinet": 143,
223
+ "INSTRUMENT_NAME__drawbar_organ": 144,
224
+ "INSTRUMENT_NAME__french_horn": 145,
225
+ "NOTE_DURATION_NUM__17": 146,
226
+ "INSTRUMENT_NAME__electric_bass_pick": 147,
227
+ "CHORD_DEGREE__2": 148,
228
+ "INSTRUMENT_NAME__tenor_sax": 149,
229
+ "INSTRUMENT_NAME__percussive_organ": 150,
230
+ "INSTRUMENT_NAME__honky_tonk": 151,
231
+ "CHORD_EXTENSION__2": 152,
232
+ "INSTRUMENT_NAME__synth_brass_1": 153,
233
+ "AVERAGE_OCTAVE__3": 154,
234
+ "INSTRUMENT_NAME__sawtooth_lead": 155,
235
+ "INSTRUMENT_NAME__synth_bass_1": 156,
236
+ "INSTRUMENT_PART__8": 157,
237
+ "INSTRUMENT_NAME__clavi": 158,
238
+ "TONALITY_DEGREE__8": 159,
239
+ "TONALITY_DEGREE__11": 160,
240
+ "TONALITY_DEGREE__1": 161,
241
+ "INSTRUMENT_NAME__synth_string_2": 162,
242
+ "INSTRUMENT_NAME__harp": 163,
243
+ "INSTRUMENT_NAME__violin": 164,
244
+ "INSTRUMENT_NAME__synth_choir": 165,
245
+ "INSTRUMENT_NAME__banjo": 166,
246
+ "INSTRUMENT_NAME__oboe": 167,
247
+ "INSTRUMENT_NAME__synth_bass_2": 168,
248
+ "INSTRUMENT_NAME__pad_new_age": 169,
249
+ "INSTRUMENT_NAME__pizzicato": 170,
250
+ "TONALITY_DEGREE__6": 171,
251
+ "INSTRUMENT_NAME__pad_polysynth": 172,
252
+ "INSTRUMENT_NAME__tango_accordion": 173,
253
+ "INSTRUMENT_NAME__bass_lead": 174,
254
+ "INSTRUMENT_NAME__pan_flute": 175,
255
+ "INSTRUMENT_PART__9": 176,
256
+ "INSTRUMENT_NAME__harmonica": 177,
257
+ "INSTRUMENT_NAME__church_organ": 178,
258
+ "CHORD_EXTENSION__6(sus4)": 179,
259
+ "INSTRUMENT_NAME__calliope_lead": 180,
260
+ "INSTRUMENT_NAME__cello": 181,
261
+ "INSTRUMENT_NAME__marimba": 182,
262
+ "INSTRUMENT_NAME__tuba": 183,
263
+ "CHORD_DEGREE__6": 184,
264
+ "INSTRUMENT_NAME__bassoon": 185,
265
+ "INSTRUMENT_NAME__square_lead": 186,
266
+ "INSTRUMENT_NAME__fx_atmosphere": 187,
267
+ "INSTRUMENT_NAME__pad_choir": 188,
268
+ "INSTRUMENT_NAME__synth_brass_2": 189,
269
+ "CHORD_EXTENSION__43": 190,
270
+ "INSTRUMENT_NAME__timpani": 191,
271
+ "INSTRUMENT_NAME__piccolo": 192,
272
+ "INSTRUMENT_NAME__soprano_sax": 193,
273
+ "INSTRUMENT_NAME__baritone_sax": 194,
274
+ "INSTRUMENT_NAME__fx_brightness": 195,
275
+ "INSTRUMENT_NAME__tremolo_string": 196,
276
+ "CHORD_EXTENSION__(sus2)": 197,
277
+ "INSTRUMENT_PART__10": 198,
278
+ "NOTE_OCTAVE__4": 199,
279
+ "INSTRUMENT_NAME__slap_bass_1": 200,
280
+ "INSTRUMENT_NAME__slap_bass_2": 201,
281
+ "INSTRUMENT_NAME__voice_lead": 202,
282
+ "INSTRUMENT_NAME__viola": 203,
283
+ "INSTRUMENT_NAME__pad_halo": 204,
284
+ "NOTE_DURATION_NUM__25": 205,
285
+ "INSTRUMENT_NAME__celesta": 206,
286
+ "INSTRUMENT_NAME__contrabass": 207,
287
+ "INSTRUMENT_NAME__pad_sweep": 208,
288
+ "INSTRUMENT_NAME__music_box": 209,
289
+ "INSTRUMENT_NAME__fiddle": 210,
290
+ "INSTRUMENT_NAME__recorder": 211,
291
+ "INSTRUMENT_NAME__reed_organ": 212,
292
+ "CHORD_DURATION_DEN__2": 213,
293
+ "INSTRUMENT_PART__11": 214,
294
+ "NOTE_DURATION_NUM__19": 215,
295
+ "CHORD_EXTENSION__64(sus4)": 216,
296
+ "INSTRUMENT_NAME__glockenspiel": 217,
297
+ "INSTRUMENT_NAME__muted_trumpet": 218,
298
+ "INSTRUMENT_NAME__charang_lead": 219,
299
+ "INSTRUMENT_NAME__ocarina": 220,
300
+ "CHORD_EXTENSION__(sus4)": 221,
301
+ "CHORD_DURATION_NUM__6": 222,
302
+ "CHORD_EXTENSION__65": 223,
303
+ "CHORD_EXTENSION__64(sus2)": 224,
304
+ "INSTRUMENT_NAME__pad_bowed": 225,
305
+ "CHORD_EXTENSION__6(sus2)": 226,
306
+ "INSTRUMENT_NAME__fx_echoes": 227,
307
+ "NOTE_DURATION_NUM__24": 228,
308
+ "NOTE_DURATION_NUM__23": 229,
309
+ "INSTRUMENT_NAME__steel_drums": 230,
310
+ "INSTRUMENT_NAME__english_horn": 231,
311
+ "INSTRUMENT_NAME__whistle": 232,
312
+ "INSTRUMENT_NAME__taiko_drum": 233,
313
+ "INSTRUMENT_NAME__tubular_bells": 234,
314
+ "INSTRUMENT_NAME__fx_sci_fi": 235,
315
+ "INSTRUMENT_PART__12": 236,
316
+ "INSTRUMENT_NAME__pad_metallic": 237,
317
+ "INSTRUMENT_NAME__koto": 238,
318
+ "INSTRUMENT_NAME__synth_drum": 239,
319
+ "NOTE_DURATION_NUM__18": 240,
320
+ "INSTRUMENT_NAME__kalimba": 241,
321
+ "INSTRUMENT_NAME__shakuhachi": 242,
322
+ "INSTRUMENT_NAME__orchestra_hit": 243,
323
+ "INSTRUMENT_NAME__sitar": 244,
324
+ "INSTRUMENT_NAME__dulcimer": 245,
325
+ "INSTRUMENT_NAME__fx_rain": 246,
326
+ "INSTRUMENT_NAME__fx_crystal": 247,
327
+ "INSTRUMENT_NAME__xylophone": 248,
328
+ "INSTRUMENT_NAME__harmonic_guitar": 249,
329
+ "INSTRUMENT_NAME__woodblock": 250,
330
+ "INSTRUMENT_NAME__melodic_tom": 251,
331
+ "INSTRUMENT_PART__13": 252,
332
+ "CHORD_DURATION_NUM__1": 253,
333
+ "INSTRUMENT_NAME__reverse_cymbal": 254,
334
+ "NOTE_DURATION_NUM__6": 255,
335
+ "INSTRUMENT_NAME__chiff_lead": 256,
336
+ "INSTRUMENT_NAME__guitar_fret_noise": 257,
337
+ "INSTRUMENT_NAME__shamisen": 258,
338
+ "AVERAGE_OCTAVE__4": 259,
339
+ "INSTRUMENT_NAME__blown_bottle": 260,
340
+ "NOTE_OCTAVE__-4": 261,
341
+ "INSTRUMENT_PART__14": 262,
342
+ "INSTRUMENT_NAME__seashore": 263,
343
+ "INSTRUMENT_NAME__fx_soundtrack": 264,
344
+ "INSTRUMENT_NAME__fx_globlins": 265,
345
+ "INSTRUMENT_NAME__bagpipe": 266,
346
+ "INSTRUMENT_NAME__gunshot": 267,
347
+ "INSTRUMENT_PART__15": 268,
348
+ "INSTRUMENT_NAME__fifths_lead": 269,
349
+ "INSTRUMENT_NAME__breath_noise": 270,
350
+ "INSTRUMENT_NAME__agogo": 271,
351
+ "INSTRUMENT_NAME__applause": 272,
352
+ "CHORD_DURATION_NUM__5": 273,
353
+ "INSTRUMENT_NAME__tinkle_bell": 274,
354
+ "INSTRUMENT_NAME__shanai": 275,
355
+ "CHORD_DURATION_NUM__9": 276,
356
+ "CHORD_DURATION_DEN__4": 277,
357
+ "INSTRUMENT_PART__16": 278,
358
+ "CHORD_DURATION_NUM__17": 279,
359
+ "INSTRUMENT_PART__17": 280,
360
+ "INSTRUMENT_NAME__bird_tweet": 281,
361
+ "INSTRUMENT_NAME__telephone_ring": 282,
362
+ "CHORD_DURATION_NUM__7": 283,
363
+ "INSTRUMENT_PART__18": 284,
364
+ "INSTRUMENT_NAME__helicopter": 285,
365
+ "INSTRUMENT_PART__19": 286,
366
+ "INSTRUMENT_PART__20": 287,
367
+ "AVERAGE_OCTAVE__-4": 288,
368
+ "NOTE_DURATION_NUM__21": 289,
369
+ "INSTRUMENT_PART__21": 290,
370
+ "CHORD_DURATION_NUM__13": 291,
371
+ "NOTE_OCTAVE__5": 292,
372
+ "CHORD_OCTAVE__-3": 293,
373
+ "NOTE_DURATION_NUM__16": 294,
374
+ "NOTE_DURATION_NUM__14": 295,
375
+ "INSTRUMENT_PART__23": 296,
376
+ "INSTRUMENT_PART__22": 297,
377
+ "CHORD_DURATION_DEN__3": 298,
378
+ "INSTRUMENT_PART__24": 299,
379
+ "INSTRUMENT_PART__25": 300,
380
+ "INSTRUMENT_PART__26": 301,
381
+ "INSTRUMENT_PART__27": 302,
382
+ "CHORD_DURATION_NUM__8": 303,
383
+ "INSTRUMENT_PART__28": 304,
384
+ "INSTRUMENT_PART__29": 305,
385
+ "INSTRUMENT_PART__30": 306,
386
+ "INSTRUMENT_PART__31": 307,
387
+ "INSTRUMENT_PART__32": 308,
388
+ "NOTE_DURATION_NUM__31": 309,
389
+ "INSTRUMENT_PART__33": 310,
390
+ "INSTRUMENT_PART__34": 311,
391
+ "NOTE_DURATION_NUM__33": 312,
392
+ "INSTRUMENT_PART__35": 313,
393
+ "INSTRUMENT_PART__36": 314,
394
+ "INSTRUMENT_PART__38": 315,
395
+ "INSTRUMENT_PART__37": 316,
396
+ "INSTRUMENT_PART__39": 317,
397
+ "INSTRUMENT_PART__40": 318,
398
+ "CHORD_DURATION_NUM__11": 319,
399
+ "INSTRUMENT_PART__41": 320,
400
+ "AVERAGE_OCTAVE__5": 321,
401
+ "INSTRUMENT_PART__42": 322,
402
+ "INSTRUMENT_PART__43": 323,
403
+ "INSTRUMENT_PART__44": 324,
404
+ "NOTE_DURATION_NUM__29": 325,
405
+ "INSTRUMENT_PART__45": 326,
406
+ "INSTRUMENT_PART__46": 327,
407
+ "NOTE_DURATION_NUM__41": 328,
408
+ "INSTRUMENT_PART__47": 329,
409
+ "INSTRUMENT_PART__48": 330,
410
+ "INSTRUMENT_PART__49": 331,
411
+ "NOTE_DURATION_NUM__27": 332,
412
+ "INSTRUMENT_PART__50": 333,
413
+ "INSTRUMENT_PART__52": 334,
414
+ "INSTRUMENT_PART__51": 335,
415
+ "INSTRUMENT_PART__53": 336,
416
+ "INSTRUMENT_PART__54": 337,
417
+ "NOTE_DURATION_NUM__38": 338,
418
+ "INSTRUMENT_PART__55": 339,
419
+ "INSTRUMENT_PART__57": 340,
420
+ "INSTRUMENT_PART__56": 341,
421
+ "INSTRUMENT_PART__58": 342,
422
+ "CHORD_EXTENSION__(+)": 343,
423
+ "NOTE_DURATION_NUM__20": 344,
424
+ "INSTRUMENT_PART__59": 345,
425
+ "NOTE_DURATION_NUM__32": 346,
426
+ "NOTE_DURATION_NUM__39": 347,
427
+ "INSTRUMENT_PART__60": 348,
428
+ "INSTRUMENT_PART__66": 349,
429
+ "INSTRUMENT_PART__61": 350,
430
+ "INSTRUMENT_PART__64": 351,
431
+ "INSTRUMENT_PART__62": 352,
432
+ "CHORD_DURATION_NUM__25": 353,
433
+ "INSTRUMENT_PART__63": 354,
434
+ "INSTRUMENT_PART__65": 355,
435
+ "INSTRUMENT_PART__69": 356,
436
+ "CHORD_DURATION_NUM__15": 357,
437
+ "INSTRUMENT_PART__67": 358,
438
+ "INSTRUMENT_PART__70": 359,
439
+ "INSTRUMENT_PART__68": 360,
440
+ "INSTRUMENT_PART__72": 361,
441
+ "INSTRUMENT_PART__73": 362,
442
+ "INSTRUMENT_PART__71": 363,
443
+ "INSTRUMENT_PART__74": 364,
444
+ "CHORD_EXTENSION__6(+)": 365,
445
+ "INSTRUMENT_PART__75": 366,
446
+ "INSTRUMENT_PART__80": 367,
447
+ "INSTRUMENT_PART__76": 368,
448
+ "INSTRUMENT_PART__77": 369,
449
+ "INSTRUMENT_PART__78": 370,
450
+ "INSTRUMENT_PART__79": 371,
451
+ "CHORD_DURATION_NUM__14": 372,
452
+ "CHORD_DURATION_NUM__21": 373,
453
+ "INSTRUMENT_PART__81": 374,
454
+ "INSTRUMENT_PART__82": 375,
455
+ "CHORD_EXTENSION__64(+)": 376,
456
+ "INSTRUMENT_PART__83": 377,
457
+ "INSTRUMENT_PART__87": 378,
458
+ "INSTRUMENT_PART__84": 379,
459
+ "INSTRUMENT_PART__85": 380,
460
+ "INSTRUMENT_PART__86": 381,
461
+ "INSTRUMENT_PART__91": 382,
462
+ "INSTRUMENT_PART__88": 383,
463
+ "INSTRUMENT_PART__89": 384,
464
+ "INSTRUMENT_PART__90": 385,
465
+ "INSTRUMENT_PART__94": 386,
466
+ "INSTRUMENT_PART__93": 387,
467
+ "INSTRUMENT_PART__92": 388,
468
+ "INSTRUMENT_PART__112": 389,
469
+ "INSTRUMENT_PART__100": 390,
470
+ "INSTRUMENT_PART__103": 391,
471
+ "INSTRUMENT_PART__106": 392,
472
+ "INSTRUMENT_PART__95": 393,
473
+ "NOTE_DURATION_NUM__49": 394,
474
+ "INSTRUMENT_PART__101": 395,
475
+ "INSTRUMENT_PART__105": 396,
476
+ "INSTRUMENT_PART__96": 397,
477
+ "INSTRUMENT_PART__104": 398,
478
+ "INSTRUMENT_PART__111": 399,
479
+ "INSTRUMENT_PART__98": 400,
480
+ "INSTRUMENT_PART__97": 401,
481
+ "INSTRUMENT_PART__99": 402,
482
+ "INSTRUMENT_PART__107": 403,
483
+ "INSTRUMENT_PART__108": 404,
484
+ "INSTRUMENT_PART__120": 405,
485
+ "INSTRUMENT_PART__102": 406,
486
+ "INSTRUMENT_PART__109": 407,
487
+ "INSTRUMENT_PART__110": 408,
488
+ "INSTRUMENT_PART__113": 409,
489
+ "NOTE_DURATION_NUM__22": 410,
490
+ "INSTRUMENT_PART__114": 411,
491
+ "CHORD_DURATION_NUM__29": 412,
492
+ "NOTE_DURATION_NUM__35": 413,
493
+ "AMPLITUDE__n": 414,
494
+ "INSTRUMENT_PART__115": 415,
495
+ "INSTRUMENT_PART__116": 416,
496
+ "INSTRUMENT_PART__119": 417,
497
+ "INSTRUMENT_PART__117": 418,
498
+ "INSTRUMENT_PART__118": 419,
499
+ "INSTRUMENT_PART__121": 420,
500
+ "CHORD_DURATION_NUM__19": 421,
501
+ "INSTRUMENT_PART__124": 422,
502
+ "INSTRUMENT_PART__123": 423,
503
+ "INSTRUMENT_PART__125": 424,
504
+ "INSTRUMENT_PART__130": 425,
505
+ "NOTE_DURATION_NUM__37": 426,
506
+ "CHORD_DURATION_NUM__16": 427,
507
+ "INSTRUMENT_PART__128": 428,
508
+ "NOTE_DURATION_NUM__47": 429,
509
+ "INSTRUMENT_PART__126": 430,
510
+ "INSTRUMENT_PART__129": 431,
511
+ "INSTRUMENT_PART__131": 432,
512
+ "INSTRUMENT_PART__132": 433,
513
+ "INSTRUMENT_PART__122": 434,
514
+ "INSTRUMENT_PART__127": 435,
515
+ "INSTRUMENT_PART__133": 436,
516
+ "INSTRUMENT_PART__134": 437,
517
+ "INSTRUMENT_PART__136": 438,
518
+ "INSTRUMENT_PART__141": 439,
519
+ "INSTRUMENT_PART__146": 440,
520
+ "NOTE_DURATION_NUM__57": 441,
521
+ "INSTRUMENT_PART__143": 442,
522
+ "INSTRUMENT_PART__144": 443,
523
+ "INSTRUMENT_PART__145": 444,
524
+ "INSTRUMENT_PART__147": 445,
525
+ "INSTRUMENT_PART__150": 446,
526
+ "INSTRUMENT_PART__157": 447,
527
+ "INSTRUMENT_PART__162": 448,
528
+ "INSTRUMENT_PART__135": 449,
529
+ "INSTRUMENT_PART__137": 450,
530
+ "INSTRUMENT_PART__142": 451,
531
+ "INSTRUMENT_PART__148": 452,
532
+ "INSTRUMENT_PART__151": 453,
533
+ "INSTRUMENT_PART__152": 454,
534
+ "INSTRUMENT_PART__154": 455,
535
+ "INSTRUMENT_PART__155": 456,
536
+ "INSTRUMENT_PART__160": 457,
537
+ "INSTRUMENT_PART__161": 458,
538
+ "INSTRUMENT_PART__163": 459,
539
+ "INSTRUMENT_PART__149": 460,
540
+ "INSTRUMENT_PART__153": 461,
541
+ "INSTRUMENT_PART__156": 462,
542
+ "NOTE_DURATION_NUM__45": 463,
543
+ "INSTRUMENT_PART__138": 464,
544
+ "INSTRUMENT_PART__139": 465,
545
+ "INSTRUMENT_PART__140": 466,
546
+ "INSTRUMENT_PART__158": 467,
547
+ "INSTRUMENT_PART__159": 468,
548
+ "CHORD_DURATION_NUM__22": 469,
549
+ "INSTRUMENT_PART__167": 470,
550
+ "INSTRUMENT_PART__168": 471,
551
+ "INSTRUMENT_PART__169": 472,
552
+ "INSTRUMENT_PART__170": 473,
553
+ "INSTRUMENT_PART__171": 474,
554
+ "INSTRUMENT_PART__172": 475,
555
+ "INSTRUMENT_PART__176": 476,
556
+ "INSTRUMENT_PART__164": 477,
557
+ "INSTRUMENT_PART__165": 478,
558
+ "INSTRUMENT_PART__166": 479,
559
+ "INSTRUMENT_PART__173": 480,
560
+ "INSTRUMENT_PART__174": 481,
561
+ "INSTRUMENT_PART__175": 482,
562
+ "NOTE_DURATION_NUM__52": 483
563
+ },
564
+ "unk_token": "[UNK]"
565
+ }
566
+ }
tokenizer_config.json ADDED
@@ -0,0 +1,80 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "added_tokens_decoder": {
4
+ "0": {
5
+ "content": "[UNK]",
6
+ "lstrip": false,
7
+ "normalized": false,
8
+ "rstrip": false,
9
+ "single_word": false,
10
+ "special": true
11
+ },
12
+ "1": {
13
+ "content": "[CLS]",
14
+ "lstrip": false,
15
+ "normalized": false,
16
+ "rstrip": false,
17
+ "single_word": false,
18
+ "special": true
19
+ },
20
+ "2": {
21
+ "content": "[SEP]",
22
+ "lstrip": false,
23
+ "normalized": false,
24
+ "rstrip": false,
25
+ "single_word": false,
26
+ "special": true
27
+ },
28
+ "3": {
29
+ "content": "[PAD]",
30
+ "lstrip": false,
31
+ "normalized": false,
32
+ "rstrip": false,
33
+ "single_word": false,
34
+ "special": true
35
+ },
36
+ "4": {
37
+ "content": "[MASK]",
38
+ "lstrip": false,
39
+ "normalized": false,
40
+ "rstrip": false,
41
+ "single_word": false,
42
+ "special": true
43
+ },
44
+ "5": {
45
+ "content": "[START]",
46
+ "lstrip": false,
47
+ "normalized": false,
48
+ "rstrip": false,
49
+ "single_word": false,
50
+ "special": true
51
+ },
52
+ "6": {
53
+ "content": "[END]",
54
+ "lstrip": false,
55
+ "normalized": false,
56
+ "rstrip": false,
57
+ "single_word": false,
58
+ "special": true
59
+ }
60
+ },
61
+ "bos_token": "[START]",
62
+ "bos_token_id": 5,
63
+ "clean_up_tokenization_spaces": true,
64
+ "cls_token": "[CLS]",
65
+ "cls_token_id": 1,
66
+ "eos_token": "[END]",
67
+ "eos_token_id": 6,
68
+ "mask_token": "[MASK]",
69
+ "mask_token_id": 4,
70
+ "model_max_len": 4096,
71
+ "model_max_length": 4096,
72
+ "pad_token": "[PAD]",
73
+ "pad_token_id": 3,
74
+ "seo_token_id": 2,
75
+ "sep_token": "[SEP]",
76
+ "tokenizer_class": "PreTrainedTokenizerFast",
77
+ "type": "Split",
78
+ "unk_token": "[UNK]",
79
+ "unk_token_id": 0
80
+ }