KabeerAmjad's picture
Rename comfig.json to config.json
96ad777 verified
raw
history blame contribute delete
596 Bytes
{
"model_type": "resnet50",
"num_labels": 11,
"id2label": {
"0": "apple_pie",
"1": "cheesecake",
"2": "chicken_curry",
"3": "french_fries",
"4": "fried_rice",
"5": "hamburger",
"6": "hot_dog",
"7": "ice_cream",
"8": "omelette",
"9": "pizza",
"10": "sushi"
},
"label2id": {
"apple_pie": 0,
"cheesecake": 1,
"chicken_curry": 2,
"french_fries": 3,
"fried_rice": 4,
"hamburger": 5,
"hot_dog": 6,
"ice_cream": 7,
"omelette": 8,
"pizza": 9,
"sushi": 10
}
}