part-5-6-model / label_maps.json
Shree-12345's picture
Upload folder using huggingface_hub
c9d63d7 verified
Raw
History Blame Contribute Delete
1.66 kB
{
"intent2id": {
"JUMP_RELATIVE": 0,
"JUMP_TO_BAR": 1,
"JUMP_TO_SECTION": 2,
"LOOP": 3,
"LOOP_BARS": 4,
"LOOP_SECTION": 5,
"MUTE": 6,
"MUTE_ALL": 7,
"MUTE_INSTRUMENT": 8,
"NOT_A_COMMAND": 9,
"SOLO": 10,
"SOLO_INSTRUMENT": 11,
"STOP_LOOP": 12,
"TEMPO_ADJUST_RELATIVE": 13,
"TEMPO_FACTOR": 14,
"TEMPO_GRADUAL": 15,
"TEMPO_SET_ABSOLUTE": 16,
"TEMPO_STYLE_MARKING": 17,
"UNMUTE_INSTRUMENT": 18,
"VOLUME_ADJUST_RELATIVE": 19,
"VOLUME_SET_ABSOLUTE": 20
},
"id2intent": {
"0": "JUMP_RELATIVE",
"1": "JUMP_TO_BAR",
"2": "JUMP_TO_SECTION",
"3": "LOOP",
"4": "LOOP_BARS",
"5": "LOOP_SECTION",
"6": "MUTE",
"7": "MUTE_ALL",
"8": "MUTE_INSTRUMENT",
"9": "NOT_A_COMMAND",
"10": "SOLO",
"11": "SOLO_INSTRUMENT",
"12": "STOP_LOOP",
"13": "TEMPO_ADJUST_RELATIVE",
"14": "TEMPO_FACTOR",
"15": "TEMPO_GRADUAL",
"16": "TEMPO_SET_ABSOLUTE",
"17": "TEMPO_STYLE_MARKING",
"18": "UNMUTE_INSTRUMENT",
"19": "VOLUME_ADJUST_RELATIVE",
"20": "VOLUME_SET_ABSOLUTE"
},
"slot2id": {
"O": 0,
"B-bar": 1,
"B-bpm": 2,
"B-instrument": 3,
"B-multiplier": 4,
"B-percent": 5,
"B-section": 6,
"B-style": 7,
"B-target": 8,
"I-section": 9
},
"id2slot": {
"0": "O",
"1": "B-bar",
"2": "B-bpm",
"3": "B-instrument",
"4": "B-multiplier",
"5": "B-percent",
"6": "B-section",
"7": "B-style",
"8": "B-target",
"9": "I-section"
},
"num_intents": 21,
"num_slots": 10
}