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