Upload folder using huggingface_hub
Browse files- onnx/model.onnx +2 -2
- onnx/model_quantized.onnx +2 -2
- quantize_config.json +27 -24
onnx/model.onnx
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
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:
|
3 |
-
size
|
|
|
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 |
-
"
|
9 |
-
"Div",
|
10 |
"Shape",
|
11 |
-
"
|
12 |
-
"
|
13 |
-
"
|
14 |
-
"
|
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 |
-
"
|
28 |
"Concat",
|
|
|
29 |
"Cast",
|
30 |
-
"
|
31 |
-
"Less",
|
32 |
-
"Constant",
|
33 |
-
"Conv",
|
34 |
-
"Add",
|
35 |
"ConstantOfShape",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
36 |
"Reshape",
|
37 |
-
"
|
38 |
-
"
|
|
|
|
|
|
|
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 |
}
|