Files changed (3) hide show
  1. model.onnx +3 -0
  2. model_int8.onnx +3 -0
  3. onnx_config.json +51 -0
model.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd4bee8b055ed7a8e8b6e401792ae6e9137d9712c35eaa16f915ba69cae6d633
3
+ size 133298178
model_int8.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:de45baeaa7a48cda647fcf71582e2a0920dca303654034570aa6144d84526283
3
+ size 33948650
onnx_config.json ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ }