Commit
·
5e92eb3
1
Parent(s):
af7f2a3
Upload config.json
Browse files- config.json +20 -0
config.json
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"ResnetModelForImageClassification"
|
| 4 |
+
],
|
| 5 |
+
"auto_map": {
|
| 6 |
+
"AutoConfig": "configuration_resnet.ResnetConfig",
|
| 7 |
+
"AutoModelForImageClassification": "modeling_resnet.ResnetModelForImageClassification"
|
| 8 |
+
},
|
| 9 |
+
"block_type": "bottleneck",
|
| 10 |
+
"layers": [
|
| 11 |
+
3,
|
| 12 |
+
4,
|
| 13 |
+
6,
|
| 14 |
+
3
|
| 15 |
+
],
|
| 16 |
+
"model_type": "resnet",
|
| 17 |
+
"num_classes": 1000,
|
| 18 |
+
"torch_dtype": "float32",
|
| 19 |
+
"transformers_version": "4.17.0"
|
| 20 |
+
}
|