SandraKorol commited on
Commit
4bdc209
·
verified ·
1 Parent(s): 3b09a08

Upload folder using huggingface_hub

Browse files
config.json ADDED
@@ -0,0 +1,91 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "dtype": "float32",
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
+ "image_size": 224,
25
+ "in_channels": [
26
+ 32,
27
+ 16,
28
+ 24,
29
+ 40,
30
+ 80,
31
+ 112,
32
+ 192
33
+ ],
34
+ "initializer_range": 0.02,
35
+ "kernel_sizes": [
36
+ 3,
37
+ 3,
38
+ 5,
39
+ 3,
40
+ 5,
41
+ 5,
42
+ 3
43
+ ],
44
+ "model_type": "efficientnet",
45
+ "num_block_repeats": [
46
+ 1,
47
+ 2,
48
+ 2,
49
+ 3,
50
+ 3,
51
+ 4,
52
+ 1
53
+ ],
54
+ "num_channels": 3,
55
+ "num_hidden_layers": 64,
56
+ "out_channels": [
57
+ 16,
58
+ 24,
59
+ 40,
60
+ 80,
61
+ 112,
62
+ 192,
63
+ 320
64
+ ],
65
+ "out_features": null,
66
+ "pooling_type": "mean",
67
+ "problem_type": "single_label_classification",
68
+ "squeeze_expansion_ratio": 0.25,
69
+ "stage_names": [
70
+ "stem",
71
+ "stage1",
72
+ "stage2",
73
+ "stage3",
74
+ "stage4",
75
+ "stage5",
76
+ "stage6",
77
+ "stage7"
78
+ ],
79
+ "strides": [
80
+ 1,
81
+ 2,
82
+ 2,
83
+ 2,
84
+ 1,
85
+ 2,
86
+ 1
87
+ ],
88
+ "transformers_version": "5.0.0",
89
+ "use_cache": false,
90
+ "width_coefficient": 1.0
91
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:56d1186396036245fdb2ce7afbd12e687e15f620e3e1387eded315ced81f8337
3
+ size 16255128
preprocessor_config.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "crop_size": {
3
+ "height": 289,
4
+ "width": 289
5
+ },
6
+ "data_format": "channels_first",
7
+ "do_center_crop": false,
8
+ "do_normalize": true,
9
+ "do_rescale": true,
10
+ "do_resize": true,
11
+ "image_mean": [
12
+ 0.485,
13
+ 0.456,
14
+ 0.406
15
+ ],
16
+ "image_processor_type": "EfficientNetImageProcessorFast",
17
+ "image_std": [
18
+ 0.47853944,
19
+ 0.4732864,
20
+ 0.47434163
21
+ ],
22
+ "include_top": true,
23
+ "resample": 0,
24
+ "rescale_factor": 0.00392156862745098,
25
+ "rescale_offset": false,
26
+ "size": {
27
+ "height": 224,
28
+ "width": 224
29
+ }
30
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:92271777343b839d11b9c6071e274a67fa7ead69e184ff7d1ca5fb912b1d2dfe
3
+ size 5137