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