File size: 546 Bytes
46c95bc | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | {
"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"
}
} |