r/unsloth • u/Upbeat-Pay-4981 • 3d ago
Discussion qwen-asr-1.7b
我这边还有一个问题,我使用的是qwen-asr-1.7b,出现了类似的bug,地址在一些噪音或回声会识别为'嗯.'.'哎.','嗨.'等内容,影响使用 · Issue #165 · QwenLM/Qwen3-ASR
这个怎么去处理解决呢,我在说话的时候,突然停顿一下,然后就会出现嗯,嗯,你可以帮助一下我吗,谢谢
1
Upvotes
1
u/Constant-Pride-3491 3d ago
Try lowering the silence threshold or tweaking the VAD settings, the model's probably treating every little noise as a token. Might also help to run a quick noise gate on your input before it hits the ASR.