modern-colbert-insent / checkpoint-500 /config_sentence_transformers.json
mlconti's picture
Upload folder using huggingface_hub
1a7e2f2 verified
raw
history blame contribute delete
664 Bytes
{
"__version__": {
"sentence_transformers": "3.4.1",
"transformers": "4.48.2",
"pytorch": "2.5.1+cu118"
},
"prompts": {},
"default_prompt_name": null,
"similarity_fn_name": "MaxSim",
"query_prefix": "[Q] ",
"document_prefix": "[D] ",
"query_length": 32,
"document_length": 8192,
"attend_to_expansion_tokens": false,
"skiplist_words": [
"!",
"\"",
"#",
"$",
"%",
"&",
"'",
"(",
")",
"*",
"+",
",",
"-",
".",
"/",
":",
";",
"<",
"=",
">",
"?",
"@",
"[",
"\\",
"]",
"^",
"_",
"`",
"{",
"|",
"}",
"~"
]
}