shuttie commited on
Commit
d5dc0b9
1 Parent(s): 50af302

add quantized model

Browse files
Files changed (2) hide show
  1. model_quantized.onnx +3 -0
  2. quantize_config.json +30 -0
model_quantized.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:380615bbb8337bd794c8174401f27fc8d05c585b7b028cddc139a5b0c2789a86
3
+ size 110083778
quantize_config.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "per_channel": true,
3
+ "reduce_range": true,
4
+ "per_model_config": {
5
+ "model": {
6
+ "op_types": [
7
+ "Mul",
8
+ "Sub",
9
+ "Softmax",
10
+ "Sqrt",
11
+ "Erf",
12
+ "Slice",
13
+ "Cast",
14
+ "Div",
15
+ "Gather",
16
+ "Constant",
17
+ "Unsqueeze",
18
+ "Add",
19
+ "Shape",
20
+ "Reshape",
21
+ "Transpose",
22
+ "Pow",
23
+ "ReduceMean",
24
+ "Concat",
25
+ "MatMul"
26
+ ],
27
+ "weight_type": "QInt8"
28
+ }
29
+ }
30
+ }