modelscope / FunASR

A Fundamental End-to-End Speech Recognition Toolkit and Open Source SOTA Pretrained Models, Supporting Speech Recognition, Voice Activity Detection, Text Post-processing etc.
https://www.funasr.com
Other
6.45k stars 687 forks source link

only generate 2 words #963

Closed TuuSiwei closed 1 day ago

TuuSiwei commented 1 year ago

I used the code provided in the tutorial but only generated the first two Chinese characters of the audio why?

lyblsgo commented 1 year ago

Please provide detailed information so that we can reproduce the issue. If we cannot reproduce it, it means the problem cannot be resolved.

TuuSiwei commented 1 year ago

It seems that the model , 'damo/speech_paraformer-large_asr_nat-zh-cn-16k-common-vocab8404-online,' is able to successfully recognize test recordings provided by you and other synthesized audio, but when i try to recognize my own recorded audio, it only recognizes the first two words.

later,i use the model:model='damo/speech_paraformer-large-vad-punc_asr_nat-zh-cn-16k-common-vocab8404-pytorch', and solve the question.

but why it?  

yy @.***

 

------------------ 原始邮件 ------------------ 发件人: "Yabin @.>; 发送时间: 2023年9月25日(星期一) 上午10:56 收件人: @.>; 抄送: @.>; @.>; 主题: Re: [alibaba-damo-academy/FunASR] only generate 2 words (Issue #963)

Please provide detailed information so that we can reproduce the issue. If we cannot reproduce it, it means the problem cannot be resolved.

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

hnluo commented 1 year ago

Please provide your inference recipe and recorded audio if possible.