melisklc0's picture
Upload model_config.json with huggingface_hub
31bf29a verified
raw
history blame contribute delete
221 Bytes
{
"framework": "pytorch",
"architecture": "efficientnet_b0_custom_head",
"num_classes": 2,
"image_size": 299,
"class_indices": {
"No-Stroke": 0,
"Stroke": 1
},
"weights_file": "model.pth"
}