Replies: 1 comment
-
Thanks for pointing this out! This must have been my overlook, and I should change the default / conventional to 1.0. This would be a breaking change but hopefully no one minds. |
Beta Was this translation helpful? Give feedback.
0 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.
-
There is an optional
patience
parameter from the command line:In the referenced arxiv paper, "Beam Decoding with Controlled Patience", the patience factors referenced there will not translate directly (pun intended) to whisper. This is because whisper sets its patience as the command line value + 1, at least according to
whisper/whisper/decoding.py
Line 283 in 520796a
I just wanted to point out the difference for anyone else experimenting with the option.
Beta Was this translation helpful? Give feedback.
All reactions