unispeech-sat-base-sv / quantize_config.json
Xenova's picture
Xenova HF staff
Upload folder using huggingface_hub
639be90 verified
{
"per_channel": false,
"reduce_range": false,
"per_model_config": {
"model": {
"op_types": [
"ReduceProd",
"Pad",
"Shape",
"InstanceNormalization",
"ReduceSum",
"Unsqueeze",
"Transpose",
"Pow",
"Relu",
"Concat",
"MatMul",
"Cast",
"Add",
"Sqrt",
"Erf",
"Gemm",
"Softmax",
"Div",
"Constant",
"ReduceMean",
"Sub",
"Reshape",
"Gather",
"Range",
"Conv",
"Mul",
"Slice"
],
"weight_type": "QUInt8"
}
}
}