intentity-aibator / label_mappings.json
primel's picture
Upload Intentity AIBA - Multi-Task Banking Model (Language + Intent + NER)
890029a verified
{
"tag2id": {
"B-amount": 0,
"B-currency": 1,
"B-description": 2,
"B-receiver_hr": 3,
"B-receiver_inn": 4,
"B-receiver_name": 5,
"I-amount": 6,
"I-currency": 7,
"I-description": 8,
"I-receiver_hr": 9,
"I-receiver_inn": 10,
"I-receiver_name": 11,
"O": 12
},
"id2tag": {
"0": "B-amount",
"1": "B-currency",
"2": "B-description",
"3": "B-receiver_hr",
"4": "B-receiver_inn",
"5": "B-receiver_name",
"6": "I-amount",
"7": "I-currency",
"8": "I-description",
"9": "I-receiver_hr",
"10": "I-receiver_inn",
"11": "I-receiver_name",
"12": "O"
},
"intent2id": {
"create_transaction": 0,
"help": 1,
"list_transaction": 2,
"unknown": 3
},
"id2intent": {
"0": "create_transaction",
"1": "help",
"2": "list_transaction",
"3": "unknown"
},
"lang2id": {
"en": 0,
"mixed": 1,
"ru": 2,
"uz_cyrl": 3,
"uz_latn": 4
},
"id2lang": {
"0": "en",
"1": "mixed",
"2": "ru",
"3": "uz_cyrl",
"4": "uz_latn"
}
}