raphaelsty commited on
Commit
1df8375
·
verified ·
1 Parent(s): 5239e60

Upload onnx_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. onnx_config.json +52 -0
onnx_config.json ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "ColBERT",
3
+ "model_name": "answerdotai/answerai-colbert-small-v1",
4
+ "model_class": "BertModel",
5
+ "uses_token_type_ids": true,
6
+ "query_prefix": "[unused0]",
7
+ "document_prefix": "[unused1]",
8
+ "query_length": 32,
9
+ "document_length": 300,
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": 96,
47
+ "mask_token_id": 103,
48
+ "pad_token_id": 103,
49
+ "query_prefix_id": 1,
50
+ "document_prefix_id": 2,
51
+ "do_lower_case": false
52
+ }