Xenova HF staff commited on
Commit
8719eec
1 Parent(s): d2b0595

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:d4c23b7c559ccfa10dab4894a971997cbc7f0a2102326e26e2a70dde37958ffa
3
  size 612150529
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:38d7e8b11298ab99fc5929d785062baffca296c2bf9976b050c4fa68802c6b80
3
  size 612150529
onnx/model_quantized.onnx CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2a51b7d3180ddce982bc208e629ebd2537745368feb6c0113959f68e509c99bb
3
  size 155431700
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:06af49bd5db977936bcddad2b45d0031072673517579d15b8cb42bf015a94156
3
  size 155431700
quantize_config.json CHANGED
@@ -4,44 +4,44 @@
4
  "per_model_config": {
5
  "model": {
6
  "op_types": [
7
- "Where",
8
- "Expand",
9
- "Pow",
10
- "Range",
11
- "Log",
12
- "Reciprocal",
13
- "ConstantOfShape",
14
- "Squeeze",
15
- "Add",
16
  "Reshape",
 
17
  "Sqrt",
18
- "MatMul",
19
- "ReduceSum",
20
- "Einsum",
21
- "Slice",
22
- "Gather",
23
  "Div",
 
 
 
 
 
 
24
  "Cast",
25
- "Transpose",
26
  "Sigmoid",
27
- "Elu",
28
- "Greater",
29
- "Flatten",
 
 
 
30
  "Unsqueeze",
31
- "Less",
32
- "Shape",
33
  "ArgMax",
34
  "Constant",
35
- "ReduceMean",
36
- "Mul",
37
- "Equal",
38
- "Softmax",
39
- "Erf",
40
- "Neg",
41
- "Abs",
42
- "Concat",
43
- "Conv",
44
- "Sub"
 
45
  ],
46
  "weight_type": "QUInt8"
47
  }
 
4
  "per_model_config": {
5
  "model": {
6
  "op_types": [
7
+ "Equal",
8
+ "Gather",
 
 
 
 
 
 
 
9
  "Reshape",
10
+ "ReduceMean",
11
  "Sqrt",
12
+ "Squeeze",
13
+ "Transpose",
14
+ "Softmax",
 
 
15
  "Div",
16
+ "ReduceSum",
17
+ "Greater",
18
+ "Reciprocal",
19
+ "Conv",
20
+ "Concat",
21
+ "Abs",
22
  "Cast",
 
23
  "Sigmoid",
24
+ "Neg",
25
+ "Where",
26
+ "Erf",
27
+ "Expand",
28
+ "Log",
29
+ "Mul",
30
  "Unsqueeze",
31
+ "Add",
 
32
  "ArgMax",
33
  "Constant",
34
+ "Elu",
35
+ "Shape",
36
+ "ConstantOfShape",
37
+ "Pow",
38
+ "Less",
39
+ "MatMul",
40
+ "Flatten",
41
+ "Einsum",
42
+ "Range",
43
+ "Sub",
44
+ "Slice"
45
  ],
46
  "weight_type": "QUInt8"
47
  }