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

Improve performance #3

Open
3 tasks
maxbbraun opened this issue Mar 16, 2023 · 0 comments
Open
3 tasks

Improve performance #3

maxbbraun opened this issue Mar 16, 2023 · 0 comments

Comments

@maxbbraun
Copy link
Owner

maxbbraun commented Mar 16, 2023

Some ideas from section 4.5 of the paper and this discussion:

  • Use shorter chunks to reduce latency. (Try overlapping chunks by setting options.prefix to the transcription of the overlap.)
  • Try beam search instead of greedy decoding via options.beam_size = 5. (Also look at patience and temperature options.)
  • Try previous-text conditioning by setting options.prompt to the previous chunk's transcription.
@maxbbraun maxbbraun changed the title Improve WER Improve performance Mar 20, 2023
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

1 participant