1. 24 Sep, 2021 2 commits
  2. 22 Sep, 2021 1 commit
  3. 21 Sep, 2021 1 commit
  4. 20 Sep, 2021 1 commit
  5. 15 Sep, 2021 1 commit
  6. 09 Sep, 2021 1 commit
  7. 07 Sep, 2021 1 commit
  8. 06 Sep, 2021 2 commits
  9. 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
  10. 31 Aug, 2021 3 commits
  11. 30 Aug, 2021 1 commit
  12. 28 Aug, 2021 1 commit
  13. 27 Aug, 2021 1 commit
  14. 19 Aug, 2021 1 commit
  15. 06 Aug, 2021 1 commit
    • Sylvain Gugger's avatar
      Tpu tie weights (#13030) · 7fcee113
      Sylvain Gugger authored
      * Fix tied weights on TPU
      
      * Manually tie weights in no trainer examples
      
      * Fix for test
      
      * One last missing
      
      * Gettning owned by my scripts
      
      * Address review comments
      
      * Fix test
      
      * Fix tests
      
      * Fix reformer tests
      7fcee113
  16. 02 Aug, 2021 1 commit
  17. 28 Jul, 2021 2 commits
  18. 26 Jul, 2021 1 commit
  19. 22 Jul, 2021 3 commits
  20. 08 Jul, 2021 1 commit
  21. 07 Jul, 2021 1 commit
  22. 28 Jun, 2021 2 commits
    • Bhadresh Savani's avatar
      [Examples] Added context manager to datasets map (#12367) · 04dbea31
      Bhadresh Savani authored
      * added cotext manager to datasets map
      
      * fixed style and spaces
      
      * fixed warning of deprecation
      
      * changed desc
      04dbea31
    • Taha ValizadehAslani's avatar
      Update run_mlm.py (#12344) · 9490d668
      Taha ValizadehAslani authored
      Before the code could not be used for validation only because of this line:
      extension = data_args.train_file.split(".")[-1]
      was assuming that extension must be extracted from the training dataset. This line would run regardless of the training or validation options of the user. This would lead to an error if the user only wants to run an evaluation only and does not want to do train (because the training file does not exist). I modified it to extract extension from the training file if the user wants to do train and extract it from the validation file if the user wants to run eval. This way the code can be used for both training and validation separately.
      9490d668
  23. 26 Jun, 2021 1 commit
  24. 25 Jun, 2021 4 commits
  25. 23 Jun, 2021 2 commits
  26. 22 Jun, 2021 2 commits
  27. 17 Jun, 2021 1 commit