xlm-roberta-base-ner-hrl_onnx / quantize_config.json
jiting's picture
export by transformers.js scripts
2b25b48 verified
raw
history blame contribute delete
869 Bytes
{
"per_channel": true,
"reduce_range": true,
"per_model_config": {
"model": {
"op_types": [
"Reshape",
"CumSum",
"Transpose",
"MatMul",
"Cast",
"Mul",
"Expand",
"ReduceMean",
"Shape",
"Softmax",
"Sub",
"Slice",
"Erf",
"Unsqueeze",
"Gather",
"Sqrt",
"ConstantOfShape",
"Add",
"Div",
"Constant",
"Concat",
"Where",
"Equal",
"Pow",
"Not"
],
"weight_type": "QInt8"
}
}
}