Yasmine97 commited on
Commit
9ed95d2
·
verified ·
1 Parent(s): 3fa60c7

Upload config.json

Browse files
Files changed (1) hide show
  1. config.json +21 -0
config.json ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "BiomedClipClassifier"
4
+ ],
5
+ "model_type": "biomedclip",
6
+ "model_id": "microsoft/BiomedCLIP-PubMedBERT_256-vit_base_patch16_224",
7
+ "num_labels": 3,
8
+ "id2label": {
9
+ "0": "CN",
10
+ "1": "MCI",
11
+ "2": "Dementia"
12
+ },
13
+ "label2id": {
14
+ "CN": 0,
15
+ "MCI": 1,
16
+ "Dementia": 2
17
+ },
18
+ "hidden_size": 512,
19
+ "dropout": 0.2,
20
+ "torch_dtype": "float32"
21
+ }