router.tiny / config.json
papousek's picture
Upload folder using huggingface_hub
e44bc1d verified
raw
history blame
250 Bytes
{
"architecture": "tf_efficientnetv2_b3",
"id2label": {
"0": "human",
"1": "insect",
"2": "mushroom",
"3": "plant"
},
"label2id": {
"human": 0,
"insect": 1,
"mushroom": 2,
"plant": 3
},
"image_size": 480
}