Reason-ModernColBERT-ONNX / config_sentence_transformers.json
hugemensa's picture
Upload config_sentence_transformers.json with huggingface_hub
205cf47 verified
raw
history blame contribute delete
772 Bytes
{
"model_type": "ColBERT",
"model_name": "lightonai/Reason-ModernColBERT",
"model_class": "ModernBertModel",
"uses_token_type_ids": false,
"query_prefix": "[Q] ",
"document_prefix": "[D] ",
"query_length": 128,
"document_length": 8192,
"do_query_expansion": false,
"attend_to_expansion_tokens": false,
"skiplist_words": [
"!",
"\"",
"#",
"$",
"%",
"&",
"'",
"(",
")",
"*",
"+",
",",
"-",
".",
"/",
":",
";",
"<",
"=",
">",
"?",
"@",
"[",
"\\",
"]",
"^",
"_",
"`",
"{",
"|",
"}",
"~"
],
"embedding_dim": 128,
"mask_token_id": 50284,
"pad_token_id": 50284,
"query_prefix_id": 50368,
"document_prefix_id": 50369
}