BiomedCLIP_for_AD / open_clip_config.json
Yasmine97's picture
Rename config.json to open_clip_config.json
f18f3ee verified
{
"architectures": [
"BiomedClipClassifier"
],
"model_type": "biomedclip",
"model_id": "microsoft/BiomedCLIP-PubMedBERT_256-vit_base_patch16_224",
"num_labels": 3,
"id2label": {
"0": "CN",
"1": "MCI",
"2": "Dementia"
},
"label2id": {
"CN": 0,
"MCI": 1,
"Dementia": 2
},
"hidden_size": 512,
"dropout": 0.2,
"torch_dtype": "float32"
}