unispeech-large-1500h-cv / quantize_config.json
Xenova's picture
Xenova HF staff
Upload folder using huggingface_hub
aa38e39 verified
raw
history blame contribute delete
677 Bytes
{
"per_channel": false,
"reduce_range": false,
"per_model_config": {
"model": {
"op_types": [
"Mul",
"MatMul",
"Sub",
"Slice",
"Reshape",
"Conv",
"Pow",
"Softmax",
"Transpose",
"Concat",
"Sqrt",
"ReduceMean",
"Constant",
"Unsqueeze",
"Div",
"Gather",
"Erf",
"Add",
"Shape"
],
"weight_type": "QUInt8"
}
}
}