Xenova HF staff commited on
Commit
cb5b132
1 Parent(s): 0cd78d4

Upload ONNX weights

Browse files
onnx/model.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:be37f526b02a0966dedda586304bfe757fd71c60a04b734904c7791bacaf7481
3
+ size 1298376458
onnx/model_quantized.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:530fd0f1e584dd3a19a6984b5aa047f9436362cb639dfe5a6a94c781c917b815
3
+ size 327363708
onnx/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
+ "Softmax",
8
+ "Transpose",
9
+ "Shape",
10
+ "Erf",
11
+ "Mul",
12
+ "Cast",
13
+ "Sqrt",
14
+ "Sub",
15
+ "Unsqueeze",
16
+ "ReduceMean",
17
+ "MatMul",
18
+ "Concat",
19
+ "Reshape",
20
+ "Pow",
21
+ "Slice",
22
+ "Gather",
23
+ "Div",
24
+ "Constant",
25
+ "Add"
26
+ ],
27
+ "weight_type": "QInt8"
28
+ }
29
+ }
30
+ }