1. 18 Nov, 2021 2 commits
  2. 12 Nov, 2021 1 commit
  3. 09 Nov, 2021 1 commit
  4. 05 Nov, 2021 1 commit
  5. 01 Nov, 2021 1 commit
  6. 28 Oct, 2021 5 commits
  7. 27 Oct, 2021 2 commits
  8. 26 Oct, 2021 6 commits
  9. 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
  10. 21 Oct, 2021 3 commits
  11. 20 Oct, 2021 4 commits
  12. 18 Oct, 2021 2 commits
  13. 17 Oct, 2021 1 commit
  14. 14 Oct, 2021 3 commits
  15. 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
  16. 08 Oct, 2021 1 commit
  17. 07 Oct, 2021 1 commit
  18. 06 Oct, 2021 1 commit
  19. 04 Oct, 2021 1 commit