Training in progress, epoch 1
Browse files- config.json +16 -12
- model.safetensors +2 -2
- training_args.bin +1 -1
config.json
CHANGED
@@ -12,14 +12,16 @@
|
|
12 |
"id2label": {
|
13 |
"0": "diffuse_nebula",
|
14 |
"1": "galaxy",
|
|
|
|
|
15 |
"2": "globular_cluster",
|
16 |
"3": "jupiter",
|
17 |
-
"4": "
|
18 |
-
"5": "
|
19 |
-
"6": "
|
20 |
-
"7": "
|
21 |
-
"8": "
|
22 |
-
"9": "
|
23 |
},
|
24 |
"image_size": 224,
|
25 |
"initializer_range": 0.02,
|
@@ -29,12 +31,14 @@
|
|
29 |
"galaxy": "1",
|
30 |
"globular_cluster": "2",
|
31 |
"jupiter": "3",
|
32 |
-
"
|
33 |
-
"
|
34 |
-
"
|
35 |
-
"
|
36 |
-
"
|
37 |
-
"
|
|
|
|
|
38 |
},
|
39 |
"layer_norm_eps": 1e-12,
|
40 |
"model_type": "vit",
|
|
|
12 |
"id2label": {
|
13 |
"0": "diffuse_nebula",
|
14 |
"1": "galaxy",
|
15 |
+
"10": "sun",
|
16 |
+
"11": "supernova_remnant",
|
17 |
"2": "globular_cluster",
|
18 |
"3": "jupiter",
|
19 |
+
"4": "mars",
|
20 |
+
"5": "milky_way",
|
21 |
+
"6": "moon",
|
22 |
+
"7": "open_cluster",
|
23 |
+
"8": "planetary_nebula",
|
24 |
+
"9": "saturn"
|
25 |
},
|
26 |
"image_size": 224,
|
27 |
"initializer_range": 0.02,
|
|
|
31 |
"galaxy": "1",
|
32 |
"globular_cluster": "2",
|
33 |
"jupiter": "3",
|
34 |
+
"mars": "4",
|
35 |
+
"milky_way": "5",
|
36 |
+
"moon": "6",
|
37 |
+
"open_cluster": "7",
|
38 |
+
"planetary_nebula": "8",
|
39 |
+
"saturn": "9",
|
40 |
+
"sun": "10",
|
41 |
+
"supernova_remnant": "11"
|
42 |
},
|
43 |
"layer_norm_eps": 1e-12,
|
44 |
"model_type": "vit",
|
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:4927254825cb006dafef5eead6e307d0eb285fb91c70361184b1c5ce7efd0702
|
3 |
+
size 343254736
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4728
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:efa73d23f486cfe68d69a04959bcd310c946e52b4e204f5ff7a86cd633863a96
|
3 |
size 4728
|