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