DeBERTa-v3-base-mnli / quantize_config.json
Xenova's picture
Xenova HF staff
Upload folder using huggingface_hub
d907585
{
"per_channel": true,
"reduce_range": true,
"per_model_config": {
"model": {
"op_types": [
"Where",
"Mul",
"Ceil",
"Identity",
"Abs",
"LessOrEqual",
"Reshape",
"Concat",
"Equal",
"Sub",
"Constant",
"Sign",
"Softmax",
"Div",
"Unsqueeze",
"Slice",
"Greater",
"Cast",
"Add",
"ReduceMean",
"Gemm",
"ConstantOfShape",
"Log",
"Squeeze",
"GatherElements",
"Shape",
"Clip",
"Erf",
"Tile",
"Sqrt",
"Transpose",
"Gather",
"Less",
"Range",
"Pow",
"And",
"Expand",
"MatMul",
"Neg"
],
"weight_type": "QInt8"
}
}
}