初始化项目,由ModelHub XC社区提供模型
Model: lightonai/ColBERT-Zero Source: Original Platform
This commit is contained in:
54
config_sentence_transformers.json
Normal file
54
config_sentence_transformers.json
Normal file
@@ -0,0 +1,54 @@
|
||||
{
|
||||
"model_type": "ColBERT",
|
||||
"__version__": {
|
||||
"sentence_transformers": "5.1.1",
|
||||
"transformers": "4.48.3",
|
||||
"pytorch": "2.6.0"
|
||||
},
|
||||
"prompts": {
|
||||
"query": "search_query: ",
|
||||
"document": "search_document: "
|
||||
},
|
||||
"default_prompt_name": null,
|
||||
"similarity_fn_name": "MaxSim",
|
||||
"query_prefix": "[Q] ",
|
||||
"document_prefix": "[D] ",
|
||||
"query_length": 39,
|
||||
"document_length": 519,
|
||||
"attend_to_expansion_tokens": false,
|
||||
"skiplist_words": [
|
||||
"!",
|
||||
"\"",
|
||||
"#",
|
||||
"$",
|
||||
"%",
|
||||
"&",
|
||||
"'",
|
||||
"(",
|
||||
")",
|
||||
"*",
|
||||
"+",
|
||||
",",
|
||||
"-",
|
||||
".",
|
||||
"/",
|
||||
":",
|
||||
";",
|
||||
"<",
|
||||
"=",
|
||||
">",
|
||||
"?",
|
||||
"@",
|
||||
"[",
|
||||
"\\",
|
||||
"]",
|
||||
"^",
|
||||
"_",
|
||||
"`",
|
||||
"{",
|
||||
"|",
|
||||
"}",
|
||||
"~"
|
||||
],
|
||||
"do_query_expansion": false
|
||||
}
|
||||
Reference in New Issue
Block a user