sensevoice-small-onnx / config.json
Jarbas's picture
Add SenseVoiceSmall ONNX export for onnx-asr
65ba28a verified
Raw
History Blame Contribute Delete
381 Bytes
{
"model_type": "sensevoice",
"subsampling_factor": 6,
"preprocessor": "wespeaker",
"blank_token_id": 0,
"languages": {
"auto": 0,
"zh": 3,
"en": 4,
"yue": 7,
"ja": 11,
"ko": 12,
"nospeech": 13
},
"textnorm": {
"withitn": 14,
"woitn": 15
},
"default_language": "auto",
"default_textnorm": "woitn",
"waveform_scale": 32768
}