t5-small-headline-generator-shrinked / quantize_config.json
tarekziade's picture
Upload 17 files
632e201 verified
{
"per_channel": true,
"reduce_range": true,
"per_model_config": {
"decoder_with_past_model": {
"op_types": [
"Unsqueeze",
"ReduceMean",
"MatMul",
"Concat",
"Tile",
"Sqrt",
"Constant",
"Gather",
"Add",
"Less",
"Neg",
"Transpose",
"Log",
"Sub",
"ConstantOfShape",
"Pow",
"Cast",
"Softmax",
"Slice",
"Shape",
"Mul",
"Range",
"LessOrEqual",
"Relu",
"Div",
"Expand",
"Reshape",
"Min",
"Where"
],
"weight_type": "QInt8"
},
"decoder_model": {
"op_types": [
"Unsqueeze",
"ReduceMean",
"MatMul",
"Concat",
"Tile",
"Sqrt",
"Constant",
"Gather",
"Add",
"Less",
"Neg",
"Transpose",
"Log",
"Sub",
"ConstantOfShape",
"Pow",
"Cast",
"Softmax",
"Shape",
"Mul",
"Range",
"LessOrEqual",
"Relu",
"Div",
"Expand",
"Reshape",
"Min",
"Where"
],
"weight_type": "QInt8"
},
"encoder_model": {
"op_types": [
"Unsqueeze",
"ReduceMean",
"MatMul",
"Concat",
"Sqrt",
"Constant",
"Gather",
"Add",
"Abs",
"Less",
"Transpose",
"Log",
"Sub",
"Greater",
"ConstantOfShape",
"Pow",
"Cast",
"Softmax",
"Shape",
"Mul",
"Range",
"Relu",
"Div",
"Reshape",
"Min",
"Where"
],
"weight_type": "QInt8"
},
"decoder_model_merged": {
"op_types": [
"Unsqueeze",
"ReduceMean",
"MatMul",
"Concat",
"Tile",
"Sqrt",
"Constant",
"Gather",
"Add",
"Less",
"Neg",
"Transpose",
"Log",
"Sub",
"ConstantOfShape",
"Pow",
"Cast",
"Softmax",
"Slice",
"Shape",
"Mul",
"Range",
"LessOrEqual",
"Relu",
"Div",
"If",
"Expand",
"Reshape",
"Min",
"Where"
],
"weight_type": "QInt8"
}
}
}