ast-finetuned-speech-commands-v2 / quantize_config.json
Xenova's picture
Xenova HF staff
Upload folder using huggingface_hub
67fe1e0
{
"per_channel": true,
"reduce_range": true,
"per_model_config": {
"model": {
"op_types": [
"Erf",
"Transpose",
"Concat",
"ReduceMean",
"Gemm",
"Slice",
"Conv",
"Mul",
"Add",
"Unsqueeze",
"Gather",
"Sqrt",
"ConstantOfShape",
"Equal",
"Pow",
"Div",
"Softmax",
"Where",
"Sub",
"Shape",
"Reshape",
"MatMul",
"Constant",
"Expand"
],
"weight_type": "QUInt8"
}
}
}