jimjakdiend commited on
Commit
c81b520
·
1 Parent(s): 0835ca4

Training in progress, epoch 0

Browse files
config.json ADDED
@@ -0,0 +1,103 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "google/efficientnet-b0",
3
+ "architectures": [
4
+ "EfficientNetForImageClassification"
5
+ ],
6
+ "batch_norm_eps": 0.001,
7
+ "batch_norm_momentum": 0.99,
8
+ "depth_coefficient": 1.0,
9
+ "depth_divisor": 8,
10
+ "depthwise_padding": [],
11
+ "drop_connect_rate": 0.2,
12
+ "dropout_rate": 0.2,
13
+ "expand_ratios": [
14
+ 1,
15
+ 6,
16
+ 6,
17
+ 6,
18
+ 6,
19
+ 6,
20
+ 6
21
+ ],
22
+ "hidden_act": "swish",
23
+ "hidden_dim": 1280,
24
+ "id2label": {
25
+ "0": "Bent",
26
+ "1": "Dirty",
27
+ "2": "D_dirt",
28
+ "3": "Good"
29
+ },
30
+ "image_size": 224,
31
+ "in_channels": [
32
+ 32,
33
+ 16,
34
+ 24,
35
+ 40,
36
+ 80,
37
+ 112,
38
+ 192
39
+ ],
40
+ "initializer_range": 0.02,
41
+ "kernel_sizes": [
42
+ 3,
43
+ 3,
44
+ 5,
45
+ 3,
46
+ 5,
47
+ 5,
48
+ 3
49
+ ],
50
+ "label2id": {
51
+ "Bent": 0,
52
+ "D_dirt": 2,
53
+ "Dirty": 1,
54
+ "Good": 3
55
+ },
56
+ "model_type": "efficientnet",
57
+ "num_block_repeats": [
58
+ 1,
59
+ 2,
60
+ 2,
61
+ 3,
62
+ 3,
63
+ 4,
64
+ 1
65
+ ],
66
+ "num_channels": 3,
67
+ "num_hidden_layers": 64,
68
+ "out_channels": [
69
+ 16,
70
+ 24,
71
+ 40,
72
+ 80,
73
+ 112,
74
+ 192,
75
+ 320
76
+ ],
77
+ "out_features": null,
78
+ "pooling_type": "mean",
79
+ "problem_type": "multi_label_classification",
80
+ "squeeze_expansion_ratio": 0.25,
81
+ "stage_names": [
82
+ "stem",
83
+ "stage1",
84
+ "stage2",
85
+ "stage3",
86
+ "stage4",
87
+ "stage5",
88
+ "stage6",
89
+ "stage7"
90
+ ],
91
+ "strides": [
92
+ 1,
93
+ 2,
94
+ 2,
95
+ 2,
96
+ 1,
97
+ 2,
98
+ 1
99
+ ],
100
+ "torch_dtype": "float32",
101
+ "transformers_version": "4.35.2",
102
+ "width_coefficient": 1.0
103
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:adc2f6baf4cd49e0a987f8091e8a4cdb2f1888703558c33e2d516ee2d1edbb93
3
+ size 16265376
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/Jan05_06-56-33_74b28714b2bf/events.out.tfevents.1704437797.74b28714b2bf.3707.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e3b8f3b699c2acacbfa4ef27d74d5457c784822bf03f04187c7474d8d02d76b5
3
+ size 5705
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f37e224380b13aaf727e8fa4a4cd0d4baa0b5559a28158448a9ad4e321563eb5
3
+ size 4664