Bearnardd commited on
Commit
bfeb6f4
1 Parent(s): 7b5109a

update attention_ratio naming

Browse files
Files changed (1) hide show
  1. config.json +1 -1
config.json CHANGED
@@ -2,7 +2,7 @@
2
  "architectures": [
3
  "EfficientFormerForImageClassificationWithTeacher"
4
  ],
5
- "attn_ratio": 4,
6
  "classifier": "head",
7
  "crop_pct": 0.9,
8
  "dim": 768,
 
2
  "architectures": [
3
  "EfficientFormerForImageClassificationWithTeacher"
4
  ],
5
+ "attention_ratio": 4,
6
  "classifier": "head",
7
  "crop_pct": 0.9,
8
  "dim": 768,