MedVisionAI-Clinical / config.json
toolevalxm's picture
Upload MedVisionAI Clinical model (best checkpoint: epoch_50)
47ffa8c verified
raw
history blame contribute delete
210 Bytes
{
"model_type": "vit",
"architectures": ["ViTForImageClassification"],
"hidden_size": 768,
"num_attention_heads": 12,
"intermediate_size": 3072,
"patch_size": 16,
"image_size": 224
}