Xenova HF staff commited on
Commit
197d955
1 Parent(s): 308fa94

Upload folder using huggingface_hub

Browse files
onnx/model.onnx CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f94c4fd79af9ffd80cdf7b2620b38520669faba19a9fda7e0cd058595901431c
3
- size 1217936914
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:60743ada3c3451f3781b11492d6642eeb4bcc0cb55693fde7ee96914652cff90
3
+ size 1217939460
onnx/model_quantized.onnx CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c2cec40893eac9187259e855efa5cf8315553a9dd74068aaae16e7ee81ac5e68
3
- size 311589461
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0d452c4f4b70b3c200a9f52404c0b3628391d2fa9e54681caefe8f9519f28750
3
+ size 311592899
quantize_config.json CHANGED
@@ -4,29 +4,30 @@
4
  "per_model_config": {
5
  "model": {
6
  "op_types": [
7
- "Gather",
8
- "Transpose",
9
- "Unsqueeze",
10
  "Constant",
 
 
 
 
 
 
 
11
  "Where",
 
 
 
 
 
12
  "Conv",
13
- "Mul",
 
14
  "Sub",
15
- "Slice",
16
- "Pow",
17
  "Reshape",
18
- "Expand",
19
- "ConstantOfShape",
20
- "Div",
21
- "Equal",
22
- "Concat",
23
  "ReduceMean",
24
- "Erf",
25
- "Sqrt",
26
- "Shape",
27
- "Add",
28
- "MatMul",
29
- "Softmax"
30
  ],
31
  "weight_type": "QUInt8"
32
  }
 
4
  "per_model_config": {
5
  "model": {
6
  "op_types": [
7
+ "Shape",
 
 
8
  "Constant",
9
+ "Equal",
10
+ "Gather",
11
+ "ConstantOfShape",
12
+ "Div",
13
+ "Add",
14
+ "Sqrt",
15
+ "Resize",
16
  "Where",
17
+ "MatMul",
18
+ "Concat",
19
+ "Expand",
20
+ "Pow",
21
+ "Slice",
22
  "Conv",
23
+ "Erf",
24
+ "Unsqueeze",
25
  "Sub",
 
 
26
  "Reshape",
 
 
 
 
 
27
  "ReduceMean",
28
+ "Softmax",
29
+ "Mul",
30
+ "Transpose"
 
 
 
31
  ],
32
  "weight_type": "QUInt8"
33
  }