1. 21 Aug, 2023 1 commit
  2. 15 Aug, 2023 1 commit
    • Zach Mueller's avatar
      Make training args fully immutable (#25435) · ca514992
      Zach Mueller authored
      * Make training args fully immutable
      
      * Working tests, PyTorch
      
      * In test_trainer
      
      * during testing
      
      * Use proper dataclass way
      
      * Fix test
      
      * Another one
      
      * Fix tf
      
      * Lingering slow
      
      * Exception
      
      * Clean
      ca514992
  3. 08 Aug, 2023 1 commit
  4. 07 Aug, 2023 1 commit
    • Jackmin801's avatar
      Allow `trust_remote_code` in example scripts (#25248) · 14510938
      Jackmin801 authored
      * pytorch examples
      
      * pytorch mim no trainer
      
      * cookiecutter
      
      * flax examples
      
      * missed line in pytorch run_glue
      
      * tensorflow examples
      
      * tensorflow run_clip
      
      * tensorflow run_mlm
      
      * tensorflow run_ner
      
      * tensorflow run_clm
      
      * pytorch example from_configs
      
      * pytorch no trainer examples
      
      * Revert "tensorflow run_clip"
      
      This reverts commit 261f86ac1f1c9e05dd3fd0291e1a1f8e573781d5.
      
      * fix: duplicated argument
      14510938
  5. 02 Aug, 2023 1 commit
  6. 28 Jul, 2023 2 commits
  7. 20 Jul, 2023 1 commit
  8. 18 Jul, 2023 1 commit
  9. 17 Jul, 2023 1 commit
  10. 12 Jun, 2023 1 commit
  11. 07 Jun, 2023 1 commit
  12. 06 Jun, 2023 1 commit
  13. 22 May, 2023 1 commit
  14. 09 May, 2023 1 commit
  15. 13 Apr, 2023 1 commit
  16. 11 Apr, 2023 1 commit
  17. 22 Mar, 2023 1 commit
  18. 14 Mar, 2023 1 commit
  19. 27 Feb, 2023 1 commit
  20. 22 Feb, 2023 1 commit
  21. 06 Feb, 2023 1 commit
    • Sylvain Gugger's avatar
      Update quality tooling for formatting (#21480) · 6f79d264
      Sylvain Gugger authored
      * Result of black 23.1
      
      * Update target to Python 3.7
      
      * Switch flake8 to ruff
      
      * Configure isort
      
      * Configure isort
      
      * Apply isort with line limit
      
      * Put the right black version
      
      * adapt black in check copies
      
      * Fix copies
      6f79d264
  22. 23 Jan, 2023 1 commit
  23. 18 Jan, 2023 1 commit
  24. 01 Dec, 2022 1 commit
  25. 16 Nov, 2022 2 commits
  26. 15 Nov, 2022 2 commits
  27. 03 Nov, 2022 1 commit
  28. 01 Nov, 2022 1 commit
  29. 10 Oct, 2022 1 commit
  30. 05 Oct, 2022 1 commit
  31. 03 Oct, 2022 1 commit
  32. 14 Sep, 2022 1 commit
  33. 13 Sep, 2022 1 commit
  34. 24 Aug, 2022 1 commit
  35. 22 Aug, 2022 1 commit
  36. 18 Aug, 2022 1 commit
  37. 08 Aug, 2022 1 commit
    • Rasmus Arpe Fogh Jensen's avatar
      Update no_trainer.py scripts to include accelerate gradient accumulation wrapper (#18473) · a765b68a
      Rasmus Arpe Fogh Jensen authored
      * Added accelerate gradient accumulation wrapper to run_image_classification_no_trainer.py example script
      
      * make fixup changes
      
      * PR comments
      
      * changed input to Acceletor based on PR comment, ran make fixup
      
      * Added comment explaining the sync_gradients statement
      
      * Fixed lr scheduler max steps
      
      * Changed run_clm_no_trainer.py script to use accelerate gradient accum wrapper
      
      * Fixed all scripts except wav2vec2 pretraining to use accelerate gradient accum wrapper
      
      * Added accelerate gradient accum wrapper for wav2vec2_pretraining_no_trainer.py script
      
      * make fixup and lr_scheduler step inserted back into run_qa_beam_search_no_trainer.py
      
      * removed changes to run_wav2vec2_pretraining_no_trainer.py script and fixed using wrong constant in qa_beam_search_no_trainer.py script
      a765b68a