rubert-base-cased / quant_config.json
Xenova's picture
Xenova HF staff
Upload folder using huggingface_hub
4eb5731
{
"per_channel": true,
"reduce_range": true,
"per_model_config": {
"model": {
"op_types": [
"Unsqueeze",
"Cast",
"Slice",
"Sqrt",
"Constant",
"Div",
"Reshape",
"Concat",
"ReduceMean",
"Add",
"Pow",
"Gather",
"Softmax",
"Sub",
"Shape",
"Transpose",
"Mul",
"Erf",
"MatMul"
],
"weight_type": "QInt8"
}
}
}