piccolo-base-zh / quantize_config.json
kanewang's picture
add onnx support
f05bdf7 verified
raw
history blame contribute delete
No virus
674 Bytes
{
"per_channel": true,
"reduce_range": true,
"per_model_config": {
"model": {
"op_types": [
"Reshape",
"Constant",
"Softmax",
"Mul",
"Add",
"Unsqueeze",
"ReduceMean",
"Gather",
"Sub",
"Div",
"Concat",
"Slice",
"Shape",
"Pow",
"MatMul",
"Erf",
"Transpose",
"Cast",
"Sqrt"
],
"weight_type": "QInt8"
}
}
}