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:30976445f8d8dec76314a2c9531bbea7b5008d4caec80f8daf9874504b47df25
|
3 |
+
size 352735197
|
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:f821340cc261b53ace18e383d3069d9c2b2eff1ca208f83c2ee8d00a5a4338f0
|
3 |
+
size 92568656
|
quantize_config.json
CHANGED
@@ -4,30 +4,31 @@
|
|
4 |
"per_model_config": {
|
5 |
"model": {
|
6 |
"op_types": [
|
7 |
-
"
|
8 |
-
"
|
9 |
-
"Equal",
|
10 |
"Constant",
|
11 |
-
"Sub",
|
12 |
"Concat",
|
|
|
|
|
|
|
|
|
13 |
"Reshape",
|
14 |
"MatMul",
|
15 |
-
"
|
16 |
-
"
|
17 |
-
"Unsqueeze",
|
18 |
-
"Mul",
|
19 |
-
"Erf",
|
20 |
-
"Div",
|
21 |
-
"ReduceMean",
|
22 |
"Gather",
|
|
|
|
|
|
|
|
|
|
|
23 |
"Transpose",
|
24 |
-
"Expand",
|
25 |
-
"Conv",
|
26 |
"Slice",
|
27 |
-
"
|
28 |
-
"
|
29 |
-
"
|
30 |
-
"
|
|
|
31 |
],
|
32 |
"weight_type": "QUInt8"
|
33 |
}
|
|
|
4 |
"per_model_config": {
|
5 |
"model": {
|
6 |
"op_types": [
|
7 |
+
"Pow",
|
8 |
+
"Add",
|
|
|
9 |
"Constant",
|
|
|
10 |
"Concat",
|
11 |
+
"Equal",
|
12 |
+
"Resize",
|
13 |
+
"ReduceMean",
|
14 |
+
"Gemm",
|
15 |
"Reshape",
|
16 |
"MatMul",
|
17 |
+
"Sub",
|
18 |
+
"Conv",
|
|
|
|
|
|
|
|
|
|
|
19 |
"Gather",
|
20 |
+
"Div",
|
21 |
+
"ConstantOfShape",
|
22 |
+
"Softmax",
|
23 |
+
"Mul",
|
24 |
+
"Sqrt",
|
25 |
"Transpose",
|
|
|
|
|
26 |
"Slice",
|
27 |
+
"Erf",
|
28 |
+
"Unsqueeze",
|
29 |
+
"Where",
|
30 |
+
"Expand",
|
31 |
+
"Shape"
|
32 |
],
|
33 |
"weight_type": "QUInt8"
|
34 |
}
|