Add ONNX weights

#1
by Xenova HF staff - opened
onnx/model.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:536b7183f8964dd212c4e2f4029fcc595cfc03ac233aba03d293546aaa5a875b
3
+ size 284189709
onnx/model_quantized.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:15ef19a6de90be7d52b627f2c784107bd806e64826450f41fb75fa4f0179ab30
3
+ size 87245802
onnx/quantize_config.json ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "per_channel": true,
3
+ "reduce_range": true,
4
+ "per_model_config": {
5
+ "model": {
6
+ "op_types": [
7
+ "Unsqueeze",
8
+ "Div",
9
+ "ConstantOfShape",
10
+ "ReduceMean",
11
+ "Softmax",
12
+ "Identity",
13
+ "Gemm",
14
+ "Equal",
15
+ "Slice",
16
+ "LessOrEqual",
17
+ "Where",
18
+ "Erf",
19
+ "Gather",
20
+ "Cast",
21
+ "Clip",
22
+ "Greater",
23
+ "Constant",
24
+ "Sqrt",
25
+ "GatherElements",
26
+ "Abs",
27
+ "Less",
28
+ "Reshape",
29
+ "Pow",
30
+ "Shape",
31
+ "Sign",
32
+ "Add",
33
+ "Log",
34
+ "Concat",
35
+ "Transpose",
36
+ "Expand",
37
+ "Squeeze",
38
+ "Neg",
39
+ "MatMul",
40
+ "Ceil",
41
+ "Sub",
42
+ "Range",
43
+ "Tile",
44
+ "Mul",
45
+ "And"
46
+ ],
47
+ "weight_type": "QInt8"
48
+ }
49
+ }
50
+ }