onnx-Intel-dynamic_tinybert / quantize_config.json
Felladrin's picture
Upload folder using huggingface_hub
715ad2a verified
raw
history blame contribute delete
No virus
727 Bytes
{
"per_channel": true,
"reduce_range": true,
"per_model_config": {
"model": {
"op_types": [
"Add",
"Unsqueeze",
"Transpose",
"Reshape",
"Relu",
"Softmax",
"Shape",
"Div",
"Slice",
"Mul",
"Split",
"MatMul",
"ReduceMean",
"Pow",
"Constant",
"Sqrt",
"Cast",
"Sub",
"Concat",
"Gather",
"Squeeze"
],
"weight_type": "QInt8"
}
}
}