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