resnet-tiny-beans-quantized / ort_config.json
mohitsha's picture
mohitsha HF staff
Upload 4 files
aa5b128
{
"one_external_file": true,
"opset": null,
"optimization": {},
"optimum_version": "1.7.4.dev0",
"quantization": {
"activations_dtype": "QInt8",
"activations_symmetric": false,
"format": "QDQ",
"is_static": true,
"mode": "QLinearOps",
"nodes_to_exclude": [],
"nodes_to_quantize": [],
"operators_to_quantize": [
"MatMul",
"Add"
],
"per_channel": false,
"qdq_add_pair_to_weight": false,
"qdq_dedicated_pair": false,
"qdq_op_type_per_channel_support_to_axis": {
"MatMul": 1
},
"reduce_range": false,
"weights_dtype": "QInt8",
"weights_symmetric": true
},
"transformers_version": "4.27.4",
"use_external_data_format": false
}