melisklc0 commited on
Commit
31bf29a
·
verified ·
1 Parent(s): 85225b8

Upload model_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. 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
+ }