Xenova HF staff commited on
Commit
b7efd9b
1 Parent(s): d72995f

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:c06bdfcae14e5e082a1d5b9f1b0ecdcda7e3ed6a27518e7153c30de73c31eaf7
3
- size 545418492
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:25c50e9a236fa16f309aafd54d363adb7cee9cc7ead8d93cf31a2610f8af4b37
3
+ size 545422359
onnx/model_quantized.onnx CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:da745cb0b9f3f8739148f58cc9a33756c76d1f1391f40e45474fd47695843f95
3
- size 138656948
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:049010b152839f339d6115e668d560860d0031f7b750b24828c07167ba68812a
3
+ size 139115836
quantize_config.json CHANGED
@@ -4,38 +4,41 @@
4
  "per_model_config": {
5
  "model": {
6
  "op_types": [
 
 
7
  "Pow",
8
- "MatMul",
9
- "Div",
10
  "Shape",
11
- "ConvTranspose",
12
- "Flatten",
13
- "Squeeze",
14
- "Sigmoid",
15
- "Mul",
16
- "Unsqueeze",
17
- "ReduceMean",
18
- "Equal",
19
- "Gemm",
20
- "Sqrt",
21
- "Expand",
22
  "Transpose",
23
- "ArgMax",
24
- "Softmax",
25
- "Range",
26
  "Relu",
27
- "Gather",
28
  "Concat",
 
29
  "Cast",
30
- "Slice",
31
- "Less",
32
- "Constant",
33
- "Conv",
34
- "Add",
35
  "ConstantOfShape",
 
 
 
 
 
 
 
 
 
 
 
 
36
  "Reshape",
37
- "Sub",
38
- "Where"
 
 
 
39
  ],
40
  "weight_type": "QUInt8"
41
  }
 
4
  "per_model_config": {
5
  "model": {
6
  "op_types": [
7
+ "Gather",
8
+ "If",
9
  "Pow",
10
+ "ArgMax",
 
11
  "Shape",
12
+ "MatMul",
13
+ "Sub",
14
+ "Add",
15
+ "Conv",
 
 
 
 
 
 
 
16
  "Transpose",
 
 
 
17
  "Relu",
18
+ "Where",
19
  "Concat",
20
+ "Mul",
21
  "Cast",
22
+ "Range",
 
 
 
 
23
  "ConstantOfShape",
24
+ "Squeeze",
25
+ "Constant",
26
+ "Slice",
27
+ "Equal",
28
+ "Sigmoid",
29
+ "Identity",
30
+ "Softmax",
31
+ "Flatten",
32
+ "Gemm",
33
+ "Div",
34
+ "Unsqueeze",
35
+ "Resize",
36
  "Reshape",
37
+ "ConvTranspose",
38
+ "ReduceMean",
39
+ "Less",
40
+ "Expand",
41
+ "Sqrt"
42
  ],
43
  "weight_type": "QUInt8"
44
  }