fine-tuned-distilbert-autofill / quantize_config.json
vazish's picture
added onnx
832a3b1 unverified
raw
history blame
799 Bytes
{
"per_channel": false,
"reduce_range": true,
"per_model_config": {
"model": {
"op_types": [
"Gather",
"Relu",
"Reshape",
"Unsqueeze",
"ReduceMean",
"Pow",
"Where",
"Equal",
"Constant",
"Slice",
"Erf",
"Sub",
"MatMul",
"Shape",
"Sqrt",
"Cast",
"Gemm",
"Expand",
"Softmax",
"Add",
"Concat",
"Div",
"Mul",
"Transpose"
],
"weight_type": "QInt8"
}
}
}