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 new meta w2v2-conformer BERT-like model #28165

Merged
merged 77 commits into from
Jan 18, 2024

Commits on Dec 19, 2023

  1. first commit

    ylacombe committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    96bd9b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d45e075 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2023

  1. Configuration menu
    Copy the full SHA
    35193ab View commit details
    Browse the repository at this point in the history
  2. update converting checkpoint

    ylacombe committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    730ee47 View commit details
    Browse the repository at this point in the history
  3. clean modeling and fix tests

    ylacombe committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    ad75260 View commit details
    Browse the repository at this point in the history
  4. make style

    ylacombe committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    95c6542 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7f52d83 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    175f4d3 View commit details
    Browse the repository at this point in the history
  7. fix copied from statements

    ylacombe committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    40c3357 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2023

  1. Apply suggestions from code review

    Co-authored-by: Sanchit Gandhi <[email protected]>
    ylacombe and sanchit-gandhi committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    29e20ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    07b34ff View commit details
    Browse the repository at this point in the history
  3. clean converting script

    ylacombe committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    c1f6ac4 View commit details
    Browse the repository at this point in the history
  4. remove function not used

    ylacombe committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    9792399 View commit details
    Browse the repository at this point in the history
  5. clean modeling file

    ylacombe committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    d267a7c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d69d850 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2024

  1. Configuration menu
    Copy the full SHA
    ca23f4e View commit details
    Browse the repository at this point in the history
  2. Apply nit suggestions from code review

    Co-authored-by: amyeroberts <[email protected]>
    ylacombe and amyeroberts committed Jan 1, 2024
    Configuration menu
    Copy the full SHA
    c7550cd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1b132c6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e179499 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4848a26 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0a8e2a9 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2024

  1. Configuration menu
    Copy the full SHA
    5d77490 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b5b0bd2 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

  1. add new model code

    ylacombe committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    aecc8fe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1d78100 View commit details
    Browse the repository at this point in the history
  3. correct model id paths

    ylacombe committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    f98e5ab View commit details
    Browse the repository at this point in the history
  4. make style

    ylacombe committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    b8a386a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    580fa3e View commit details
    Browse the repository at this point in the history
  6. fix copied from statements

    ylacombe committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    a847b08 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0ededce View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c0e92e2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    43dd379 View commit details
    Browse the repository at this point in the history
  10. fix config docstring

    ylacombe committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    61162a7 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ae70620 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ad0b1a9 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    1d37cbb View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2024

  1. add autotokenizer

    ylacombe committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    73bf286 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ca5ec51 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dbc53ab View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b18ad62 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

  1. Configuration menu
    Copy the full SHA
    7d85679 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ea024d View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. Configuration menu
    Copy the full SHA
    bcdd067 View commit details
    Browse the repository at this point in the history
  2. remove pretraining model

    ylacombe committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    a17d2fa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2e6063d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    78ef614 View commit details
    Browse the repository at this point in the history
  5. remove pretraining model #2

    ylacombe committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    8a83831 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    22c552f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9115615 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2b57096 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

  1. Configuration menu
    Copy the full SHA
    7db6c40 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    87876a5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aaf64c1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    39b4ef1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7540037 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    14f5fad View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    85e8865 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2efa94b View commit details
    Browse the repository at this point in the history
  9. refactor processor

    ylacombe committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    42ee5ae View commit details
    Browse the repository at this point in the history
  10. make style

    ylacombe committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    f347b14 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    632272a View commit details
    Browse the repository at this point in the history
  12. remove expected output CTC

    ylacombe committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    0876dc9 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    8aa7bdf View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    2f4cff3 View commit details
    Browse the repository at this point in the history
  15. Apply suggestions from code review

    Co-authored-by: amyeroberts <[email protected]>
    ylacombe and amyeroberts committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    1856710 View commit details
    Browse the repository at this point in the history
  16. remove gumbel class

    ylacombe committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    a0e5ca2 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    b5e7d70 View commit details
    Browse the repository at this point in the history
  18. Update src/transformers/models/wav2vec2_bert/configuration_wav2vec2_b…

    …ert.py
    
    Co-authored-by: amyeroberts <[email protected]>
    ylacombe and amyeroberts committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    fc6dfc2 View commit details
    Browse the repository at this point in the history
  19. correct typos

    ylacombe committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    ef1ad91 View commit details
    Browse the repository at this point in the history
  20. remove uused parameters

    ylacombe committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    f3d00e6 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. Configuration menu
    Copy the full SHA
    849f3f5 View commit details
    Browse the repository at this point in the history
  2. update checkpoints

    ylacombe committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    7266710 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    07de02e View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. add label_attention_mask

    ylacombe committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    37dd941 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b37745 View commit details
    Browse the repository at this point in the history
  3. fix typo

    ylacombe committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    7160906 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

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