1. 21 Jan, 2022 2 commits
    • Sylvain Gugger's avatar
      Skip failing test · f6253147
      Sylvain Gugger authored
      f6253147
    • NielsRogge's avatar
      [ViTMAE] Add image pretraining script (#15242) · 6c7b68d4
      NielsRogge authored
      * Add script
      
      * Improve script
      
      * Fix data collator
      
      * Update README
      
      * Add label_names argument
      
      * Apply suggestions from code review
      
      * Add config parameters
      
      * Update script
      
      * Fix bug
      
      * Improve README
      
      * Improve README and add test
      
      * Fix import
      
      * Add image_column_name
      6c7b68d4
  2. 28 Dec, 2021 1 commit
  3. 22 Dec, 2021 1 commit
  4. 21 Dec, 2021 1 commit
  5. 22 Nov, 2021 1 commit
  6. 09 Nov, 2021 1 commit
  7. 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
  8. 20 Oct, 2021 1 commit
  9. 17 Oct, 2021 1 commit
  10. 14 Oct, 2021 3 commits
  11. 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
  12. 01 Oct, 2021 1 commit
  13. 24 Sep, 2021 1 commit
  14. 07 Sep, 2021 1 commit
  15. 06 Sep, 2021 1 commit
  16. 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
  17. 08 Jun, 2021 1 commit
  18. 05 May, 2021 1 commit
  19. 04 May, 2021 1 commit
    • Sylvain Gugger's avatar
      Reproducible checkpoint (#11582) · 6b241e0e
      Sylvain Gugger authored
      * Set generator in dataloader
      
      * Use generator in all random samplers
      
      * Checkpoint all RNG states
      
      * Final version
      
      * Quality
      
      * Test
      
      * Address review comments
      
      * Quality
      
      * Remove debug util
      
      * Add python and numpy RNGs
      
      * Split states in different files in distributed
      
      * Quality
      
      * local_rank for TPUs
      
      * Only use generator when accepted
      
      * Add test
      
      * Set seed to avoid flakiness
      
      * Make test less flaky
      
      * Quality
      6b241e0e
  20. 21 Apr, 2021 1 commit
  21. 15 Mar, 2021 1 commit
  22. 08 Mar, 2021 2 commits
  23. 19 Jan, 2021 1 commit
  24. 14 Jan, 2021 1 commit
    • Sylvain Gugger's avatar
      Switch metrics in run_ner to datasets (#9567) · 46ed56cf
      Sylvain Gugger authored
      * Switch metrics in run_ner to datasets
      
      * Add flag to return all metrics
      
      * Upstream (and rename) sortish_sampler
      
      * Revert "Upstream (and rename) sortish_sampler"
      
      This reverts commit e07d0dcf650c2bae36da011dd76c77a8bb4feb0d.
      46ed56cf
  25. 18 Dec, 2020 2 commits
  26. 11 Dec, 2020 1 commit
  27. 08 Dec, 2020 1 commit
  28. 10 Nov, 2020 1 commit
  29. 09 Nov, 2020 2 commits
  30. 29 Oct, 2020 2 commits
  31. 28 Oct, 2020 1 commit
  32. 22 Oct, 2020 1 commit
  33. 11 Oct, 2020 1 commit