-
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
What is beam size? #392
Comments
Search for "beam search". For example Wikipedia has an entry: https://en.wikipedia.org/wiki/Beam_search The beam size, a.k.a. beam width, controls the number of paths that are explored at each step when generating an output. |
Thanks! |
@vadi2 I asked your question on AI StackExchange and got at least one good answer. |
Does a bigger beam size increase the time it takes to transcribe an audio file? Is there an optimal beam size? Does a bigger beam size increase the accuracy of the final transcription? |
As the
More the paths explored more are the chances to reach the goal and prevent it from getting pruned and it will increase the time it takes to transcribe. |
Beam size seems to be a significant hyperparameter for faster-whisper's performance - is there an explanation for what it is anywhere?
The text was updated successfully, but these errors were encountered: