bert-base-chinese-finetuned-ner / quantize_config.json
pabRomero's picture
Upload quantize_config.json with huggingface_hub
bd8572d verified
raw
history blame
818 Bytes
{
"per_channel": true,
"reduce_range": true,
"per_model_config": {
"model": {
"op_types": [
"Constant",
"Shape",
"Add",
"ReduceMean",
"Erf",
"Sub",
"ConstantOfShape",
"Mul",
"Expand",
"Cast",
"Unsqueeze",
"Softmax",
"Concat",
"Equal",
"Reshape",
"MatMul",
"Where",
"Transpose",
"Div",
"Gather",
"Slice",
"Sqrt",
"Pow"
],
"weight_type": "QInt8"
}
}
}