1. 28 Oct, 2021 1 commit
  2. 27 Oct, 2021 2 commits
  3. 26 Oct, 2021 6 commits
  4. 25 Oct, 2021 3 commits
    • Patrick von Platen's avatar
      Update README.md · c99a2832
      Patrick von Platen authored
      c99a2832
    • Patrick von Platen's avatar
      Update README.md · 1a9381c6
      Patrick von Platen authored
      1a9381c6
    • karthikrangasai's avatar
      Supporting Seq2Seq model for question answering task (#13432) · 1b871e09
      karthikrangasai authored
      * Add seq2seq example for QnA on SQuAD Dataset.
      
      * Changes from review - Fixing styling mistakes.
      
      * Added how to example in README, simplified the access to dataset's preprocess function.
      
      * Added tests for the seq2seq QA example.
      
      * Change dataset column name to fix tests.
      
      * Fix test command mistake.
      
      * Add missing argument 'ignore_pad_token_for_loss' from DataTrainingArguments.
      
      * Add missing argument 'num_beams' from DataTrainingArguments.
      
      * Fix processing of output predicted token ids so that tokenizer decode gets appropriate input. Updated assertion conditions on the tests.
      1b871e09
  5. 21 Oct, 2021 3 commits
  6. 20 Oct, 2021 4 commits
  7. 18 Oct, 2021 2 commits
  8. 17 Oct, 2021 1 commit
  9. 14 Oct, 2021 3 commits
  10. 11 Oct, 2021 1 commit
    • Patrick von Platen's avatar
      [Speech Examples] Add pytorch speech pretraining (#13877) · d45fc7da
      Patrick von Platen authored
      * adapt wav2vec2
      
      * add example
      
      * add files
      
      * adapt
      
      * remove bogus file
      
      * Apply suggestions from code review
      
      * adapt files more
      
      * upload changes
      
      * del old files
      
      * up
      
      * up
      
      * up
      
      * up
      
      * up
      
      * correct gradient checkpoitning
      
      * add readme
      
      * finish
      
      * finish
      
      * up
      
      * more fixes
      
      * up
      
      * up
      
      * add demo run to readme
      
      * up
      d45fc7da
  11. 08 Oct, 2021 1 commit
  12. 07 Oct, 2021 1 commit
  13. 06 Oct, 2021 1 commit
  14. 04 Oct, 2021 1 commit
  15. 01 Oct, 2021 1 commit
  16. 30 Sep, 2021 1 commit
  17. 29 Sep, 2021 1 commit
  18. 27 Sep, 2021 2 commits
  19. 26 Sep, 2021 1 commit
  20. 24 Sep, 2021 4 commits