Felladrin commited on
Commit
0941919
1 Parent(s): 5ff3eb9

Update the model, which is now trained on 7,320,000 examples

Browse files
onnx/decoder_model_merged.onnx CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:cf616c0fd4c0e34d17de39dfddcdaa8b421e3da57ddb5674d56b0695df6095e2
3
  size 1000986613
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3f0b01da52fc4be5708e15f2f3acf85dda8acf47ebe129e6e70f613b2811ecee
3
  size 1000986613
onnx/decoder_model_merged_quantized.onnx CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:01c949896bba19f1d237ebfa13fa16084e230c4060c8242a410a35c5827a8a86
3
- size 257278179
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:03cfaa0d5353ca7bf4ee10a36942db8aa18846872ebf82ada3212825dfa48ef0
3
+ size 257278180
quantize_config.json CHANGED
@@ -4,34 +4,34 @@
4
  "per_model_config": {
5
  "model": {
6
  "op_types": [
7
- "ConstantOfShape",
8
- "MatMul",
9
- "Mul",
10
  "Expand",
11
- "Equal",
12
- "Transpose",
13
- "Gather",
14
- "Sub",
15
  "Concat",
16
- "Slice",
17
- "Squeeze",
18
- "Range",
19
- "Sigmoid",
20
- "Unsqueeze",
21
- "Constant",
22
  "Where",
 
 
 
23
  "ReduceMean",
24
- "Sqrt",
 
 
 
 
25
  "Div",
26
  "Shape",
27
- "Pow",
28
- "Add",
29
- "Trilu",
30
  "Less",
31
- "Softmax",
32
  "Cast",
33
- "Reshape",
34
- "Neg"
 
 
 
 
 
 
 
 
35
  ],
36
  "weight_type": "QInt8"
37
  }
 
4
  "per_model_config": {
5
  "model": {
6
  "op_types": [
 
 
 
7
  "Expand",
 
 
 
 
8
  "Concat",
9
+ "Reshape",
 
 
 
 
 
10
  "Where",
11
+ "MatMul",
12
+ "Constant",
13
+ "ConstantOfShape",
14
  "ReduceMean",
15
+ "Equal",
16
+ "Range",
17
+ "Sub",
18
+ "Trilu",
19
+ "Gather",
20
  "Div",
21
  "Shape",
22
+ "Sqrt",
 
 
23
  "Less",
 
24
  "Cast",
25
+ "Slice",
26
+ "Mul",
27
+ "Neg",
28
+ "Transpose",
29
+ "Softmax",
30
+ "Unsqueeze",
31
+ "Add",
32
+ "Pow",
33
+ "Squeeze",
34
+ "Sigmoid"
35
  ],
36
  "weight_type": "QInt8"
37
  }