wavlm-base-sv / quantize_config.json
Xenova's picture
Xenova HF staff
Upload folder using huggingface_hub
9f61bb3 verified
{
"per_channel": false,
"reduce_range": false,
"per_model_config": {
"model": {
"op_types": [
"Conv",
"Where",
"Relu",
"Reshape",
"Less",
"Add",
"Min",
"Sub",
"Slice",
"Shape",
"Greater",
"Tile",
"Abs",
"Gemm",
"Pow",
"Expand",
"Sigmoid",
"ReduceMean",
"Transpose",
"ConstantOfShape",
"Softmax",
"Range",
"Erf",
"Cast",
"Div",
"Sqrt",
"Constant",
"Pad",
"ReduceProd",
"MatMul",
"Gather",
"Unsqueeze",
"Concat",
"Log",
"InstanceNormalization",
"ReduceSum",
"Mul"
],
"weight_type": "QUInt8"
}
}
}