shauray commited on
Commit
177f493
·
1 Parent(s): 478b276

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +5 -5
config.json CHANGED
@@ -63,14 +63,14 @@
63
  "use_mm_proj": true,
64
  "vocab_size": 32000,
65
  "projector": "Linear",
66
- "hidden_size":768,
67
- "intermediate_size":3072,
68
- "projection_dim":512,
69
  "num_hidden_layers":12,
70
  "num_attention_heads":12,
71
  "num_channels":3,
72
- "image_size":224,
73
- "patch_size":32,
74
  "hidden_act":"quick_gelu",
75
  "layer_norm_eps":1e-5,
76
  "attention_dropout":0.0,
 
63
  "use_mm_proj": true,
64
  "vocab_size": 32000,
65
  "projector": "Linear",
66
+ "hidden_size":1024,
67
+ "intermediate_size":4096,
68
+ "projection_dim":768,
69
  "num_hidden_layers":12,
70
  "num_attention_heads":12,
71
  "num_channels":3,
72
+ "image_size":336,
73
+ "patch_size":14,
74
  "hidden_act":"quick_gelu",
75
  "layer_norm_eps":1e-5,
76
  "attention_dropout":0.0,