Bearnardd commited on
Commit
bfbc953
1 Parent(s): 6ea9749

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -2
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": 448,
@@ -3070,5 +3070,5 @@
3070
  "transformers_version": "4.26.0.dev0",
3071
  "url": "",
3072
  "use_layer_scale": true,
3073
- "vit_num": 1
3074
  }
 
2
  "architectures": [
3
  "EfficientFormerForImageClassificationWithTeacher"
4
  ],
5
+ "attention_ratio": 4,
6
  "classifier": "head",
7
  "crop_pct": 0.9,
8
  "dim": 448,
 
3070
  "transformers_version": "4.26.0.dev0",
3071
  "url": "",
3072
  "use_layer_scale": true,
3073
+ "num_meta3d_blocks": 1
3074
  }