Update config.json
Browse files- config.json +5 -5
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
"Swinv2ForImageClassification"
|
5 |
],
|
@@ -17,14 +17,14 @@
|
|
17 |
"hidden_dropout_prob": 0.0,
|
18 |
"hidden_size": 768,
|
19 |
"id2label": {
|
20 |
-
"0": "
|
21 |
-
"1": "
|
22 |
},
|
23 |
"image_size": 512,
|
24 |
"initializer_range": 0.02,
|
25 |
"label2id": {
|
26 |
-
"
|
27 |
-
"
|
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,
|