xlm-roberta-large-qa_norwegian / quantize_config.json
uzaaft's picture
Upload 8 files
3452737 verified
raw
history blame contribute delete
No virus
886 Bytes
{
"per_channel": true,
"reduce_range": true,
"per_model_config": {
"model": {
"op_types": [
"Add",
"Slice",
"Constant",
"ConstantOfShape",
"Expand",
"Sqrt",
"Concat",
"Softmax",
"Equal",
"Mul",
"Pow",
"MatMul",
"Gather",
"Sub",
"Reshape",
"CumSum",
"Squeeze",
"Shape",
"Cast",
"ReduceMean",
"Erf",
"Where",
"Split",
"Unsqueeze",
"Transpose",
"Div",
"Not"
],
"weight_type": "QInt8"
}
}
}