Upload folder using huggingface_hub
Browse files- onnx/model.onnx +2 -2
- onnx/model_quantized.onnx +2 -2
- quantize_config.json +15 -15
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:13a8df6abfa3eb945e6c5b0e9c94a1ac029450302d91276bd2abd9cff6214162
|
| 3 |
+
size 263385979
|
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:3d866773e0b36ecb3c6cc85c7557dc769bd831f3e5c2bff8cabfe4ed1d7baaf6
|
| 3 |
+
size 66532555
|
quantize_config.json
CHANGED
|
@@ -4,28 +4,28 @@
|
|
| 4 |
"per_model_config": {
|
| 5 |
"model": {
|
| 6 |
"op_types": [
|
| 7 |
-
"
|
| 8 |
-
"
|
| 9 |
-
"
|
| 10 |
-
"MatMul",
|
| 11 |
"Softmax",
|
| 12 |
-
"Concat",
|
| 13 |
"Unsqueeze",
|
|
|
|
|
|
|
| 14 |
"Shape",
|
| 15 |
-
"Pow",
|
| 16 |
-
"Transpose",
|
| 17 |
"Sub",
|
| 18 |
-
"
|
| 19 |
-
"
|
| 20 |
-
"Sqrt",
|
| 21 |
-
"Where",
|
| 22 |
-
"Gather",
|
| 23 |
-
"Add",
|
| 24 |
"Equal",
|
|
|
|
|
|
|
|
|
|
| 25 |
"Reshape",
|
| 26 |
-
"
|
| 27 |
"Erf",
|
| 28 |
-
"
|
|
|
|
|
|
|
|
|
|
| 29 |
],
|
| 30 |
"weight_type": "QInt8"
|
| 31 |
}
|
|
|
|
| 4 |
"per_model_config": {
|
| 5 |
"model": {
|
| 6 |
"op_types": [
|
| 7 |
+
"ReduceMean",
|
| 8 |
+
"Sqrt",
|
| 9 |
+
"Gather",
|
|
|
|
| 10 |
"Softmax",
|
|
|
|
| 11 |
"Unsqueeze",
|
| 12 |
+
"Constant",
|
| 13 |
+
"Mul",
|
| 14 |
"Shape",
|
|
|
|
|
|
|
| 15 |
"Sub",
|
| 16 |
+
"MatMul",
|
| 17 |
+
"Expand",
|
|
|
|
|
|
|
|
|
|
|
|
|
| 18 |
"Equal",
|
| 19 |
+
"Concat",
|
| 20 |
+
"Cast",
|
| 21 |
+
"Add",
|
| 22 |
"Reshape",
|
| 23 |
+
"Pow",
|
| 24 |
"Erf",
|
| 25 |
+
"Slice",
|
| 26 |
+
"Where",
|
| 27 |
+
"Div",
|
| 28 |
+
"Transpose"
|
| 29 |
],
|
| 30 |
"weight_type": "QInt8"
|
| 31 |
}
|