1. 29 Nov, 2022 1 commit
  2. 17 Nov, 2022 1 commit
  3. 04 Nov, 2022 1 commit
  4. 07 Oct, 2022 1 commit
    • Sylvain Gugger's avatar
      Rework pipeline tests (#19366) · 9ac586b3
      Sylvain Gugger authored
      * Rework pipeline tests
      
      * Try to fix Flax tests
      
      * Try to put it before
      
      * Use a new decorator instead
      
      * Remove ignore marker since it doesn't work
      
      * Filter pipeline tests
      
      * Woopsie
      
      * Use the fitlered list
      
      * Clean up and fake modif
      
      * Remove init
      
      * Revert fake modif
      9ac586b3
  5. 19 Sep, 2022 1 commit
  6. 07 Sep, 2022 1 commit
  7. 06 Sep, 2022 1 commit
  8. 02 Sep, 2022 2 commits
  9. 04 Aug, 2022 1 commit
  10. 17 Jun, 2022 1 commit
  11. 09 Jun, 2022 1 commit
  12. 07 Jun, 2022 1 commit
  13. 02 Jun, 2022 1 commit
  14. 17 May, 2022 1 commit
  15. 13 May, 2022 3 commits
  16. 09 May, 2022 1 commit
  17. 03 May, 2022 1 commit
    • Yih-Dar's avatar
      Move test model folders (#17034) · 19420fd9
      Yih-Dar authored
      
      
      * move test model folders (TODO: fix imports and others)
      
      * fix (potentially partially) imports (in model test modules)
      
      * fix (potentially partially) imports (in tokenization test modules)
      
      * fix (potentially partially) imports (in feature extraction test modules)
      
      * fix import utils.test_modeling_tf_core
      
      * fix path ../fixtures/
      
      * fix imports about generation.test_generation_flax_utils
      
      * fix more imports
      
      * fix fixture path
      
      * fix get_test_dir
      
      * update module_to_test_file
      
      * fix get_tests_dir from wrong transformers.utils
      
      * update config.yml (CircleCI)
      
      * fix style
      
      * remove missing imports
      
      * update new model script
      
      * update check_repo
      
      * update SPECIAL_MODULE_TO_TEST_MAP
      
      * fix style
      
      * add __init__
      
      * update self-scheduled
      
      * fix add_new_model scripts
      
      * check one way to get location back
      
      * python setup.py build install
      
      * fix import in test auto
      
      * update self-scheduled.yml
      
      * update slack notification script
      
      * Add comments about artifact names
      
      * fix for yolos
      Co-authored-by: default avatarydshieh <ydshieh@users.noreply.github.com>
      19420fd9
  18. 13 Apr, 2022 1 commit
  19. 16 Mar, 2022 1 commit
  20. 11 Mar, 2022 1 commit
  21. 01 Mar, 2022 1 commit
  22. 23 Feb, 2022 3 commits
  23. 03 Feb, 2022 1 commit
  24. 02 Feb, 2022 1 commit
    • Ayush Chaurasia's avatar
      Add W&B backend for hyperparameter sweep (#14582) · c74f3d4c
      Ayush Chaurasia authored
      # Add support for W&B hyperparameter sweep
      This PR:
      * allows using wandb for running hyperparameter search.
      * The runs are visualized on W&B sweeps dashboard
      * This supports runnning sweeps on parallel devices, all reporting to the same central dashboard.
      
      ### Usage
      **To run new a hyperparameter search:**
      ```
      trainer.hyperparameter_search(
          backend="wandb", 
          project="transformers_sweep", # name of the project
          n_trials=5,
          metric="eval/loss", # metric to be optimized, default 'eval/loss'. A warning is raised if the passed metric is not found
      )
      ```
      This outputs a sweep id. Eg. `my_project/sweep_id`
      
      **To run sweeps on parallel devices:**
      Just pass sweep id which you want to run parallel
      ```
      trainer.hyperparameter_search(
          backend="wandb", 
          sweep_id = "my_project/sweep_id"
      )
      ```
      c74f3d4c
  25. 11 Jan, 2022 1 commit
  26. 06 Jan, 2022 1 commit
  27. 03 Jan, 2022 1 commit
  28. 17 Dec, 2021 1 commit
  29. 08 Dec, 2021 1 commit
  30. 03 Dec, 2021 1 commit
  31. 25 Nov, 2021 1 commit
  32. 24 Nov, 2021 1 commit
  33. 27 Oct, 2021 1 commit
  34. 23 Sep, 2021 1 commit
  35. 06 Sep, 2021 1 commit