Xenova HF staff commited on
Commit
455aea5
·
1 Parent(s): ab92fc1

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