AdityasArsenal's picture
Update config.json
b90a15d verified
raw
history blame contribute delete
277 Bytes
{
"model_type": "mobilenet_v2",
"num_labels": 5,
"id2label": {
"0": "Downdog",
"1": "Goddess",
"2": "Plank",
"3": "Tree",
"4": "Warrior2"
},
"label2id": {
"Downdog": 0,
"Goddess": 1,
"Plank": 2,
"Tree" : 3,
"Warrior2": 4
}
}