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

Added a bool fold_lowercase to whisper_context_params #2005

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Mar 27, 2024

  1. Added a bool fold_lowercase to whisper_context_params.

    If true, it folds language-model tokens to lowercase.
    By default, it's false.
    This is intended to make grammar matching more predictable,
    e.g. no need to account for case in the grammar.
    ulatekh committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    04923a9 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Configuration menu
    Copy the full SHA
    6d57fac View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. Apply suggestions from code review

    Co-authored-by: Georgi Gerganov <ggerganov@gmail.com>
    ulatekh and ggerganov committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    f3fc0b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    db0d2fa View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. Configuration menu
    Copy the full SHA
    1802247 View commit details
    Browse the repository at this point in the history