modernbert_colbert_contrastive / config_sentence_transformers.json
xtr-replicability's picture
Upload folder using huggingface_hub
bdf0235 verified
{
"model_type": "ColBERT",
"__version__": {
"sentence_transformers": "5.1.1",
"transformers": "4.56.2",
"pytorch": "2.7.1+cu126"
},
"prompts": {
"query": "",
"document": ""
},
"default_prompt_name": null,
"similarity_fn_name": "MaxSim",
"query_prefix": "",
"document_prefix": "",
"query_length": 32,
"document_length": 512,
"attend_to_expansion_tokens": false,
"skiplist_words": [
"!",
"\"",
"#",
"$",
"%",
"&",
"'",
"(",
")",
"*",
"+",
",",
"-",
".",
"/",
":",
";",
"<",
"=",
">",
"?",
"@",
"[",
"\\",
"]",
"^",
"_",
"`",
"{",
"|",
"}",
"~"
],
"do_query_expansion": true
}