pamixsun commited on
Commit
0a3ec43
1 Parent(s): 8d4ab76

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +5 -5
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "microsoft/swinv2-tiny-patch4-window8-256",
3
  "architectures": [
4
  "Swinv2ForImageClassification"
5
  ],
@@ -17,14 +17,14 @@
17
  "hidden_dropout_prob": 0.0,
18
  "hidden_size": 768,
19
  "id2label": {
20
- "0": "non-glaucoma",
21
- "1": "glaucoma"
22
  },
23
  "image_size": 512,
24
  "initializer_range": 0.02,
25
  "label2id": {
26
- "glaucoma": "1",
27
- "non-glaucoma": "0"
28
  },
29
  "layer_norm_eps": 1e-05,
30
  "mlp_ratio": 4.0,
 
1
  {
2
+ "_name_or_path": "pamixsun/swinv2_tiny_for_glaucoma_classification",
3
  "architectures": [
4
  "Swinv2ForImageClassification"
5
  ],
 
17
  "hidden_dropout_prob": 0.0,
18
  "hidden_size": 768,
19
  "id2label": {
20
+ "0": "Non-glaucoma",
21
+ "1": "Glaucoma"
22
  },
23
  "image_size": 512,
24
  "initializer_range": 0.02,
25
  "label2id": {
26
+ "Glaucoma": "1",
27
+ "Non-glaucoma": "0"
28
  },
29
  "layer_norm_eps": 1e-05,
30
  "mlp_ratio": 4.0,