opus-mt-yo-en / quantize_config.json
alexanderdeibel's picture
Upload folder using huggingface_hub
02d6e1f verified
Raw
History Blame Contribute Delete
3.12 kB
{
"per_channel": true,
"reduce_range": true,
"per_model_config": {
"decoder_with_past_model": {
"op_types": [
"Div",
"Sqrt",
"Mul",
"Cast",
"Equal",
"Gather",
"Shape",
"MatMul",
"ConstantOfShape",
"Softmax",
"ReduceMean",
"Pow",
"Expand",
"Constant",
"Range",
"Add",
"Sigmoid",
"Concat",
"Where",
"Reshape",
"Unsqueeze",
"Sub",
"Transpose"
],
"weight_type": "QInt8"
},
"decoder_model": {
"op_types": [
"Div",
"Sqrt",
"Mul",
"Cast",
"Equal",
"Gather",
"Shape",
"MatMul",
"ConstantOfShape",
"Softmax",
"ReduceMean",
"Pow",
"Less",
"Expand",
"Constant",
"Range",
"Add",
"Slice",
"Sigmoid",
"Concat",
"Where",
"Reshape",
"Unsqueeze",
"Sub",
"Transpose",
"Squeeze"
],
"weight_type": "QInt8"
},
"encoder_model": {
"op_types": [
"Div",
"Sqrt",
"Mul",
"Cast",
"Equal",
"Gather",
"Shape",
"MatMul",
"ConstantOfShape",
"Softmax",
"ReduceMean",
"Pow",
"Expand",
"Constant",
"Range",
"Add",
"Sigmoid",
"Concat",
"Where",
"Reshape",
"Unsqueeze",
"Sub",
"Transpose"
],
"weight_type": "QInt8"
},
"decoder_model_merged": {
"op_types": [
"Div",
"Sqrt",
"Mul",
"Cast",
"Equal",
"Gather",
"Shape",
"MatMul",
"ConstantOfShape",
"Softmax",
"ReduceMean",
"Pow",
"Less",
"Expand",
"Constant",
"Range",
"If",
"Add",
"Slice",
"Sigmoid",
"Concat",
"Where",
"Reshape",
"Unsqueeze",
"Sub",
"Transpose",
"Squeeze"
],
"weight_type": "QInt8"
}
}
}