sj21867 commited on
Commit
c6d089b
·
verified ·
1 Parent(s): 97b02f9

Training in progress, epoch 0

Browse files
config.json ADDED
@@ -0,0 +1,93 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "google/efficientnet-b3",
3
+ "architectures": [
4
+ "EfficientNetForImageClassification"
5
+ ],
6
+ "batch_norm_eps": 0.001,
7
+ "batch_norm_momentum": 0.99,
8
+ "depth_coefficient": 1.4,
9
+ "depth_divisor": 8,
10
+ "depthwise_padding": [
11
+ 5,
12
+ 18
13
+ ],
14
+ "drop_connect_rate": 0.2,
15
+ "dropout_rate": 0.3,
16
+ "expand_ratios": [
17
+ 1,
18
+ 6,
19
+ 6,
20
+ 6,
21
+ 6,
22
+ 6,
23
+ 6
24
+ ],
25
+ "hidden_act": "swish",
26
+ "hidden_dim": 1536,
27
+ "id2label": {
28
+ "0": "human",
29
+ "1": "LD",
30
+ "2": "SD"
31
+ },
32
+ "image_size": 300,
33
+ "in_channels": [
34
+ 32,
35
+ 16,
36
+ 24,
37
+ 40,
38
+ 80,
39
+ 112,
40
+ 192
41
+ ],
42
+ "initializer_range": 0.02,
43
+ "kernel_sizes": [
44
+ 3,
45
+ 3,
46
+ 5,
47
+ 3,
48
+ 5,
49
+ 5,
50
+ 3
51
+ ],
52
+ "label2id": {
53
+ "LD": "1",
54
+ "SD": "2",
55
+ "human": "0"
56
+ },
57
+ "model_type": "efficientnet",
58
+ "num_block_repeats": [
59
+ 1,
60
+ 2,
61
+ 2,
62
+ 3,
63
+ 3,
64
+ 4,
65
+ 1
66
+ ],
67
+ "num_channels": 3,
68
+ "num_hidden_layers": 64,
69
+ "out_channels": [
70
+ 16,
71
+ 24,
72
+ 40,
73
+ 80,
74
+ 112,
75
+ 192,
76
+ 320
77
+ ],
78
+ "pooling_type": "mean",
79
+ "problem_type": "single_label_classification",
80
+ "squeeze_expansion_ratio": 0.25,
81
+ "strides": [
82
+ 1,
83
+ 2,
84
+ 2,
85
+ 2,
86
+ 1,
87
+ 2,
88
+ 1
89
+ ],
90
+ "torch_dtype": "float32",
91
+ "transformers_version": "4.41.1",
92
+ "width_coefficient": 1.2
93
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7d0d4544aab77c807ed2eda56423d57ea3cb86cdc1c3a68e28ded63d73ba20fa
3
+ size 43227428
preprocessor_config.json ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_valid_processor_keys": [
3
+ "images",
4
+ "do_resize",
5
+ "size",
6
+ "resample",
7
+ "do_center_crop",
8
+ "crop_size",
9
+ "do_rescale",
10
+ "rescale_factor",
11
+ "rescale_offset",
12
+ "do_normalize",
13
+ "image_mean",
14
+ "image_std",
15
+ "include_top",
16
+ "return_tensors",
17
+ "data_format",
18
+ "input_data_format"
19
+ ],
20
+ "crop_size": {
21
+ "height": 289,
22
+ "width": 289
23
+ },
24
+ "do_center_crop": false,
25
+ "do_normalize": true,
26
+ "do_rescale": true,
27
+ "do_resize": true,
28
+ "image_mean": [
29
+ 0.485,
30
+ 0.456,
31
+ 0.406
32
+ ],
33
+ "image_processor_type": "EfficientNetImageProcessor",
34
+ "image_std": [
35
+ 0.47853944,
36
+ 0.4732864,
37
+ 0.47434163
38
+ ],
39
+ "include_top": true,
40
+ "resample": 0,
41
+ "rescale_factor": 0.00392156862745098,
42
+ "rescale_offset": false,
43
+ "size": {
44
+ "height": 300,
45
+ "width": 300
46
+ }
47
+ }
runs/Jun03_23-25-19_29676f3ca8a5/events.out.tfevents.1717457120.29676f3ca8a5.926.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:be91df13d7a7bc5b8121002292fd89b30b1d02890592cb5291870b8a84115fad
3
+ size 6509
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1b17b566b627c24ec09a629350cb428160c7f9419abf3a35b2c83c6e9203f0f2
3
+ size 5176