Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

whisper entering a transscription loop / possible regression #1949

Open
MathiasSchindler opened this issue Mar 12, 2024 · 4 comments
Open

whisper entering a transscription loop / possible regression #1949

MathiasSchindler opened this issue Mar 12, 2024 · 4 comments

Comments

@MathiasSchindler
Copy link

Bildschirmfoto vom 2024-03-12 09-58-58

I am using whisper.cpp (most recent commit a56f435) and the large-v3 model and I am getting the impression that the phenomenon of whisper getting stuck in a loop of repeating the same sentence over and over again is getting much more frequent than it used to be.

I am aware that this is not a new issue as such and I only have anecdotal evidence to suggest that it has been getting more frequent. Are there any parameters I can use to trade accuracy and/or to avoid this behavior even at the cost of some speed?

@ggerganov
Copy link
Owner

Do not use large-v3. I haven't checked what is the status recently, but last time I did this model did not work well even with the original OpenAI repo. Try using v2 instead

@sindresorhus
Copy link
Contributor

I have reports about this happening for some of my users on large-v2 too.

whisper.cpp 1.5.4

@MathiasSchindler
Copy link
Author

Do not use large-v3. I haven't checked what is the status recently, but last time I did this model did not work well even with the original OpenAI repo. Try using v2 instead

Thanks for your fast reply. I used large-v2 on the same file and the loop does not occur. Recognition quality is slightly worse, but nothing that I didn't expect. If this is a problem with the model itself, I should be reporting that to openAI directly.

@k1ng
Copy link

k1ng commented Mar 28, 2024

Same problem with large-v3.
No problems with large-v2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants