t5-small-medium-title-generation / quantize_config.json
ldenoue's picture
Upload 14 files
f45fb4b
raw
history blame
3.45 kB
{
"per_channel": true,
"reduce_range": true,
"per_model_config": {
"decoder_with_past_model": {
"op_types": [
"Shape",
"Expand",
"MatMul",
"Pow",
"Unsqueeze",
"Sqrt",
"Min",
"ConstantOfShape",
"Reshape",
"Cast",
"Where",
"Add",
"Div",
"Transpose",
"Less",
"Concat",
"Neg",
"Relu",
"Range",
"Gather",
"Log",
"LessOrEqual",
"Constant",
"Sub",
"ReduceMean",
"Tile",
"Softmax",
"Slice",
"Mul"
],
"weight_type": "QInt8"
},
"decoder_model": {
"op_types": [
"Shape",
"Expand",
"MatMul",
"Pow",
"Unsqueeze",
"Sqrt",
"Min",
"ConstantOfShape",
"Reshape",
"Cast",
"Where",
"Add",
"Div",
"Transpose",
"Less",
"Concat",
"Neg",
"Relu",
"Range",
"Gather",
"Log",
"LessOrEqual",
"Constant",
"Sub",
"ReduceMean",
"Tile",
"Softmax",
"Mul"
],
"weight_type": "QInt8"
},
"encoder_model": {
"op_types": [
"Shape",
"MatMul",
"Pow",
"Unsqueeze",
"Sqrt",
"Greater",
"Min",
"ConstantOfShape",
"Reshape",
"Cast",
"Where",
"Add",
"Div",
"Transpose",
"Less",
"Concat",
"Relu",
"Range",
"Gather",
"Log",
"Constant",
"Sub",
"Abs",
"ReduceMean",
"Softmax",
"Mul"
],
"weight_type": "QInt8"
},
"decoder_model_merged": {
"op_types": [
"Shape",
"Expand",
"MatMul",
"If",
"Pow",
"Unsqueeze",
"Sqrt",
"Min",
"ConstantOfShape",
"Reshape",
"Cast",
"Where",
"Add",
"Div",
"Transpose",
"Less",
"Concat",
"Neg",
"Relu",
"Range",
"Gather",
"Log",
"LessOrEqual",
"Constant",
"Sub",
"ReduceMean",
"Tile",
"Softmax",
"Slice",
"Mul"
],
"weight_type": "QInt8"
}
}
}