p1atdev commited on
Commit
72034c5
1 Parent(s): 88306b9

Update config.json

Browse files
Files changed (1) hide show
  1. 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,