54 lines
760 B
JSON
54 lines
760 B
JSON
{
|
|
"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
|
|
} |