{ | |
"_name_or_path": "./SwinCXR-3/checkpoint-149468", | |
"architectures": [ | |
"SwinModelForCXRClassification" | |
], | |
"auto_map": { | |
"AutoConfig": "SwinCXRConfig.SwinCXRConfig", | |
"AutoModelForImageClassification": "amartyasaran/SwinCXR--SwinModelForCXRClassification.SwinModelForCXRClassification" | |
}, | |
"dropout": 0.1, | |
"embed_dim": 128, | |
"id2label": { | |
"0": "COVID-19", | |
"1": "Non-COVID", | |
"2": "Normal" | |
}, | |
"label2id": { | |
"COVID-19": 0, | |
"Non-COVID": 1, | |
"Normal": 2 | |
}, | |
"model_type": "swin_cxr", | |
"num_classes": 3, | |
"num_heads": 4, | |
"num_layers": 4, | |
"torch_dtype": "float32", | |
"transformers_version": "4.46.3" | |
} | |