config.json
432 B · 21 lines · json Raw
1 {
2 "architectures": [
3 "SiglipModel"
4 ],
5 "initializer_factor": 1.0,
6 "model_type": "siglip",
7 "text_config": {
8 "hidden_size": 768,
9 "intermediate_size": 3072,
10 "model_type": "siglip_text_model",
11 "num_attention_heads": 12,
12 "vocab_size": 32000
13 },
14 "torch_dtype": "float32",
15 "transformers_version": "4.37.0.dev0",
16 "vision_config": {
17 "model_type": "siglip_vision_model",
18 "patch_size": 16
19 }
20 }
21