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