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

Confidence ensembles implementation #6614

Merged
merged 12 commits into from
May 15, 2023
Merged

Commits on May 15, 2023

  1. Working version to train conf model + save ensemble class

    Signed-off-by: Igor Gitman <[email protected]>
    Kipok committed May 15, 2023
    Configuration menu
    Copy the full SHA
    faf3ae0 View commit details
    Browse the repository at this point in the history
  2. Working version

    Signed-off-by: Igor Gitman <[email protected]>
    Kipok committed May 15, 2023
    Configuration menu
    Copy the full SHA
    b708c1e View commit details
    Browse the repository at this point in the history
  3. Remove copy of transcribe_speech.py

    Signed-off-by: Igor Gitman <[email protected]>
    Kipok committed May 15, 2023
    Configuration menu
    Copy the full SHA
    c077adf View commit details
    Browse the repository at this point in the history
  4. Move models parameter to config

    Signed-off-by: Igor Gitman <[email protected]>
    Kipok committed May 15, 2023
    Configuration menu
    Copy the full SHA
    cd46388 View commit details
    Browse the repository at this point in the history
  5. Add explicit parameters to transcribe

    Signed-off-by: Igor Gitman <[email protected]>
    Kipok committed May 15, 2023
    Configuration menu
    Copy the full SHA
    7dd63d9 View commit details
    Browse the repository at this point in the history
  6. Small cleanups

    Signed-off-by: Igor Gitman <[email protected]>
    Kipok committed May 15, 2023
    Configuration menu
    Copy the full SHA
    ab057df View commit details
    Browse the repository at this point in the history
  7. Add temperature and integration tests

    Signed-off-by: Igor Gitman <[email protected]>
    Kipok committed May 15, 2023
    Configuration menu
    Copy the full SHA
    99d9abd View commit details
    Browse the repository at this point in the history
  8. Add more tests

    Signed-off-by: Igor Gitman <[email protected]>
    Kipok committed May 15, 2023
    Configuration menu
    Copy the full SHA
    b669840 View commit details
    Browse the repository at this point in the history
  9. Add pc removal config

    Signed-off-by: Igor Gitman <[email protected]>
    Kipok committed May 15, 2023
    Configuration menu
    Copy the full SHA
    4264c7a View commit details
    Browse the repository at this point in the history
  10. Cleanup

    Signed-off-by: Igor Gitman <[email protected]>
    Kipok committed May 15, 2023
    Configuration menu
    Copy the full SHA
    ef15746 View commit details
    Browse the repository at this point in the history
  11. Fix typo

    Signed-off-by: Igor Gitman <[email protected]>
    Kipok committed May 15, 2023
    Configuration menu
    Copy the full SHA
    4d3dc25 View commit details
    Browse the repository at this point in the history
  12. Address review comments

    Signed-off-by: Igor Gitman <[email protected]>
    Kipok committed May 15, 2023
    Configuration menu
    Copy the full SHA
    83af9d8 View commit details
    Browse the repository at this point in the history