Diffusers
chatpig commited on
Commit
67bb7ef
·
verified ·
1 Parent(s): 6e5e53b

Upload vit_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. vit_config.json +9 -0
vit_config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "hidden_size": 1152,
3
+ "image_size": 980,
4
+ "intermediate_size": 4304,
5
+ "model_type": "siglip_vision_model",
6
+ "num_attention_heads": 16,
7
+ "num_hidden_layers": 27,
8
+ "patch_size": 14
9
+ }