whisper-base / quantize_config.json
Xenova's picture
Xenova HF staff
Upload folder using huggingface_hub
d33af21
{
"per_channel": false,
"reduce_range": false,
"per_model_config": {
"decoder_model": {
"op_types": [
"Erf",
"Squeeze",
"Gather",
"Unsqueeze",
"Slice",
"Shape",
"Transpose",
"MatMul",
"Softmax",
"Reshape",
"Range",
"Less",
"Equal",
"Concat",
"Sqrt",
"Mul",
"Pow",
"Sub",
"Constant",
"ConstantOfShape",
"Div",
"Add",
"Expand",
"Where",
"Cast",
"ReduceMean"
],
"weight_type": "QInt8"
},
"decoder_model_merged": {
"op_types": [
"Erf",
"Squeeze",
"Gather",
"Unsqueeze",
"Slice",
"Shape",
"Transpose",
"MatMul",
"Softmax",
"Reshape",
"Range",
"Cast",
"Less",
"Equal",
"Concat",
"If",
"Sqrt",
"Mul",
"Pow",
"Sub",
"Constant",
"Div",
"Add",
"Expand",
"Where",
"ConstantOfShape",
"ReduceMean"
],
"weight_type": "QInt8"
},
"decoder_with_past_model": {
"op_types": [
"Reshape",
"Mul",
"Erf",
"Div",
"Gather",
"Unsqueeze",
"Add",
"Shape",
"Slice",
"Sub",
"Constant",
"Pow",
"Transpose",
"Concat",
"MatMul",
"Softmax",
"ReduceMean",
"Sqrt"
],
"weight_type": "QInt8"
},
"encoder_model": {
"op_types": [
"Reshape",
"Erf",
"Mul",
"Div",
"Conv",
"Gather",
"Add",
"Pow",
"Shape",
"Transpose",
"Sub",
"Constant",
"Unsqueeze",
"Concat",
"MatMul",
"Softmax",
"ReduceMean",
"Sqrt"
],
"weight_type": "QUInt8"
}
}
}