ar_colbert_200k_kd / config_sentence_transformers.json
akhooli's picture
Upload folder using huggingface_hub
32347b1 verified
raw
history blame contribute delete
653 Bytes
{
"__version__": {
"sentence_transformers": "3.2.0",
"transformers": "4.44.2",
"pytorch": "2.4.0"
},
"prompts": {},
"default_prompt_name": null,
"similarity_fn_name": null,
"query_prefix": "[Q] ",
"document_prefix": "[D] ",
"query_length": 32,
"document_length": 180,
"attend_to_expansion_tokens": false,
"skiplist_words": [
"!",
"\"",
"#",
"$",
"%",
"&",
"'",
"(",
")",
"*",
"+",
",",
"-",
".",
"/",
":",
";",
"<",
"=",
">",
"?",
"@",
"[",
"\\",
"]",
"^",
"_",
"`",
"{",
"|",
"}",
"~"
]
}