whisper.cpp icon indicating copy to clipboard operation
whisper.cpp copied to clipboard

Large model repetitive "Thank you" message

Open pbochan opened this issue 1 year ago • 1 comments

Hello,

I'm facing a weird behaviour of how a large model reacts to an empty inference message: it keeps generating "Thank you" caption over and over again for English (for other languages, say, Ukrainian, it generates "Дякую", for Russian "Спасибо" and so on). The medium model (and other smaller models) generates "{BLANK_AUDIO}" or "[LAUGHING]" and so on.

How can large model react to empty inference results with at least "{BLANK_AUDIO}" but not with endless "Thank you" messages?

Thanks, P

pbochan avatar Apr 09 '24 08:04 pbochan

+1 on @pbochan

I've tried Chinese on ggml-large-v3.bin with language set to 'auto'. The original audio is Chinese, and the output is meanlinglessly repeating:

image

Feel like the model is polluted.

mechiland avatar Apr 16 '24 08:04 mechiland

@mechiland, thanks for a reply. Indeed, large model v1 does have way less “thank you” messages.

pbochan avatar Apr 22 '24 01:04 pbochan