mxbai-edge-colbert-v0-32m / config_sentence_transformers.json
bclavie's picture
Pre-release
bcbc6de
raw
history blame contribute delete
760 Bytes
{
"model_type": "ColBERT",
"__version__": {
"sentence_transformers": "5.1.1",
"transformers": "4.57.1",
"pytorch": "2.7.0+cu126"
},
"prompts": {
"query": "",
"document": ""
},
"default_prompt_name": null,
"similarity_fn_name": "MaxSim",
"query_prefix": "[Q] ",
"document_prefix": "[D] ",
"query_length": 48,
"document_length": 512,
"attend_to_expansion_tokens": false,
"skiplist_words": [
"!",
"\"",
"#",
"$",
"%",
"&",
"'",
"(",
")",
"*",
"+",
",",
"-",
".",
"/",
":",
";",
"<",
"=",
">",
"?",
"@",
"[",
"\\",
"]",
"^",
"_",
"`",
"{",
"|",
"}",
"~"
],
"do_query_expansion": false
}