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