roberta-base-bne-sqac-onnx / quantize_config.json
iagovar's picture
Restructuring repo for adhering to standards
2c861ba
{
"per_channel": true,
"reduce_range": true,
"per_model_config": {
"model": {
"op_types": [
"Unsqueeze",
"Not",
"Sqrt",
"Sub",
"Pow",
"MatMul",
"Shape",
"Concat",
"ConstantOfShape",
"Expand",
"Reshape",
"CumSum",
"Div",
"Split",
"ReduceMean",
"Cast",
"Squeeze",
"Transpose",
"Constant",
"Slice",
"Gather",
"Where",
"Equal",
"Softmax",
"Erf",
"Add",
"Mul"
],
"weight_type": "QInt8"
}
}
}