router.small / config.json
papousek's picture
Upload folder using huggingface_hub
85d0bc6 verified
{
"architecture": "tf_efficientnetv2_b3",
"id2label": {
"0": "crop",
"1": "human",
"2": "insect",
"3": "mushroom",
"4": "plant",
"5": "unhealthy_plant"
},
"label2id": {
"crop": 0,
"human": 1,
"insect": 2,
"mushroom": 3,
"plant": 4,
"unhealthy_plant": 5
},
"image_size": 480
}