File size: 683 Bytes
e10423a |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 |
{
"_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"
}
|