opus-mt-tr-en / quantize_config.json
Xenova's picture
Xenova HF staff
Upload folder using huggingface_hub
74e1b53
{
"per_channel": true,
"reduce_range": true,
"per_model_config": {
"encoder_model": {
"op_types": [
"Reshape",
"Concat",
"Sigmoid",
"Sqrt",
"Equal",
"ReduceMean",
"MatMul",
"Cast",
"Softmax",
"Mul",
"Shape",
"Sub",
"Expand",
"Where",
"Range",
"Constant",
"Add",
"Transpose",
"Unsqueeze",
"Div",
"Pow",
"Gather",
"ConstantOfShape"
],
"weight_type": "QInt8"
},
"decoder_with_past_model": {
"op_types": [
"Reshape",
"Concat",
"Sigmoid",
"Sqrt",
"Equal",
"ReduceMean",
"MatMul",
"Cast",
"Softmax",
"Mul",
"Shape",
"Sub",
"Expand",
"Where",
"Range",
"Constant",
"Add",
"Transpose",
"Unsqueeze",
"Div",
"Pow",
"Gather",
"ConstantOfShape"
],
"weight_type": "QInt8"
},
"decoder_model_merged": {
"op_types": [
"Reshape",
"Concat",
"Sigmoid",
"Sqrt",
"Equal",
"ReduceMean",
"MatMul",
"Cast",
"Softmax",
"Mul",
"Less",
"Slice",
"Shape",
"Sub",
"Expand",
"Where",
"Range",
"Constant",
"Add",
"Transpose",
"Unsqueeze",
"Squeeze",
"Div",
"Pow",
"Gather",
"ConstantOfShape",
"If"
],
"weight_type": "QInt8"
},
"decoder_model": {
"op_types": [
"Reshape",
"Concat",
"Sigmoid",
"Sqrt",
"Equal",
"ReduceMean",
"MatMul",
"Cast",
"Softmax",
"Mul",
"Less",
"Slice",
"Shape",
"Sub",
"Expand",
"Where",
"Range",
"Constant",
"Add",
"Transpose",
"Unsqueeze",
"Squeeze",
"Div",
"Pow",
"Gather",
"ConstantOfShape"
],
"weight_type": "QInt8"
}
}
}