-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Bug: Illogical "Avoid computing higher temperatures on no_speech" #621
Comments
False alarm, I thought that EDIT: |
But wait, if it's not "silence" then why it doesn't go through all fallbacks? Is it same in vanilla Whisper? |
Here it breaks fallbacks because it's "silence": faster-whisper/faster_whisper/transcribe.py Lines 721 to 725 in 44f7e58
But here it's not "silence" anymore: faster-whisper/faster_whisper/transcribe.py Lines 455 to 463 in 44f7e58
UPDATE: |
Example of the bug introducing the bad hallucination loop:
No hallucination loop with the bugfix:
|
Bugfix is merged. |
Anyone noticed that instead of silence when no_speech_threshold is triggered it's outputting hallucinations?
Respectively from json:
I've used
compression_ratio_threshold=0.8
.The text was updated successfully, but these errors were encountered: