File size: 793 Bytes
1df8375 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 |
{
"model_type": "ColBERT",
"model_name": "answerdotai/answerai-colbert-small-v1",
"model_class": "BertModel",
"uses_token_type_ids": true,
"query_prefix": "[unused0]",
"document_prefix": "[unused1]",
"query_length": 32,
"document_length": 300,
"do_query_expansion": false,
"attend_to_expansion_tokens": false,
"skiplist_words": [
"!",
"\"",
"#",
"$",
"%",
"&",
"'",
"(",
")",
"*",
"+",
",",
"-",
".",
"/",
":",
";",
"<",
"=",
">",
"?",
"@",
"[",
"\\",
"]",
"^",
"_",
"`",
"{",
"|",
"}",
"~"
],
"embedding_dim": 96,
"mask_token_id": 103,
"pad_token_id": 103,
"query_prefix_id": 1,
"document_prefix_id": 2,
"do_lower_case": false
} |