Tushansh's picture
Upload folder using huggingface_hub
4f2fd5f verified
Raw
History Blame
846 Bytes
{
"model_type": "image-classification",
"task": "image-classification",
"framework": "keras",
"architectures": [
"Xception"
],
"num_classes": 7,
"image_size": 299,
"labels": [
"Aloevera",
"Amla",
"Bhrami",
"Ginger",
"Neem",
"Tulsi",
"Turmeric"
],
"id2label": {
"0": "Aloevera",
"1": "Amla",
"2": "Bhrami",
"3": "Ginger",
"4": "Neem",
"5": "Tulsi",
"6": "Turmeric"
},
"label2id": {
"Aloevera": 0,
"Amla": 1,
"Bhrami": 2,
"Ginger": 3,
"Neem": 4,
"Tulsi": 5,
"Turmeric": 6
},
"preprocessing": {
"image_mean": [
0.5,
0.5,
0.5
],
"image_std": [
0.5,
0.5,
0.5
],
"size": 299,
"do_resize": true,
"do_normalize": true
}
}