Xenova HF staff commited on
Commit
46d35c9
1 Parent(s): ec1cc61

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:09ea42352216f93cd6840bd43899afcdbfdddbedcbe932fbe0a73b6e9c34ee7c
3
- size 1226193296
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:014cf983273e3829306ae38b99b2b6874e3477b058d6f73fc982cab2ded5706c
3
+ size 1226196271
onnx/model_quantized.onnx CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:08bf57aee9ee72b0bcbfb3663ef40c692d8cbd4ec561113271709222c0149cfc
3
- size 313739981
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d5ad18dce8fd5c3325732fe48b69d3af93595789c8ad0b3945905f4d9d7821ef
3
+ size 313743989
quantize_config.json CHANGED
@@ -4,30 +4,31 @@
4
  "per_model_config": {
5
  "model": {
6
  "op_types": [
7
- "ConstantOfShape",
8
- "ReduceMean",
9
- "MatMul",
10
- "Concat",
11
- "Slice",
12
- "Conv",
13
- "Reshape",
14
- "Erf",
15
- "Unsqueeze",
16
- "Pow",
17
- "Mul",
18
- "Sub",
19
- "Transpose",
20
- "Softmax",
21
  "Div",
22
- "Where",
23
- "Expand",
24
  "Sqrt",
 
25
  "Add",
26
- "Gather",
27
- "Equal",
 
 
 
 
 
 
 
 
28
  "Constant",
 
29
  "Shape",
30
- "Gemm"
 
 
 
 
 
31
  ],
32
  "weight_type": "QUInt8"
33
  }
 
4
  "per_model_config": {
5
  "model": {
6
  "op_types": [
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  "Div",
8
+ "Pow",
9
+ "Equal",
10
  "Sqrt",
11
+ "Gemm",
12
  "Add",
13
+ "Softmax",
14
+ "Resize",
15
+ "Unsqueeze",
16
+ "Conv",
17
+ "Concat",
18
+ "MatMul",
19
+ "Mul",
20
+ "Slice",
21
+ "ReduceMean",
22
+ "Erf",
23
  "Constant",
24
+ "Expand",
25
  "Shape",
26
+ "Sub",
27
+ "Gather",
28
+ "Reshape",
29
+ "ConstantOfShape",
30
+ "Where",
31
+ "Transpose"
32
  ],
33
  "weight_type": "QUInt8"
34
  }