Upload config.json with huggingface_hub
Browse files- config.json +26 -0
config.json
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"architectures": [
|
3 |
+
"ResnetModelForImageClassification"
|
4 |
+
],
|
5 |
+
"auto_map": {
|
6 |
+
"AutoConfig": "configuration_resnet.ResnetConfig",
|
7 |
+
"AutoModelForImageClassification": "modeling_resnet.ResnetModelForImageClassification"
|
8 |
+
},
|
9 |
+
"avg_down": true,
|
10 |
+
"base_width": 64,
|
11 |
+
"block_type": "bottleneck",
|
12 |
+
"cardinality": 1,
|
13 |
+
"input_channels": 3,
|
14 |
+
"layers": [
|
15 |
+
3,
|
16 |
+
4,
|
17 |
+
6,
|
18 |
+
3
|
19 |
+
],
|
20 |
+
"model_type": "faen_resnet",
|
21 |
+
"num_classes": 1000,
|
22 |
+
"stem_type": "deep",
|
23 |
+
"stem_width": 32,
|
24 |
+
"torch_dtype": "float32",
|
25 |
+
"transformers_version": "4.37.2"
|
26 |
+
}
|