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