New argument: no_speech_strict_lvl #44
Purfview
announced in
Announcements
Replies: 2 comments 6 replies
-
Thank you for adding this useful feature. This seems like a good approach! The default of 0.9 looks good. |
Beta Was this translation helpful? Give feedback.
2 replies
-
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
no_speech_strict_lvl
meant to combat cases where the model is getting stuck in a failure loop or outputs nonsense.Use
whisper-faster.exe --help
to read more about it.When its action kicks in you'll see debug log containing "strict" word [use
--verbose=true
].Implemented since r141.1 and disabled by default. Use with
--beam_size=5
if enabled.Beta Was this translation helpful? Give feedback.
All reactions