Skullly commited on
Commit
88bc5ad
1 Parent(s): 111ba41

Training in progress, epoch 0

Browse files
config.json ADDED
@@ -0,0 +1,90 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "google/efficientnet-b6",
3
+ "architectures": [
4
+ "EfficientNetForImageClassification"
5
+ ],
6
+ "batch_norm_eps": 0.001,
7
+ "batch_norm_momentum": 0.99,
8
+ "depth_coefficient": 2.6,
9
+ "depth_divisor": 8,
10
+ "depthwise_padding": [
11
+ 31
12
+ ],
13
+ "drop_connect_rate": 0.2,
14
+ "dropout_rate": 0.5,
15
+ "expand_ratios": [
16
+ 1,
17
+ 6,
18
+ 6,
19
+ 6,
20
+ 6,
21
+ 6,
22
+ 6
23
+ ],
24
+ "hidden_act": "swish",
25
+ "hidden_dim": 2304,
26
+ "id2label": {
27
+ "0": "f",
28
+ "1": "r"
29
+ },
30
+ "image_size": 528,
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
+ "fake": 0,
52
+ "real": 1
53
+ },
54
+ "model_type": "efficientnet",
55
+ "num_block_repeats": [
56
+ 1,
57
+ 2,
58
+ 2,
59
+ 3,
60
+ 3,
61
+ 4,
62
+ 1
63
+ ],
64
+ "num_channels": 3,
65
+ "num_hidden_layers": 64,
66
+ "out_channels": [
67
+ 16,
68
+ 24,
69
+ 40,
70
+ 80,
71
+ 112,
72
+ 192,
73
+ 320
74
+ ],
75
+ "pooling_type": "mean",
76
+ "problem_type": "single_label_classification",
77
+ "squeeze_expansion_ratio": 0.25,
78
+ "strides": [
79
+ 1,
80
+ 2,
81
+ 2,
82
+ 2,
83
+ 1,
84
+ 2,
85
+ 1
86
+ ],
87
+ "torch_dtype": "float32",
88
+ "transformers_version": "4.41.2",
89
+ "width_coefficient": 1.8
90
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3dae299051bb675d31953ef71b7b19ef294191bf6f49450640152540da8f8af7
3
+ size 163988912
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": 528,
45
+ "width": 528
46
+ }
47
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:08f222d6dcff83e2d1079e2cfc733dbdbbf6d417fd7ffcebd7247ea2fab87285
3
+ size 5112