onnx-opus-mt-en-eo / quant_config.json
julien-c's picture
julien-c HF staff
Upload 17 files
eb88277
{
"per_channel": true,
"reduce_range": true,
"per_model_config": {
"decoder_with_past_model": {
"op_types": [
"Where",
"Mul",
"Equal",
"Cast",
"Reshape",
"Sqrt",
"Transpose",
"ConstantOfShape",
"Sigmoid",
"Softmax",
"Constant",
"Div",
"Range",
"Gather",
"Expand",
"Add",
"Shape",
"Sub",
"Pow",
"MatMul",
"Unsqueeze",
"Concat",
"ReduceMean"
],
"weight_type": "QInt8"
},
"decoder_model": {
"op_types": [
"Squeeze",
"Where",
"Mul",
"Slice",
"Equal",
"Cast",
"Reshape",
"Sqrt",
"Transpose",
"ConstantOfShape",
"Sigmoid",
"Softmax",
"Constant",
"Div",
"Range",
"Less",
"Gather",
"Add",
"Expand",
"Shape",
"Sub",
"Pow",
"MatMul",
"Unsqueeze",
"Concat",
"ReduceMean"
],
"weight_type": "QInt8"
},
"encoder_model": {
"op_types": [
"Where",
"Mul",
"Equal",
"Cast",
"Reshape",
"Sqrt",
"Transpose",
"ConstantOfShape",
"Sigmoid",
"Softmax",
"Constant",
"Div",
"Range",
"Gather",
"Add",
"Expand",
"Shape",
"Sub",
"Pow",
"MatMul",
"Unsqueeze",
"Concat",
"ReduceMean"
],
"weight_type": "QInt8"
},
"decoder_model_merged": {
"op_types": [
"Squeeze",
"If",
"Where",
"Mul",
"Slice",
"Equal",
"Cast",
"Reshape",
"Sqrt",
"Transpose",
"ConstantOfShape",
"Sigmoid",
"Softmax",
"Constant",
"Div",
"Range",
"Less",
"Gather",
"Add",
"Expand",
"Shape",
"Sub",
"Pow",
"MatMul",
"Unsqueeze",
"Concat",
"ReduceMean"
],
"weight_type": "QInt8"
}
}
}