router.tiny / config.json
papousek's picture
Upload folder using huggingface_hub
2fab4fa verified
raw
history blame
336 Bytes
Invalid JSON: Expected ',' or '}' after property value in JSONat line 9, column 5
{
"architecture": "tf_efficientnetv2_b3",
"id2label": {
"0": "crop",
"1": "human",
"2": "insect",
"3": "mushroom",
"4": "plant"
"6": "unhealthy_plant",
},
"label2id": {
"crop": 0,
"human": 1,
"insect": 2,
"mushroom": 3,
"plant": 4,
"unhealthy_plant": 5
},
"image_size": 480
}