Upload folder using huggingface_hub
Browse files- onnx/model.onnx +2 -2
- onnx/model_quantized.onnx +2 -2
- quantize_config.json +25 -22
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:4accf4337e8074d84090ddd3a8d0e4dac1cabb3032355ba87eb5c32b3c43eb93
|
3 |
+
size 541967414
|
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:465b9e63d69ea853e5807b1fedf8331bdacc0cc102d720dcc9b9d078aab7bbbe
|
3 |
+
size 138151205
|
quantize_config.json
CHANGED
@@ -4,38 +4,41 @@
|
|
4 |
"per_model_config": {
|
5 |
"model": {
|
6 |
"op_types": [
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
"Equal",
|
8 |
"Where",
|
|
|
|
|
9 |
"Unsqueeze",
|
10 |
-
"Flatten",
|
11 |
-
"Sqrt",
|
12 |
-
"ReduceMean",
|
13 |
-
"Range",
|
14 |
"Relu",
|
15 |
-
"
|
16 |
-
"ConstantOfShape",
|
17 |
-
"Pow",
|
18 |
-
"Transpose",
|
19 |
-
"Conv",
|
20 |
-
"Sub",
|
21 |
-
"Sigmoid",
|
22 |
-
"Constant",
|
23 |
"ArgMax",
|
|
|
24 |
"Div",
|
25 |
-
"
|
|
|
26 |
"Concat",
|
27 |
-
"
|
28 |
-
"MatMul",
|
29 |
-
"Gather",
|
30 |
-
"Reshape",
|
31 |
"Expand",
|
32 |
-
"Gemm",
|
33 |
-
"Cast",
|
34 |
-
"Mul",
|
35 |
"Squeeze",
|
36 |
-
"Shape",
|
37 |
"Add",
|
38 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
39 |
],
|
40 |
"weight_type": "QUInt8"
|
41 |
}
|
|
|
4 |
"per_model_config": {
|
5 |
"model": {
|
6 |
"op_types": [
|
7 |
+
"Less",
|
8 |
+
"Slice",
|
9 |
+
"MatMul",
|
10 |
+
"Shape",
|
11 |
+
"ConvTranspose",
|
12 |
+
"Gemm",
|
13 |
"Equal",
|
14 |
"Where",
|
15 |
+
"Sub",
|
16 |
+
"Transpose",
|
17 |
"Unsqueeze",
|
|
|
|
|
|
|
|
|
18 |
"Relu",
|
19 |
+
"Cast",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
"ArgMax",
|
21 |
+
"Resize",
|
22 |
"Div",
|
23 |
+
"Mul",
|
24 |
+
"Constant",
|
25 |
"Concat",
|
26 |
+
"Conv",
|
|
|
|
|
|
|
27 |
"Expand",
|
|
|
|
|
|
|
28 |
"Squeeze",
|
|
|
29 |
"Add",
|
30 |
+
"Pow",
|
31 |
+
"Reshape",
|
32 |
+
"Gather",
|
33 |
+
"Range",
|
34 |
+
"ConstantOfShape",
|
35 |
+
"ReduceMean",
|
36 |
+
"Identity",
|
37 |
+
"Softmax",
|
38 |
+
"Sigmoid",
|
39 |
+
"Flatten",
|
40 |
+
"Sqrt",
|
41 |
+
"If"
|
42 |
],
|
43 |
"weight_type": "QUInt8"
|
44 |
}
|