File size: 250 Bytes
e44bc1d | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | {
"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
}
|