tinyroberta-v2-squad2-onnx / quantize_config.json
Rifky's picture
Upload folder using huggingface_hub
cc11494
raw
history blame contribute delete
886 Bytes
{
"per_channel": true,
"reduce_range": true,
"per_model_config": {
"model": {
"op_types": [
"Reshape",
"Unsqueeze",
"Concat",
"Sqrt",
"Equal",
"Mul",
"Squeeze",
"Sub",
"Where",
"Cast",
"ReduceMean",
"Not",
"Split",
"ConstantOfShape",
"Slice",
"Constant",
"CumSum",
"Div",
"Transpose",
"Erf",
"MatMul",
"Shape",
"Pow",
"Add",
"Softmax",
"Gather",
"Expand"
],
"weight_type": "QInt8"
}
}
}