ewin-reg commited on
Commit
eb2384b
·
verified ·
1 Parent(s): f004bb0

fix: set vision_config.image_size=384

Browse files
Files changed (1) hide show
  1. config.json +1 -1
config.json CHANGED
@@ -60,7 +60,7 @@
60
  "attention_dropout": 0.0,
61
  "hidden_act": "gelu_pytorch_tanh",
62
  "hidden_size": 1152,
63
- "image_size": 448,
64
  "intermediate_size": 4304,
65
  "layer_norm_eps": 1e-06,
66
  "model_type": "siglip_vision_model",
 
60
  "attention_dropout": 0.0,
61
  "hidden_act": "gelu_pytorch_tanh",
62
  "hidden_size": 1152,
63
+ "image_size": 384,
64
  "intermediate_size": 4304,
65
  "layer_norm_eps": 1e-06,
66
  "model_type": "siglip_vision_model",