chenkq commited on
Commit
ff3b92e
1 Parent(s): f888446

fix(config) fix visual merger hidden_size from 8192 to 3584

Browse files
Files changed (1) hide show
  1. config.json +1 -1
config.json CHANGED
@@ -53,7 +53,7 @@
53
  "mlp_ratio": 4,
54
  "num_heads": 16,
55
  "in_chans": 3,
56
- "hidden_size": 8192,
57
  "patch_size": 14,
58
  "spatial_merge_size": 2,
59
  "spatial_patch_size": 14,
 
53
  "mlp_ratio": 4,
54
  "num_heads": 16,
55
  "in_chans": 3,
56
+ "hidden_size": 3584,
57
  "patch_size": 14,
58
  "spatial_merge_size": 2,
59
  "spatial_patch_size": 14,