Training in progress, step 20
Browse files
config.json
CHANGED
@@ -28,14 +28,14 @@
|
|
28 |
256
|
29 |
],
|
30 |
"id2label": {
|
31 |
-
"0": "
|
32 |
-
"1": "
|
33 |
},
|
34 |
"image_size": 224,
|
35 |
"initializer_range": 0.02,
|
36 |
"label2id": {
|
37 |
-
"
|
38 |
-
"
|
39 |
},
|
40 |
"layer_norm_eps": 1e-06,
|
41 |
"mlp_ratios": [
|
|
|
28 |
256
|
29 |
],
|
30 |
"id2label": {
|
31 |
+
"0": "Non-Cracked",
|
32 |
+
"1": "Cracked"
|
33 |
},
|
34 |
"image_size": 224,
|
35 |
"initializer_range": 0.02,
|
36 |
"label2id": {
|
37 |
+
"Cracked": 1,
|
38 |
+
"Non-Cracked": 0
|
39 |
},
|
40 |
"layer_norm_eps": 1e-06,
|
41 |
"mlp_ratios": [
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 14931789
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:121643c3fa4c8efc1bd40248a1f47d9f2b6d70998efc289ea4d3da6ee269d85c
|
3 |
size 14931789
|
runs/Jul07_19-55-42_63c1e52f1e7f/events.out.tfevents.1688759745.63c1e52f1e7f.551.8
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1302a25171930617383f5c7774ff1f10c4502bddb4818fb602af22f084d4270c
|
3 |
+
size 8234
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 3899
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:94dab0c09e2778456235229235a2be191b8f94a35ba2fa64682d36013c25999f
|
3 |
size 3899
|