Update config.json
Browse files- 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":
|
67 |
-
"intermediate_size":
|
68 |
-
"projection_dim":
|
69 |
"num_hidden_layers":12,
|
70 |
"num_attention_heads":12,
|
71 |
"num_channels":3,
|
72 |
-
"image_size":
|
73 |
-
"patch_size":
|
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,
|