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

Add Wav2Vec2 & Hubert ForSequenceClassification #13153

Merged
merged 11 commits into from Aug 27, 2021
Merged

Add Wav2Vec2 & Hubert ForSequenceClassification #13153

merged 11 commits into from Aug 27, 2021

Commits on Aug 17, 2021

  1. Add hubert classifier + tests

    anton-l committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    a050229 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2021

  1. Add hubert classifier + tests

    anton-l committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    f39b19f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bcfc9b7 View commit details
    Browse the repository at this point in the history
  3. Wav2Vec2 classifier + ER test

    anton-l committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    ab60bb8 View commit details
    Browse the repository at this point in the history
  4. Fix hubert integration tests

    anton-l committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    cfe4ea6 View commit details
    Browse the repository at this point in the history
  5. Add hubert IC

    anton-l committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    6b0aea4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    66d0f9a View commit details
    Browse the repository at this point in the history
  7. Merge remote-tracking branch 'origin/add-speech-classification' into …

    …add-speech-classification
    
    # Conflicts:
    #	src/transformers/models/hubert/configuration_hubert.py
    #	src/transformers/models/hubert/convert_hubert_original_s3prl_checkpoint_to_pytorch.py
    #	src/transformers/models/hubert/modeling_hubert.py
    #	tests/test_modeling_hubert.py
    #	utils/check_repo.py
    anton-l committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    d4d5cc9 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2021

  1. Pass all tests + copies

    anton-l committed Aug 27, 2021
    Configuration menu
    Copy the full SHA
    aaa6477 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    70a67e9 View commit details
    Browse the repository at this point in the history
  3. Move models to the SUPERB org

    anton-l committed Aug 27, 2021
    Configuration menu
    Copy the full SHA
    57ef0a6 View commit details
    Browse the repository at this point in the history