assistant-bot-multitask-classifier / label_mappings.json
kms-engineer's picture
Add assistant-bot multitask classifier model
6717217
{
"base_model_name": "roberta-base",
"category_id2label": {
"0": "add",
"1": "edit",
"2": "other",
"3": "remove",
"4": "search",
"5": "show"
},
"category_label2id": {
"add": 0,
"edit": 1,
"other": 2,
"remove": 3,
"search": 4,
"show": 5
},
"intent_id2label": {
"0": "add_address",
"1": "add_birthday",
"2": "add_contact",
"3": "add_email",
"4": "add_note",
"5": "add_note_tag",
"6": "delete_contact",
"7": "edit_address",
"8": "edit_email",
"9": "edit_note",
"10": "edit_phone",
"11": "hello",
"12": "help",
"13": "list_all_contacts",
"14": "list_birthdays",
"15": "list_note_tags",
"16": "remove_address",
"17": "remove_email",
"18": "remove_note",
"19": "remove_note_tag",
"20": "remove_phone",
"21": "search_contacts",
"22": "search_notes_by_tag",
"23": "search_notes_text",
"24": "show_birthday",
"25": "show_notes",
"26": "show_phone"
},
"intent_label2id": {
"add_address": 0,
"add_birthday": 1,
"add_contact": 2,
"add_email": 3,
"add_note": 4,
"add_note_tag": 5,
"delete_contact": 6,
"edit_address": 7,
"edit_email": 8,
"edit_note": 9,
"edit_phone": 10,
"hello": 11,
"help": 12,
"list_all_contacts": 13,
"list_birthdays": 14,
"list_note_tags": 15,
"remove_address": 16,
"remove_email": 17,
"remove_note": 18,
"remove_note_tag": 19,
"remove_phone": 20,
"search_contacts": 21,
"search_notes_by_tag": 22,
"search_notes_text": 23,
"show_birthday": 24,
"show_notes": 25,
"show_phone": 26
}
}