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

Avoid computing higher temperatures on no_speech segments #1279

Merged
merged 3 commits into from
May 5, 2023
Merged

Avoid computing higher temperatures on no_speech segments #1279

merged 3 commits into from
May 5, 2023

Commits on Apr 24, 2023

  1. Avoid computing higher temperatures on no_speech

    In decode_with_fallback, we compute higher temperatures in the case where compression_ratio is too high or avg_logprob is too low.
    But as the computation of no_speech_prob doens't depend on sampling, we can avoid computing higher temperatures if we detect in the first one that the no_speech condition is fulfilled
    TheoBoyer committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    44b5fd3 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2023

  1. Configuration menu
    Copy the full SHA
    d35dbde View commit details
    Browse the repository at this point in the history
  2. Update transcribe.py

    jongwook committed May 4, 2023
    Configuration menu
    Copy the full SHA
    4a3aed6 View commit details
    Browse the repository at this point in the history