expenses-type / label_mappings.json
pradhap2's picture
Upload folder using huggingface_hub
42ee2e5 verified
{
"label2id": {
"Airfare": 0,
"Breakfast": 1,
"Business Meals": 2,
"Car Rental": 3,
"Dinner": 4,
"Fuel": 5,
"Hotel": 6,
"Internet/Wi-Fi": 7,
"Lunch": 8,
"Mobile/Cellular Phone": 9,
"Office Supplies": 10,
"Parking": 11,
"Software/Subscriptions": 12,
"Taxi": 13,
"Train": 14
},
"id2label": {
"0": "Airfare",
"1": "Breakfast",
"2": "Business Meals",
"3": "Car Rental",
"4": "Dinner",
"5": "Fuel",
"6": "Hotel",
"7": "Internet/Wi-Fi",
"8": "Lunch",
"9": "Mobile/Cellular Phone",
"10": "Office Supplies",
"11": "Parking",
"12": "Software/Subscriptions",
"13": "Taxi",
"14": "Train"
}
}