File size: 230 Bytes
1f93cd2 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | {
"model_type": "vit",
"num_labels": 2,
"id2label": {
"0": "NORMAL",
"1": "PNEUMONIA"
},
"label2id": {
"NORMAL": 0,
"PNEUMONIA": 1
},
"image_size": 224,
"base_model": "google/vit-base-patch16-224"
} |