CLOSP-VL / config.json
DarthReca's picture
Update config.json
90d500a verified
raw
history blame contribute delete
624 Bytes
{
"_name_or_path": "closp/closp-vl",
"architectures": [
"CLOSPModel"
],
"location_embedding_dim": 512,
"logit_scale_init_value": 1.0,
"model_type": "closp",
"projection_dim": 384,
"s1_embedding_dim": 1024,
"s1_head_dim": 0,
"s2_embedding_dim": 1024,
"s2_head_dim": 0,
"text_model_name_or_path": "sentence-transformers/all-MiniLM-L6-v2",
"torch_dtype": "float32",
"transformers_version": "4.47.1",
"use_location_encoder": false,
"vision_model_key": "vit_large_patch16_224",
"auto_map": {
"AutoModel": "modeling_closp.CLOSPModel",
"AutoConfig": "modeling_closp.CLOSPConfig"
}
}