a722bd4
e6e8622
a722bd4
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | {
"architectures": ["EfficientNetB4"],
"image_size": 300,
"id2label": {
"0": "Heart",
"1": "Oblong",
"2": "Oval",
"3": "Round",
"4": "Square"
},
"label2id": {
"Heart": 0,
"Oblong": 1,
"Oval": 2,
"Round": 3,
"Square": 4
}
}
|