sentence-t5-large / quantize_config.json
Xenova's picture
Xenova HF staff
Upload folder using huggingface_hub
96fa762
{
"per_channel": true,
"reduce_range": true,
"per_model_config": {
"decoder_model": {
"op_types": [
"Unsqueeze",
"Reshape",
"Div",
"Mul",
"Identity",
"Where",
"Sub",
"ReduceMean",
"Tile",
"Log",
"LessOrEqual",
"Range",
"MatMul",
"Sqrt",
"Add",
"Transpose",
"Neg",
"Cast",
"Gather",
"Softmax",
"ConstantOfShape",
"Constant",
"Expand",
"Pow",
"Concat",
"Less",
"Min",
"Shape",
"Relu"
],
"weight_type": "QInt8"
},
"encoder_model": {
"op_types": [
"Unsqueeze",
"Reshape",
"Div",
"Greater",
"Mul",
"Where",
"Abs",
"Sub",
"ReduceMean",
"Log",
"Range",
"MatMul",
"Sqrt",
"Add",
"Transpose",
"Cast",
"Gather",
"Softmax",
"ConstantOfShape",
"Constant",
"Pow",
"Concat",
"Less",
"Min",
"Shape",
"Relu"
],
"weight_type": "QInt8"
},
"decoder_with_past_model": {
"op_types": [
"Unsqueeze",
"Reshape",
"Div",
"Slice",
"Mul",
"Identity",
"Where",
"Sub",
"ReduceMean",
"Tile",
"Log",
"LessOrEqual",
"Range",
"MatMul",
"Sqrt",
"Add",
"Transpose",
"Neg",
"Cast",
"Gather",
"Softmax",
"ConstantOfShape",
"Constant",
"Expand",
"Pow",
"Concat",
"Less",
"Min",
"Shape",
"Relu"
],
"weight_type": "QInt8"
},
"decoder_model_merged": {
"op_types": [
"Unsqueeze",
"Reshape",
"Div",
"Slice",
"Mul",
"Identity",
"Where",
"Sub",
"ReduceMean",
"Tile",
"Log",
"LessOrEqual",
"Range",
"MatMul",
"Sqrt",
"Add",
"If",
"Transpose",
"Neg",
"Cast",
"Gather",
"Softmax",
"ConstantOfShape",
"Constant",
"Expand",
"Pow",
"Concat",
"Less",
"Min",
"Shape",
"Relu"
],
"weight_type": "QInt8"
}
}
}