Training in progress, epoch 1
Browse files
config.json
ADDED
@@ -0,0 +1,98 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"architectures": [
|
3 |
+
"EfficientNetForImageClassification"
|
4 |
+
],
|
5 |
+
"batch_norm_eps": 0.001,
|
6 |
+
"batch_norm_momentum": 0.99,
|
7 |
+
"depth_coefficient": 1.0,
|
8 |
+
"depth_divisor": 8,
|
9 |
+
"depthwise_padding": [],
|
10 |
+
"drop_connect_rate": 0.2,
|
11 |
+
"dropout_rate": 0.2,
|
12 |
+
"expand_ratios": [
|
13 |
+
1,
|
14 |
+
6,
|
15 |
+
6,
|
16 |
+
6,
|
17 |
+
6,
|
18 |
+
6,
|
19 |
+
6
|
20 |
+
],
|
21 |
+
"hidden_act": "swish",
|
22 |
+
"hidden_dim": 1280,
|
23 |
+
"id2label": {
|
24 |
+
"0": "Accident",
|
25 |
+
"1": "Non Accident"
|
26 |
+
},
|
27 |
+
"image_size": 224,
|
28 |
+
"in_channels": [
|
29 |
+
32,
|
30 |
+
16,
|
31 |
+
24,
|
32 |
+
40,
|
33 |
+
80,
|
34 |
+
112,
|
35 |
+
192
|
36 |
+
],
|
37 |
+
"initializer_range": 0.02,
|
38 |
+
"kernel_sizes": [
|
39 |
+
3,
|
40 |
+
3,
|
41 |
+
5,
|
42 |
+
3,
|
43 |
+
5,
|
44 |
+
5,
|
45 |
+
3
|
46 |
+
],
|
47 |
+
"label2id": {
|
48 |
+
"Accident": 0,
|
49 |
+
"Non Accident": 1
|
50 |
+
},
|
51 |
+
"model_type": "efficientnet",
|
52 |
+
"num_block_repeats": [
|
53 |
+
1,
|
54 |
+
2,
|
55 |
+
2,
|
56 |
+
3,
|
57 |
+
3,
|
58 |
+
4,
|
59 |
+
1
|
60 |
+
],
|
61 |
+
"num_channels": 3,
|
62 |
+
"num_hidden_layers": 64,
|
63 |
+
"out_channels": [
|
64 |
+
16,
|
65 |
+
24,
|
66 |
+
40,
|
67 |
+
80,
|
68 |
+
112,
|
69 |
+
192,
|
70 |
+
320
|
71 |
+
],
|
72 |
+
"out_features": null,
|
73 |
+
"pooling_type": "mean",
|
74 |
+
"problem_type": "single_label_classification",
|
75 |
+
"squeeze_expansion_ratio": 0.25,
|
76 |
+
"stage_names": [
|
77 |
+
"stem",
|
78 |
+
"stage1",
|
79 |
+
"stage2",
|
80 |
+
"stage3",
|
81 |
+
"stage4",
|
82 |
+
"stage5",
|
83 |
+
"stage6",
|
84 |
+
"stage7"
|
85 |
+
],
|
86 |
+
"strides": [
|
87 |
+
1,
|
88 |
+
2,
|
89 |
+
2,
|
90 |
+
2,
|
91 |
+
1,
|
92 |
+
2,
|
93 |
+
1
|
94 |
+
],
|
95 |
+
"torch_dtype": "float32",
|
96 |
+
"transformers_version": "4.51.3",
|
97 |
+
"width_coefficient": 1.0
|
98 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f1de150853b2afa9bf29d9c67d1fa72e28f30f9617baf0d557f84ad03bb65e07
|
3 |
+
size 16255128
|
preprocessor_config.json
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"crop_size": {
|
3 |
+
"height": 289,
|
4 |
+
"width": 289
|
5 |
+
},
|
6 |
+
"do_center_crop": false,
|
7 |
+
"do_normalize": true,
|
8 |
+
"do_rescale": true,
|
9 |
+
"do_resize": true,
|
10 |
+
"image_mean": [
|
11 |
+
0.485,
|
12 |
+
0.456,
|
13 |
+
0.406
|
14 |
+
],
|
15 |
+
"image_processor_type": "EfficientNetImageProcessor",
|
16 |
+
"image_std": [
|
17 |
+
0.47853944,
|
18 |
+
0.4732864,
|
19 |
+
0.47434163
|
20 |
+
],
|
21 |
+
"include_top": true,
|
22 |
+
"resample": 0,
|
23 |
+
"rescale_factor": 0.00392156862745098,
|
24 |
+
"rescale_offset": false,
|
25 |
+
"size": {
|
26 |
+
"height": 224,
|
27 |
+
"width": 224
|
28 |
+
}
|
29 |
+
}
|
runs/Apr25_08-57-27_947bdbf0ec8c/events.out.tfevents.1745572298.947bdbf0ec8c.628.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bfd97a66b3995f1c5b874a3973f72b1fabe36a532a3f4cebf48363ae3d53509c
|
3 |
+
size 6023
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b82afc7b8b054f7658f49beed0450e25404a6a11425a8d3abe72e5c833914824
|
3 |
+
size 5368
|