roberta-base-go_emotions / quantize_config.json
ehoo234's picture
initial commit
9dc2df4 verified
{
"per_channel": true,
"reduce_range": true,
"per_model_config": {
"model": {
"op_types": [
"Pow",
"MatMul",
"Expand",
"Unsqueeze",
"Equal",
"ReduceMean",
"Mul",
"Add",
"Reshape",
"Sub",
"Sqrt",
"Tanh",
"Transpose",
"Slice",
"Softmax",
"Where",
"CumSum",
"Shape",
"Gemm",
"Not",
"Div",
"Concat",
"Constant",
"Gather",
"Erf",
"ConstantOfShape",
"Cast"
],
"weight_type": "QInt8"
}
}
}