bert-large-uncased_med-ner / quantize_config.json
mankowitz's picture
Upload folder using huggingface_hub
7f4c6b5 verified
{
"per_channel": true,
"reduce_range": true,
"per_model_config": {
"model": {
"op_types": [
"Sqrt",
"Softmax",
"Cast",
"Erf",
"Transpose",
"Constant",
"Div",
"Reshape",
"Sub",
"Slice",
"Mul",
"Shape",
"Concat",
"Add",
"Pow",
"MatMul",
"Gather",
"ReduceMean",
"Unsqueeze"
],
"weight_type": "QInt8"
}
}
}