LateOn-Code-edge / onnx_config.json
raphaelsty's picture
Upload onnx_config.json with huggingface_hub
7510398 verified
raw
history blame contribute delete
792 Bytes
{
"model_type": "ColBERT",
"model_name": "lightonai/LateOn-Code-edge",
"model_class": "ModernBertModel",
"uses_token_type_ids": false,
"query_prefix": "[Q] ",
"document_prefix": "[D] ",
"query_length": 256,
"document_length": 2048,
"do_query_expansion": false,
"attend_to_expansion_tokens": false,
"skiplist_words": [
"!",
"\"",
"#",
"$",
"%",
"&",
"'",
"(",
")",
"*",
"+",
",",
"-",
".",
"/",
":",
";",
"<",
"=",
">",
"?",
"@",
"[",
"\\",
"]",
"^",
"_",
"`",
"{",
"|",
"}",
"~"
],
"embedding_dim": 48,
"mask_token_id": 50284,
"pad_token_id": 50284,
"query_prefix_id": 50368,
"document_prefix_id": 50369,
"do_lower_case": true
}