Update config.json
Browse files- config.json +4 -0
config.json
CHANGED
@@ -2,6 +2,10 @@
|
|
2 |
"architectures": [
|
3 |
"HieraForImageClassification"
|
4 |
],
|
|
|
|
|
|
|
|
|
5 |
"depths": [
|
6 |
1,
|
7 |
2,
|
|
|
2 |
"architectures": [
|
3 |
"HieraForImageClassification"
|
4 |
],
|
5 |
+
"auto_map": {
|
6 |
+
"AutoConfig": "configuration_hiera.HieraConfig",
|
7 |
+
"AutoModelForImageClassification": "modeling_hiera.HieraForImageClassification"
|
8 |
+
},
|
9 |
"depths": [
|
10 |
1,
|
11 |
2,
|