Commit
·
6def215
1
Parent(s):
55858bc
Upload 5 files
Browse files- onnx/model_quantized.onnx +2 -2
- quantize_config.json +37 -0
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:c8abf77afea81536368936031a630fa0bc5e84f1aec295bc9427f41c79d219f6
|
3 |
+
size 9387041
|
quantize_config.json
ADDED
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"one_external_file": true,
|
3 |
+
"opset": null,
|
4 |
+
"optimization": {},
|
5 |
+
"optimum_version": "1.16.1",
|
6 |
+
"quantization": {
|
7 |
+
"activations_dtype": "QUInt8",
|
8 |
+
"activations_symmetric": false,
|
9 |
+
"format": "QOperator",
|
10 |
+
"is_static": false,
|
11 |
+
"mode": "IntegerOps",
|
12 |
+
"nodes_to_exclude": [
|
13 |
+
"Conv"
|
14 |
+
],
|
15 |
+
"nodes_to_quantize": [],
|
16 |
+
"operators_to_quantize": [
|
17 |
+
"Conv",
|
18 |
+
"MatMul",
|
19 |
+
"Attention",
|
20 |
+
"LSTM",
|
21 |
+
"Gather",
|
22 |
+
"Transpose",
|
23 |
+
"EmbedLayerNormalization"
|
24 |
+
],
|
25 |
+
"per_channel": false,
|
26 |
+
"qdq_add_pair_to_weight": false,
|
27 |
+
"qdq_dedicated_pair": false,
|
28 |
+
"qdq_op_type_per_channel_support_to_axis": {
|
29 |
+
"MatMul": 1
|
30 |
+
},
|
31 |
+
"reduce_range": false,
|
32 |
+
"weights_dtype": "QUInt8",
|
33 |
+
"weights_symmetric": true
|
34 |
+
},
|
35 |
+
"transformers_version": "4.35.2",
|
36 |
+
"use_external_data_format": false
|
37 |
+
}
|