AvitoTech1's picture
Fix AutoModel loading, add image processor and Apache-2.0 license (#5)
8164be9
Raw
History Blame Contribute Delete
573 Bytes
{
"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",
"vocab_size": 256000
},
"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"
}
}