update attention_ratio naming
Browse files- config.json +1 -1
config.json
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
"architectures": [
|
3 |
"EfficientFormerForImageClassificationWithTeacher"
|
4 |
],
|
5 |
-
"
|
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,
|