Upload folder using huggingface_hub
Browse files- onnx/model.onnx +1 -1
- onnx/model_quantized.onnx +1 -1
- quantize_config.json +30 -30
onnx/model.onnx
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 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:
|
| 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 |
-
"
|
| 8 |
-
"
|
| 9 |
-
"Pow",
|
| 10 |
-
"Range",
|
| 11 |
-
"Log",
|
| 12 |
-
"Reciprocal",
|
| 13 |
-
"ConstantOfShape",
|
| 14 |
-
"Squeeze",
|
| 15 |
-
"Add",
|
| 16 |
"Reshape",
|
|
|
|
| 17 |
"Sqrt",
|
| 18 |
-
"
|
| 19 |
-
"
|
| 20 |
-
"
|
| 21 |
-
"Slice",
|
| 22 |
-
"Gather",
|
| 23 |
"Div",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 24 |
"Cast",
|
| 25 |
-
"Transpose",
|
| 26 |
"Sigmoid",
|
| 27 |
-
"
|
| 28 |
-
"
|
| 29 |
-
"
|
|
|
|
|
|
|
|
|
|
| 30 |
"Unsqueeze",
|
| 31 |
-
"
|
| 32 |
-
"Shape",
|
| 33 |
"ArgMax",
|
| 34 |
"Constant",
|
| 35 |
-
"
|
| 36 |
-
"
|
| 37 |
-
"
|
| 38 |
-
"
|
| 39 |
-
"
|
| 40 |
-
"
|
| 41 |
-
"
|
| 42 |
-
"
|
| 43 |
-
"
|
| 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 |
}
|