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