Training in progress, epoch 0
Browse files
config.json
ADDED
@@ -0,0 +1,70 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "facebook/convnext-tiny-224",
|
3 |
+
"architectures": [
|
4 |
+
"ConvNextForImageClassification"
|
5 |
+
],
|
6 |
+
"depths": [
|
7 |
+
3,
|
8 |
+
3,
|
9 |
+
9,
|
10 |
+
3
|
11 |
+
],
|
12 |
+
"drop_path_rate": 0.0,
|
13 |
+
"hidden_act": "gelu",
|
14 |
+
"hidden_sizes": [
|
15 |
+
96,
|
16 |
+
192,
|
17 |
+
384,
|
18 |
+
768
|
19 |
+
],
|
20 |
+
"id2label": {
|
21 |
+
"0": "Bottom_Bolt",
|
22 |
+
"1": "Bracket",
|
23 |
+
"2": "Cable_Labels",
|
24 |
+
"3": "Cables_Secured_To_The_Pole_Showing_Lables",
|
25 |
+
"4": "DP_Spare_Storage_And_Cable_Entry",
|
26 |
+
"5": "Front_View_Of_The_DP_Showing_DP_Identifier",
|
27 |
+
"6": "LHS_View_Of_The_DP",
|
28 |
+
"7": "RHS_View_Of_The_DP",
|
29 |
+
"8": "Splice_Tray_Cover_Showing_Lable_and_Velco_Strap_Installed",
|
30 |
+
"9": "Splitter_Distribution_Tray",
|
31 |
+
"10": "Top_Bolt"
|
32 |
+
},
|
33 |
+
"image_size": 224,
|
34 |
+
"initializer_range": 0.02,
|
35 |
+
"label2id": {
|
36 |
+
"Bottom_Bolt": 0,
|
37 |
+
"Bracket": 1,
|
38 |
+
"Cable_Labels": 2,
|
39 |
+
"Cables_Secured_To_The_Pole_Showing_Lables": 3,
|
40 |
+
"DP_Spare_Storage_And_Cable_Entry": 4,
|
41 |
+
"Front_View_Of_The_DP_Showing_DP_Identifier": 5,
|
42 |
+
"LHS_View_Of_The_DP": 6,
|
43 |
+
"RHS_View_Of_The_DP": 7,
|
44 |
+
"Splice_Tray_Cover_Showing_Lable_and_Velco_Strap_Installed": 8,
|
45 |
+
"Splitter_Distribution_Tray": 9,
|
46 |
+
"Top_Bolt": 10
|
47 |
+
},
|
48 |
+
"layer_norm_eps": 1e-12,
|
49 |
+
"layer_scale_init_value": 1e-06,
|
50 |
+
"model_type": "convnext",
|
51 |
+
"num_channels": 3,
|
52 |
+
"num_stages": 4,
|
53 |
+
"out_features": [
|
54 |
+
"stage4"
|
55 |
+
],
|
56 |
+
"out_indices": [
|
57 |
+
4
|
58 |
+
],
|
59 |
+
"patch_size": 4,
|
60 |
+
"problem_type": "single_label_classification",
|
61 |
+
"stage_names": [
|
62 |
+
"stem",
|
63 |
+
"stage1",
|
64 |
+
"stage2",
|
65 |
+
"stage3",
|
66 |
+
"stage4"
|
67 |
+
],
|
68 |
+
"torch_dtype": "float32",
|
69 |
+
"transformers_version": "4.44.2"
|
70 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d9442e5997e54510056263ae589fc54f63c31f700acbe1f0b6b660166be18af1
|
3 |
+
size 111335628
|
preprocessor_config.json
ADDED
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"crop_pct": 0.875,
|
3 |
+
"do_normalize": true,
|
4 |
+
"do_rescale": true,
|
5 |
+
"do_resize": true,
|
6 |
+
"image_mean": [
|
7 |
+
0.485,
|
8 |
+
0.456,
|
9 |
+
0.406
|
10 |
+
],
|
11 |
+
"image_processor_type": "ConvNextImageProcessor",
|
12 |
+
"image_std": [
|
13 |
+
0.229,
|
14 |
+
0.224,
|
15 |
+
0.225
|
16 |
+
],
|
17 |
+
"resample": 3,
|
18 |
+
"rescale_factor": 0.00392156862745098,
|
19 |
+
"size": {
|
20 |
+
"shortest_edge": 224
|
21 |
+
}
|
22 |
+
}
|
runs/Oct18_22-24-20_421ef2a7e800/events.out.tfevents.1729290369.421ef2a7e800.602.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dfaafc413553adf265e26792cd76a4a7f2fbe7260ec52244933f8b3806e573af
|
3 |
+
size 6604
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:68d57e91d78378dc4a1cc02031c78d2fb2759733f8113d41ad3d2a759914b6fe
|
3 |
+
size 5240
|