| { | |
| "architectures": [ | |
| "EnsembleForImageClassification" | |
| ], | |
| "model_type": "ensemble", | |
| "num_channels": 3, | |
| "num_labels": 2, | |
| "id2label": { | |
| "0": "Normal", | |
| "1": "Tuberculosis" | |
| }, | |
| "label2id": { | |
| "Normal": 0, | |
| "Tuberculosis": 1 | |
| }, | |
| "image_size": 224, | |
| "models": [ | |
| "vgg16", | |
| "resnet50", | |
| "densenet121", | |
| "inceptionv3", | |
| "efficientnetb3" | |
| ] | |
| } |