Xenova HF staff commited on
Commit
392d3ea
·
1 Parent(s): 8e5117c

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:1b12f7b54412ae5fe12fe4b5a0509c558b0446b425d7188b0504db419fc5a799
3
- size 260876737
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:13a8df6abfa3eb945e6c5b0e9c94a1ac029450302d91276bd2abd9cff6214162
3
+ size 263385979
onnx/model_quantized.onnx CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:bdb680799209919ef41d44ffb45f03679aed46ef97451ce80ac29a2e92cb3c29
3
- size 65774113
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3d866773e0b36ecb3c6cc85c7557dc769bd831f3e5c2bff8cabfe4ed1d7baaf6
3
+ size 66532555
quantize_config.json CHANGED
@@ -4,28 +4,28 @@
4
  "per_model_config": {
5
  "model": {
6
  "op_types": [
7
- "Cast",
8
- "Constant",
9
- "Expand",
10
- "MatMul",
11
  "Softmax",
12
- "Concat",
13
  "Unsqueeze",
 
 
14
  "Shape",
15
- "Pow",
16
- "Transpose",
17
  "Sub",
18
- "Slice",
19
- "ReduceMean",
20
- "Sqrt",
21
- "Where",
22
- "Gather",
23
- "Add",
24
  "Equal",
 
 
 
25
  "Reshape",
26
- "Mul",
27
  "Erf",
28
- "Div"
 
 
 
29
  ],
30
  "weight_type": "QInt8"
31
  }
 
4
  "per_model_config": {
5
  "model": {
6
  "op_types": [
7
+ "ReduceMean",
8
+ "Sqrt",
9
+ "Gather",
 
10
  "Softmax",
 
11
  "Unsqueeze",
12
+ "Constant",
13
+ "Mul",
14
  "Shape",
 
 
15
  "Sub",
16
+ "MatMul",
17
+ "Expand",
 
 
 
 
18
  "Equal",
19
+ "Concat",
20
+ "Cast",
21
+ "Add",
22
  "Reshape",
23
+ "Pow",
24
  "Erf",
25
+ "Slice",
26
+ "Where",
27
+ "Div",
28
+ "Transpose"
29
  ],
30
  "weight_type": "QInt8"
31
  }