Upload folder using huggingface_hub
Browse files- onnx/model.onnx +2 -2
- onnx/model_quantized.onnx +2 -2
- quantize_config.json +20 -19
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: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:
|
3 |
-
size
|
|
|
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 |
-
"
|
23 |
-
"
|
24 |
"Sqrt",
|
|
|
25 |
"Add",
|
26 |
-
"
|
27 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
28 |
"Constant",
|
|
|
29 |
"Shape",
|
30 |
-
"
|
|
|
|
|
|
|
|
|
|
|
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 |
}
|