1. 05 Jul, 2024 1 commit
    • Anton Vlasjuk's avatar
      Fix galore lr display with schedulers (#31710) · a01b033c
      Anton Vlasjuk authored
      * fix galore lr display with lr schedulers
      
      * style
      
      * add some tests to check for displayed lrs
      
      * copy-paste err for warmup steps
      
      * standardize the default lr to be only in the optimizer
      
      * trying out my luck with the reads
      a01b033c
  2. 30 May, 2024 1 commit
  3. 25 Apr, 2024 1 commit
  4. 22 Apr, 2024 1 commit
  5. 11 Apr, 2024 1 commit
  6. 26 Mar, 2024 1 commit
  7. 20 Mar, 2024 1 commit
  8. 19 Mar, 2024 1 commit
  9. 01 Mar, 2024 1 commit
  10. 08 Dec, 2023 1 commit
  11. 07 Nov, 2023 1 commit
  12. 04 Oct, 2023 1 commit
  13. 30 May, 2023 1 commit
  14. 19 May, 2023 1 commit
  15. 28 Apr, 2023 1 commit
  16. 02 Mar, 2023 1 commit
  17. 22 Feb, 2023 1 commit
  18. 07 Feb, 2023 1 commit
    • Adrian Sager La Ganga's avatar
      Add inverse sqrt learning rate scheduler (#21495) · a3034c70
      Adrian Sager La Ganga authored
      * added inverse sqrt lr scheduler
      
      * Updated get_scheduler in src/transformers/optimization.py
      
      * Updated src/transformers/__init__.py
      
      * Added inverse sqrt lr scheduler test
      
      * Updated docs/source/en/main_classes/optimizer_schedules.mdx
      
      * Ran style and quality scripts
      
      * Fix get_inverse_sqrt_schedule docstring
      
      * Comment implementation URL
      a3034c70
  19. 12 May, 2022 1 commit
  20. 16 Feb, 2022 1 commit
  21. 09 Feb, 2022 1 commit
  22. 13 Jan, 2022 1 commit
  23. 28 Dec, 2021 1 commit
    • Sylvain Gugger's avatar
      Doc styler examples (#14953) · b5e2b183
      Sylvain Gugger authored
      * Fix bad examples
      
      * Add black formatting to style_doc
      
      * Use first nonempty line
      
      * Put it at the right place
      
      * Don't add spaces to empty lines
      
      * Better templates
      
      * Deal with triple quotes in docstrings
      
      * Result of style_doc
      
      * Enable mdx treatment and fix code examples in MDXs
      
      * Result of doc styler on doc source files
      
      * Last fixes
      
      * Break copy from
      b5e2b183
  24. 27 Dec, 2021 2 commits
  25. 21 Dec, 2021 2 commits
  26. 12 Dec, 2021 1 commit
  27. 25 Aug, 2021 1 commit
  28. 17 Jun, 2021 1 commit
  29. 14 Jun, 2021 2 commits
  30. 06 May, 2021 1 commit
  31. 01 Apr, 2021 1 commit
  32. 31 Mar, 2021 1 commit
  33. 01 Feb, 2021 1 commit
    • CeShine Lee's avatar
      Adafactor: avoid updating group["lr"] attributes (#9751) · 8672bcda
      CeShine Lee authored
      This affects Adafactor with relative_step=False and scale_parameter=True.
      Updating group["lr"] makes the result of ._get_lr() depends on the previous call,
      i.e., on the scale of other parameters. This isn't supposed to happen.
      8672bcda
  34. 22 Dec, 2020 1 commit
  35. 26 Oct, 2020 1 commit
    • Sylvain Gugger's avatar
      Doc styling (#8067) · 08f534d2
      Sylvain Gugger authored
      * Important files
      
      * Styling them all
      
      * Revert "Styling them all"
      
      This reverts commit 7d029395fdae8513b8281cbc2a6c239f8093503e.
      
      * Syling them for realsies
      
      * Fix syntax error
      
      * Fix benchmark_utils
      
      * More fixes
      
      * Fix modeling auto and script
      
      * Remove new line
      
      * Fixes
      
      * More fixes
      
      * Fix more files
      
      * Style
      
      * Add FSMT
      
      * More fixes
      
      * More fixes
      
      * More fixes
      
      * More fixes
      
      * Fixes
      
      * More fixes
      
      * More fixes
      
      * Last fixes
      
      * Make sphinx happy
      08f534d2
  36. 31 Aug, 2020 1 commit
  37. 27 Aug, 2020 1 commit