distilroberta-base / quantize_config.json
Xenova's picture
Xenova HF staff
Upload folder using huggingface_hub
ef819f4
{
"per_channel": true,
"reduce_range": true,
"per_model_config": {
"model": {
"op_types": [
"Where",
"Cast",
"Softmax",
"Unsqueeze",
"Reshape",
"Pow",
"Transpose",
"ConstantOfShape",
"Sqrt",
"ReduceMean",
"Concat",
"Equal",
"Sub",
"Gather",
"CumSum",
"Div",
"MatMul",
"Not",
"Mul",
"Slice",
"Add",
"Expand",
"Constant",
"Shape",
"Erf"
],
"weight_type": "QInt8"
}
}
}