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