musiclang-chord-v2-4k / tokenizer.json
floriangardin's picture
Upload tokenizer
85648a9 verified
{
"version": "1.0",
"truncation": null,
"padding": null,
"added_tokens": [
{
"id": 0,
"content": "[UNK]",
"single_word": false,
"lstrip": false,
"rstrip": false,
"normalized": false,
"special": true
},
{
"id": 1,
"content": "[CLS]",
"single_word": false,
"lstrip": false,
"rstrip": false,
"normalized": false,
"special": true
},
{
"id": 2,
"content": "[SEP]",
"single_word": false,
"lstrip": false,
"rstrip": false,
"normalized": false,
"special": true
},
{
"id": 3,
"content": "[PAD]",
"single_word": false,
"lstrip": false,
"rstrip": false,
"normalized": false,
"special": true
},
{
"id": 4,
"content": "[MASK]",
"single_word": false,
"lstrip": false,
"rstrip": false,
"normalized": false,
"special": true
},
{
"id": 5,
"content": "[START]",
"single_word": false,
"lstrip": false,
"rstrip": false,
"normalized": false,
"special": true
},
{
"id": 49,
"content": "[END]",
"single_word": false,
"lstrip": false,
"rstrip": false,
"normalized": false,
"special": true
}
],
"normalizer": null,
"pre_tokenizer": {
"type": "WhitespaceSplit"
},
"post_processor": null,
"decoder": null,
"model": {
"type": "WordLevel",
"vocab": {
"[UNK]": 0,
"[CLS]": 1,
"[SEP]": 2,
"[PAD]": 3,
"[MASK]": 4,
"[START]": 5,
"CHORD_CHANGE": 6,
"TONALITY_MODE__M": 7,
"CHORD_OCTAVE__-1": 8,
"CHORD_EXTENSION__": 9,
"CHORD_DEGREE__0": 10,
"CHORD_DEGREE__4": 11,
"CHORD_OCTAVE__0": 12,
"TONALITY_DEGREE__0": 13,
"CHORD_EXTENSION__64": 14,
"TONALITY_MODE__m": 15,
"TONALITY_DEGREE__7": 16,
"CHORD_DEGREE__3": 17,
"CHORD_DEGREE__1": 18,
"TONALITY_DEGREE__2": 19,
"TONALITY_DEGREE__5": 20,
"TONALITY_DEGREE__9": 21,
"CHORD_OCTAVE__-2": 22,
"CHORD_DEGREE__5": 23,
"TONALITY_DEGREE__4": 24,
"TONALITY_DEGREE__10": 25,
"CHORD_EXTENSION__7": 26,
"CHORD_EXTENSION__6": 27,
"TONALITY_DEGREE__3": 28,
"CHORD_DEGREE__2": 29,
"TONALITY_DEGREE__8": 30,
"TONALITY_DEGREE__1": 31,
"TONALITY_DEGREE__11": 32,
"CHORD_EXTENSION__2": 33,
"TONALITY_DEGREE__6": 34,
"CHORD_EXTENSION__43": 35,
"CHORD_EXTENSION__(sus4)": 36,
"CHORD_EXTENSION__(sus2)": 37,
"CHORD_EXTENSION__6(sus4)": 38,
"CHORD_DEGREE__6": 39,
"CHORD_EXTENSION__65": 40,
"END": 41,
"CHORD_EXTENSION__64(sus2)": 42,
"CHORD_EXTENSION__64(sus4)": 43,
"CHORD_EXTENSION__6(sus2)": 44,
"CHORD_OCTAVE__-3": 45,
"CHORD_EXTENSION__(+)": 46,
"CHORD_EXTENSION__64(+)": 47,
"CHORD_EXTENSION__6(+)": 48
},
"unk_token": "[UNK]"
}
}