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