File size: 803 Bytes
5e2693d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "mixedbread-ai/mxbai-edge-colbert-v0-32m",
  "model_class": "ModernBertModel",
  "uses_token_type_ids": false,
  "query_prefix": "[Q] ",
  "document_prefix": "[D] ",
  "query_length": 48,
  "document_length": 512,
  "do_query_expansion": false,
  "attend_to_expansion_tokens": false,
  "skiplist_words": [
    "!",
    "\"",
    "#",
    "$",
    "%",
    "&",
    "'",
    "(",
    ")",
    "*",
    "+",
    ",",
    "-",
    ".",
    "/",
    ":",
    ";",
    "<",
    "=",
    ">",
    "?",
    "@",
    "[",
    "\\",
    "]",
    "^",
    "_",
    "`",
    "{",
    "|",
    "}",
    "~"
  ],
  "embedding_dim": 64,
  "mask_token_id": 50284,
  "pad_token_id": 50284,
  "query_prefix_id": 50368,
  "document_prefix_id": 50369,
  "do_lower_case": true
}