Upload model_config.json with huggingface_hub
Browse files- model_config.json +11 -0
model_config.json
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"framework": "pytorch",
|
| 3 |
+
"architecture": "efficientnet_b0_custom_head",
|
| 4 |
+
"num_classes": 2,
|
| 5 |
+
"image_size": 299,
|
| 6 |
+
"class_indices": {
|
| 7 |
+
"No-Stroke": 0,
|
| 8 |
+
"Stroke": 1
|
| 9 |
+
},
|
| 10 |
+
"weights_file": "model.pth"
|
| 11 |
+
}
|