Training in progress, epoch 0
Browse files
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
"SwinForImageClassification"
|
5 |
],
|
@@ -17,14 +17,16 @@
|
|
17 |
"hidden_dropout_prob": 0.0,
|
18 |
"hidden_size": 768,
|
19 |
"id2label": {
|
20 |
-
"0": "
|
21 |
-
"1": "
|
|
|
22 |
},
|
23 |
"image_size": 224,
|
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": "microsoft/swin-tiny-patch4-window7-224",
|
3 |
"architectures": [
|
4 |
"SwinForImageClassification"
|
5 |
],
|
|
|
17 |
"hidden_dropout_prob": 0.0,
|
18 |
"hidden_size": 768,
|
19 |
"id2label": {
|
20 |
+
"0": "Bright",
|
21 |
+
"1": "Clear",
|
22 |
+
"2": "White Spot"
|
23 |
},
|
24 |
"image_size": 224,
|
25 |
"initializer_range": 0.02,
|
26 |
"label2id": {
|
27 |
+
"Bright": 0,
|
28 |
+
"Clear": 1,
|
29 |
+
"White Spot": 2
|
30 |
},
|
31 |
"layer_norm_eps": 1e-05,
|
32 |
"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:32d8fe2eae15176b4a2022076843449aeb03ef91554d3cd61fb9ed699dee32e0
|
3 |
+
size 110345908
|
runs/Nov20_04-09-25_6d0e60f01160/events.out.tfevents.1700453366.6d0e60f01160.970.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3aa6a0b74cd7103baafd12044756195fafca87bf456159e03a1f4fe92329642a
|
3 |
+
size 5023
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4600
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:694d80d20c1d9eafef08ea57629edb35dbd549e0975d7d5d99ec9a4431a6b4d4
|
3 |
size 4600
|