tb-efficientnetb3 / config.json
paavasamy's picture
Upload folder using huggingface_hub
bdb8c41 verified
raw
history blame contribute delete
279 Bytes
{
"architectures": [
"Efficientnetb3ForImageClassification"
],
"model_type": "vit",
"num_channels": 3,
"num_labels": 2,
"id2label": {
"0": "Normal",
"1": "Tuberculosis"
},
"label2id": {
"Normal": 0,
"Tuberculosis": 1
},
"image_size": 224
}