electra-base-de-squad2-onnx / quantize_config.json
theguru666's picture
fixed lower case
2f9d78f
{
"per_channel": true,
"reduce_range": true,
"per_model_config": {
"model": {
"op_types": [
"Transpose",
"Slice",
"Add",
"ReduceMean",
"Gather",
"Concat",
"Split",
"Softmax",
"Sqrt",
"Sub",
"Constant",
"Squeeze",
"Erf",
"Shape",
"Reshape",
"Div",
"MatMul",
"Cast",
"Pow",
"Mul",
"Unsqueeze"
],
"weight_type": "QInt8"
}
}
}