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:acd44aff3ed526079ed44cffac2e549ce70805ea193d70973c98b67e09efec1a
3
+ size 738560113
onnx/model_quantized.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4c2b8acf7c8053c4a1cc0f5625c45939affbd912eedf19998ff8e5c56770858e
3
+ size 244290378
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
+ "Constant",
9
+ "ConstantOfShape",
10
+ "ReduceMean",
11
+ "Div",
12
+ "Identity",
13
+ "Slice",
14
+ "Sign",
15
+ "Concat",
16
+ "Tile",
17
+ "Add",
18
+ "Expand",
19
+ "Cast",
20
+ "Erf",
21
+ "Equal",
22
+ "Less",
23
+ "Greater",
24
+ "Reshape",
25
+ "Log",
26
+ "Range",
27
+ "MatMul",
28
+ "Softmax",
29
+ "GatherElements",
30
+ "Where",
31
+ "Sub",
32
+ "Mul",
33
+ "Squeeze",
34
+ "Sqrt",
35
+ "Clip",
36
+ "Transpose",
37
+ "Gemm",
38
+ "And",
39
+ "Abs",
40
+ "Gather",
41
+ "LessOrEqual",
42
+ "Shape",
43
+ "Ceil",
44
+ "Neg",
45
+ "Pow"
46
+ ],
47
+ "weight_type": "QInt8"
48
+ }
49
+ }
50
+ }