Training in progress, epoch 0
Browse files- .gitignore +1 -0
- config.json +7 -30
- pytorch_model.bin +3 -0
- training_args.bin +2 -2
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
config.json
CHANGED
@@ -9,7 +9,6 @@
|
|
9 |
23,
|
10 |
3
|
11 |
],
|
12 |
-
"downsample_in_bottleneck": false,
|
13 |
"downsample_in_first_stage": false,
|
14 |
"embedding_size": 64,
|
15 |
"hidden_act": "relu",
|
@@ -20,36 +19,14 @@
|
|
20 |
2048
|
21 |
],
|
22 |
"id2label": {
|
23 |
-
"0": "
|
24 |
-
"1": "
|
25 |
-
"2": "
|
26 |
-
"3": "dead_knot",
|
27 |
-
"4": "inclusion",
|
28 |
-
"5": "knot_with_crack",
|
29 |
-
"6": "live_knot",
|
30 |
-
"7": "marrow",
|
31 |
-
"8": "patches",
|
32 |
-
"9": "pitted_surface",
|
33 |
-
"10": "resin",
|
34 |
-
"11": "rolled_in_scale",
|
35 |
-
"12": "scratches",
|
36 |
-
"13": "steel_defect"
|
37 |
},
|
38 |
"label2id": {
|
39 |
-
"
|
40 |
-
"
|
41 |
-
"
|
42 |
-
"dead_knot": 3,
|
43 |
-
"inclusion": 4,
|
44 |
-
"knot_with_crack": 5,
|
45 |
-
"live_knot": 6,
|
46 |
-
"marrow": 7,
|
47 |
-
"patches": 8,
|
48 |
-
"pitted_surface": 9,
|
49 |
-
"resin": 10,
|
50 |
-
"rolled_in_scale": 11,
|
51 |
-
"scratches": 12,
|
52 |
-
"steel_defect": 13
|
53 |
},
|
54 |
"layer_type": "bottleneck",
|
55 |
"model_type": "resnet",
|
@@ -69,5 +46,5 @@
|
|
69 |
"stage4"
|
70 |
],
|
71 |
"torch_dtype": "float32",
|
72 |
-
"transformers_version": "4.
|
73 |
}
|
|
|
9 |
23,
|
10 |
3
|
11 |
],
|
|
|
12 |
"downsample_in_first_stage": false,
|
13 |
"embedding_size": 64,
|
14 |
"hidden_act": "relu",
|
|
|
19 |
2048
|
20 |
],
|
21 |
"id2label": {
|
22 |
+
"0": "crazing",
|
23 |
+
"1": "live_knot",
|
24 |
+
"2": "steel_defect"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
25 |
},
|
26 |
"label2id": {
|
27 |
+
"crazing": 0,
|
28 |
+
"live_knot": 1,
|
29 |
+
"steel_defect": 2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
30 |
},
|
31 |
"layer_type": "bottleneck",
|
32 |
"model_type": "resnet",
|
|
|
46 |
"stage4"
|
47 |
],
|
48 |
"torch_dtype": "float32",
|
49 |
+
"transformers_version": "4.30.2"
|
50 |
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:82d8bd5710597e739dde14c7c95a7af126cc067e5625a6873f5fa453c89ad01a
|
3 |
+
size 170661845
|
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:8c9033ef5da9d60873df439a2f280fd2d79d4d079325a358a7a0495951b46193
|
3 |
+
size 3963
|