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