Bio_ClinicalBERT / quantize_config.json
Xenova's picture
Xenova HF staff
Upload folder using huggingface_hub
bfe6fbb
{
"per_channel": true,
"reduce_range": true,
"per_model_config": {
"model": {
"op_types": [
"MatMul",
"Softmax",
"Sub",
"ReduceMean",
"Add",
"Reshape",
"Slice",
"Unsqueeze",
"Sqrt",
"Shape",
"Pow",
"Erf",
"Concat",
"Mul",
"Div",
"Cast",
"Constant",
"Transpose",
"Gather"
],
"weight_type": "QInt8"
}
}
}