| { | |
| "architectures": [ | |
| "SiglipModel" | |
| ], | |
| "model_type": "siglip", | |
| "projection_dim": 768, | |
| "text_config": { | |
| "hidden_size": 768, | |
| "intermediate_size": 3072, | |
| "num_attention_heads": 12, | |
| "num_hidden_layers": 12, | |
| "model_type": "siglip_text_model" | |
| }, | |
| "vision_config": { | |
| "hidden_size": 768, | |
| "image_size": 224, | |
| "intermediate_size": 3072, | |
| "num_attention_heads": 12, | |
| "num_channels": 3, | |
| "num_hidden_layers": 12, | |
| "patch_size": 16, | |
| "model_type": "siglip_vision_model" | |
| } | |
| } |