File size: 316 Bytes
b7508c8 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | {
"model_type": "vit",
"architectures": [
"ViTForImageClassification"
],
"image_size": 512,
"patch_size": 16,
"num_channels": 3,
"hidden_size": 768,
"num_attention_heads": 12,
"num_hidden_layers": 12,
"intermediate_size": 3072,
"num_labels": 14,
"task": "medical_imaging_classification"
} |