raphaelsty commited on
Commit
5e2693d
·
verified ·
1 Parent(s): 4d3f566

Upload config_sentence_transformers.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config_sentence_transformers.json +52 -0
config_sentence_transformers.json ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "ColBERT",
3
+ "model_name": "mixedbread-ai/mxbai-edge-colbert-v0-32m",
4
+ "model_class": "ModernBertModel",
5
+ "uses_token_type_ids": false,
6
+ "query_prefix": "[Q] ",
7
+ "document_prefix": "[D] ",
8
+ "query_length": 48,
9
+ "document_length": 512,
10
+ "do_query_expansion": false,
11
+ "attend_to_expansion_tokens": false,
12
+ "skiplist_words": [
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
+ "embedding_dim": 64,
47
+ "mask_token_id": 50284,
48
+ "pad_token_id": 50284,
49
+ "query_prefix_id": 50368,
50
+ "document_prefix_id": 50369,
51
+ "do_lower_case": true
52
+ }