CoolFace
Modelpublic

webAI-Official/webAI-ColVec1.1-4b

sourceHugging Faceotherupdated 1mo agoView on Hugging Face
5likes1.6kdownloads
sentence_bert_config.json27 linesDownload Raw Back to root
1{2    "transformer_task": "retrieval",3    "modality_config": {4        "text": {5            "method": "forward",6            "method_output_name": null7        },8        "image": {9            "method": "forward",10            "method_output_name": null11        },12        "message": {13            "method": "forward",14            "method_output_name": null,15            "format": "structured"16        }17    },18    "module_output_name": "token_embeddings",19    "processing_kwargs": {20        "chat_template": {21            "chat_template": "sentence_transformers"22        },23        "text": {24            "return_mm_token_type_ids": true25        }26    }27}