Training in progress, epoch 1
Browse files
config.json
CHANGED
@@ -17,22 +17,30 @@
|
|
17 |
"hidden_dropout_prob": 0.0,
|
18 |
"hidden_size": 768,
|
19 |
"id2label": {
|
20 |
-
"0": "
|
21 |
-
"1": "
|
22 |
-
"2": "
|
23 |
-
"3": "
|
24 |
-
"4": "
|
25 |
-
"5": "
|
|
|
|
|
|
|
|
|
26 |
},
|
27 |
"image_size": 224,
|
28 |
"initializer_range": 0.02,
|
29 |
"label2id": {
|
30 |
-
"
|
31 |
-
"
|
32 |
-
"
|
33 |
-
"
|
34 |
-
"
|
35 |
-
"
|
|
|
|
|
|
|
|
|
36 |
},
|
37 |
"layer_norm_eps": 1e-05,
|
38 |
"mlp_ratio": 4.0,
|
|
|
17 |
"hidden_dropout_prob": 0.0,
|
18 |
"hidden_size": 768,
|
19 |
"id2label": {
|
20 |
+
"0": "Central Serous Chorioretinopathy - Color Fundus",
|
21 |
+
"1": "Disc Edema",
|
22 |
+
"2": "Glaucoma",
|
23 |
+
"3": "Macular Scar",
|
24 |
+
"4": "Pterygium",
|
25 |
+
"5": "Retinal Detachment",
|
26 |
+
"6": "Retinitis Pigmentosa",
|
27 |
+
"7": "cataract",
|
28 |
+
"8": "diabetic_retinopathy",
|
29 |
+
"9": "normal"
|
30 |
},
|
31 |
"image_size": 224,
|
32 |
"initializer_range": 0.02,
|
33 |
"label2id": {
|
34 |
+
"Central Serous Chorioretinopathy - Color Fundus": 0,
|
35 |
+
"Disc Edema": 1,
|
36 |
+
"Glaucoma": 2,
|
37 |
+
"Macular Scar": 3,
|
38 |
+
"Pterygium": 4,
|
39 |
+
"Retinal Detachment": 5,
|
40 |
+
"Retinitis Pigmentosa": 6,
|
41 |
+
"cataract": 7,
|
42 |
+
"diabetic_retinopathy": 8,
|
43 |
+
"normal": 9
|
44 |
},
|
45 |
"layer_norm_eps": 1e-05,
|
46 |
"mlp_ratio": 4.0,
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1682c85e47bc21176926fe0092863535b48a6e4a2c0c83c8cb1af582eda8919e
|
3 |
+
size 110367448
|
runs/Nov18_10-02-21_64953997a492/events.out.tfevents.1731924158.64953997a492.30.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:98221e65bacf890ccd1cbe597a42a38d25f91c857ba35a806496ebba145ea5c2
|
3 |
+
size 12983
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:00d5ec121b09badb2412f4035ec5d691a327c3f029709da7740ff6be8a97f954
|
3 |
+
size 5304
|