distilbert-ner / quantize_config.json
whatthexue's picture
Update model to deploy
3bbac90
raw
history blame
750 Bytes
{
"per_channel": true,
"reduce_range": true,
"per_model_config": {
"model": {
"op_types": [
"MatMul",
"Sqrt",
"Expand",
"Shape",
"Unsqueeze",
"Softmax",
"Concat",
"Cast",
"Slice",
"Erf",
"Transpose",
"Add",
"Sub",
"Div",
"Equal",
"Reshape",
"Gather",
"ReduceMean",
"Where",
"Constant",
"Mul",
"Pow"
],
"weight_type": "QInt8"
}
}
}