1. 25 Oct, 2021 1 commit
    • 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
  2. 21 Oct, 2021 3 commits
  3. 20 Oct, 2021 4 commits
  4. 18 Oct, 2021 2 commits
  5. 17 Oct, 2021 1 commit
  6. 14 Oct, 2021 3 commits
  7. 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
  8. 08 Oct, 2021 1 commit
  9. 07 Oct, 2021 1 commit
  10. 06 Oct, 2021 1 commit
  11. 04 Oct, 2021 1 commit
  12. 01 Oct, 2021 1 commit
  13. 30 Sep, 2021 1 commit
  14. 29 Sep, 2021 1 commit
  15. 27 Sep, 2021 2 commits
  16. 26 Sep, 2021 1 commit
  17. 24 Sep, 2021 5 commits
  18. 22 Sep, 2021 1 commit
  19. 21 Sep, 2021 1 commit
  20. 20 Sep, 2021 1 commit
  21. 15 Sep, 2021 1 commit
  22. 09 Sep, 2021 1 commit
  23. 07 Sep, 2021 1 commit
  24. 06 Sep, 2021 2 commits
  25. 02 Sep, 2021 1 commit
    • Nathan Raw's avatar
      Add PyTorch image classification example (#13134) · 76c4d8bf
      Nathan Raw authored
      *  add pytorch image classification example
      
      * 🔥 remove utils.py
      
      * 💄 fix flake8 style issues
      
      * 🔥 remove unnecessary line
      
      *  limit dataset sizes
      
      * 📌 update reqs
      
      * 🎨 restructure - use datasets lib
      
      * 🎨 import transforms directly
      
      * 📝 add comments
      
      * 💄 style
      
      * 🔥 remove flag
      
      * 📌 update requirement warning
      
      * 📝 add vision README.md
      
      * 📝 update README.md
      
      * 📝 update README.md
      
      * 🎨 add image-classification tag to model card
      
      * 🚚 rename vision ️ image-classification
      
      * 📝 update image-classification README.md
      76c4d8bf
  26. 31 Aug, 2021 1 commit