0-ma commited on
Commit
b560998
1 Parent(s): 42c1d4d

Upload EfficientNetForImageClassification

Browse files
Files changed (2) hide show
  1. config.json +100 -0
  2. model.safetensors +3 -0
config.json ADDED
@@ -0,0 +1,100 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "google/efficientnet-b2",
3
+ "architectures": [
4
+ "EfficientNetForImageClassification"
5
+ ],
6
+ "batch_norm_eps": 0.001,
7
+ "batch_norm_momentum": 0.99,
8
+ "depth_coefficient": 1.2,
9
+ "depth_divisor": 8,
10
+ "depthwise_padding": [
11
+ 5,
12
+ 8,
13
+ 16
14
+ ],
15
+ "drop_connect_rate": 0.2,
16
+ "dropout_rate": 0.3,
17
+ "expand_ratios": [
18
+ 1,
19
+ 6,
20
+ 6,
21
+ 6,
22
+ 6,
23
+ 6,
24
+ 6
25
+ ],
26
+ "hidden_act": "swish",
27
+ "hidden_dim": 1408,
28
+ "id2label": {
29
+ "0": "1",
30
+ "1": "2",
31
+ "2": "3",
32
+ "3": "4",
33
+ "4": "5",
34
+ "5": "6"
35
+ },
36
+ "image_size": 260,
37
+ "in_channels": [
38
+ 32,
39
+ 16,
40
+ 24,
41
+ 40,
42
+ 80,
43
+ 112,
44
+ 192
45
+ ],
46
+ "initializer_range": 0.02,
47
+ "kernel_sizes": [
48
+ 3,
49
+ 3,
50
+ 5,
51
+ 3,
52
+ 5,
53
+ 5,
54
+ 3
55
+ ],
56
+ "label2id": {
57
+ "1": "0",
58
+ "2": "1",
59
+ "3": "2",
60
+ "4": "3",
61
+ "5": "4",
62
+ "6": "5"
63
+ },
64
+ "model_type": "efficientnet",
65
+ "num_block_repeats": [
66
+ 1,
67
+ 2,
68
+ 2,
69
+ 3,
70
+ 3,
71
+ 4,
72
+ 1
73
+ ],
74
+ "num_channels": 3,
75
+ "num_hidden_layers": 64,
76
+ "out_channels": [
77
+ 16,
78
+ 24,
79
+ 40,
80
+ 80,
81
+ 112,
82
+ 192,
83
+ 320
84
+ ],
85
+ "pooling_type": "mean",
86
+ "problem_type": "single_label_classification",
87
+ "squeeze_expansion_ratio": 0.25,
88
+ "strides": [
89
+ 1,
90
+ 2,
91
+ 2,
92
+ 2,
93
+ 1,
94
+ 2,
95
+ 1
96
+ ],
97
+ "torch_dtype": "float32",
98
+ "transformers_version": "4.44.2",
99
+ "width_coefficient": 1.1
100
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ffcaf792bfa6bcec581b8a507b3ccbffc7f192505404e9c265cdf6f549376fb9
3
+ size 31174192