Upload model
Browse files- config.json +2 -2
config.json
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
{
|
2 |
"architectures": [
|
3 |
-
"
|
4 |
],
|
5 |
"auto_map": {
|
6 |
"AutoConfig": "configuration_resnet.ResnetConfig",
|
7 |
-
"
|
8 |
},
|
9 |
"avg_down": true,
|
10 |
"base_width": 64,
|
|
|
1 |
{
|
2 |
"architectures": [
|
3 |
+
"ResnetModel"
|
4 |
],
|
5 |
"auto_map": {
|
6 |
"AutoConfig": "configuration_resnet.ResnetConfig",
|
7 |
+
"AutoModel": "modeling_resnet.ResnetModel"
|
8 |
},
|
9 |
"avg_down": true,
|
10 |
"base_width": 64,
|