wendys-llc commited on
Commit
bd13cf5
·
verified ·
1 Parent(s): 47d7b97

Upload EfficientNetForImageClassification

Browse files
Files changed (2) hide show
  1. config.json +88 -12
  2. model.safetensors +3 -0
config.json CHANGED
@@ -1,22 +1,98 @@
1
  {
2
  "architectures": [
3
- "CheckboxClassifier"
4
  ],
5
- "model_type": "checkbox-classifier",
6
- "num_labels": 2,
7
- "dropout_rate": 0.3,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  "id2label": {
9
  "0": "unchecked",
10
  "1": "checked"
11
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12
  "label2id": {
13
- "unchecked": 0,
14
- "checked": 1
15
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16
  "torch_dtype": "float32",
17
- "transformers_version": "4.36.0",
18
- "auto_map": {
19
- "AutoConfig": "model.CheckboxConfig",
20
- "AutoModelForImageClassification": "model.CheckboxClassifier"
21
- }
22
- }
 
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
+ "expand_ratios": [
13
+ 1,
14
+ 6,
15
+ 6,
16
+ 6,
17
+ 6,
18
+ 6,
19
+ 6
20
+ ],
21
+ "hidden_act": "swish",
22
+ "hidden_dim": 1280,
23
  "id2label": {
24
  "0": "unchecked",
25
  "1": "checked"
26
  },
27
+ "image_size": 224,
28
+ "in_channels": [
29
+ 32,
30
+ 16,
31
+ 24,
32
+ 40,
33
+ 80,
34
+ 112,
35
+ 192
36
+ ],
37
+ "initializer_range": 0.02,
38
+ "kernel_sizes": [
39
+ 3,
40
+ 3,
41
+ 5,
42
+ 3,
43
+ 5,
44
+ 5,
45
+ 3
46
+ ],
47
  "label2id": {
48
+ "checked": 1,
49
+ "unchecked": 0
50
  },
51
+ "model_type": "efficientnet",
52
+ "num_block_repeats": [
53
+ 1,
54
+ 2,
55
+ 2,
56
+ 3,
57
+ 3,
58
+ 4,
59
+ 1
60
+ ],
61
+ "num_channels": 3,
62
+ "num_hidden_layers": 64,
63
+ "out_channels": [
64
+ 16,
65
+ 24,
66
+ 40,
67
+ 80,
68
+ 112,
69
+ 192,
70
+ 320
71
+ ],
72
+ "out_features": null,
73
+ "pooling_type": "mean",
74
+ "problem_type": "single_label_classification",
75
+ "squeeze_expansion_ratio": 0.25,
76
+ "stage_names": [
77
+ "stem",
78
+ "stage1",
79
+ "stage2",
80
+ "stage3",
81
+ "stage4",
82
+ "stage5",
83
+ "stage6",
84
+ "stage7"
85
+ ],
86
+ "strides": [
87
+ 1,
88
+ 2,
89
+ 2,
90
+ 2,
91
+ 1,
92
+ 2,
93
+ 1
94
+ ],
95
  "torch_dtype": "float32",
96
+ "transformers_version": "4.55.4",
97
+ "width_coefficient": 1.0
98
+ }
 
 
 
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fb79eb8d07cecace04f693f6cc513f92d8bf165398691b98f95f3e001e54fdae
3
+ size 16255128