siglip_base_p16_384 / zm_config.json
IMvision12's picture
Migrate to zeromodels (rename kf_*.json -> zm_*.json, fix refs in config + README, ensure tag + badge)
51e7096 verified
Raw
History Blame Contribute Delete
638 Bytes
{
"library_name": "zeromodels",
"zeromodels_version": "1.2.1",
"model_module": "zeromodels.models.siglip",
"model_class": "SigLIPZeroShotClassify",
"variant": "siglip_base_p16_384",
"weights": "model.weights.h5",
"schema_version": 2,
"weight_dtype": "float32",
"model_type": "siglip",
"text_config": {
"hidden_dim": 768,
"num_layers": 12,
"num_heads": 12,
"mlp_dim": 3072,
"vocab_size": 32000,
"max_seq_len": 64
},
"vision_config": {
"hidden_dim": 768,
"num_layers": 12,
"num_heads": 12,
"mlp_dim": 3072,
"image_size": 384,
"patch_size": 16
},
"embed_dim": 768
}