Upload ONNX weights (#2)
Browse files- Upload ONNX weights (7499423f540588db41167cfe3ba003bc377ca9a5)
Co-authored-by: Joshua <Xenova@users.noreply.huggingface.co>
- onnx/model.onnx +3 -0
- onnx/model_quantized.onnx +3 -0
- onnx/quantize_config.json +30 -0
onnx/model.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6a69af93de0a4c349d263c398534d31b25c375fc67859049d3c08615c761257c
|
3 |
+
size 1336854282
|
onnx/model_quantized.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:21ac80429bb5d96f6879ff1283692a502dc65aa8993d89ea3ae95a1745149479
|
3 |
+
size 336983163
|
onnx/quantize_config.json
ADDED
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"per_channel": true,
|
3 |
+
"reduce_range": true,
|
4 |
+
"per_model_config": {
|
5 |
+
"model": {
|
6 |
+
"op_types": [
|
7 |
+
"Unsqueeze",
|
8 |
+
"Cast",
|
9 |
+
"Gather",
|
10 |
+
"Softmax",
|
11 |
+
"Constant",
|
12 |
+
"MatMul",
|
13 |
+
"Concat",
|
14 |
+
"Sqrt",
|
15 |
+
"Div",
|
16 |
+
"Transpose",
|
17 |
+
"Pow",
|
18 |
+
"Slice",
|
19 |
+
"Add",
|
20 |
+
"Mul",
|
21 |
+
"Sub",
|
22 |
+
"Shape",
|
23 |
+
"Erf",
|
24 |
+
"Reshape",
|
25 |
+
"ReduceMean"
|
26 |
+
],
|
27 |
+
"weight_type": "QInt8"
|
28 |
+
}
|
29 |
+
}
|
30 |
+
}
|