File size: 301 Bytes
40d3360 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | {
"model_type": "convnext",
"architecture": "convnext_base",
"num_classes": 7,
"image_size": 224,
"labels": [
"beagle",
"bulldog",
"dalmatian",
"german-shepherd",
"husky",
"poodle",
"rottweiler"
],
"framework": "pytorch",
"library": "timm"
} |