"GRUB2/vscode:/vscode.git/clone" did not exist on "620229508b2ee039d286cce54c9c7396b12edf43"
  1. 18 Apr, 2022 1 commit
  2. 15 Apr, 2022 1 commit
  3. 13 Apr, 2022 2 commits
  4. 04 Apr, 2022 1 commit
  5. 23 Mar, 2022 1 commit
  6. 22 Mar, 2022 1 commit
  7. 21 Mar, 2022 1 commit
    • Patrick von Platen's avatar
      Add Slack notification support for doc tests (#16253) · c1af180d
      Patrick von Platen authored
      * up
      
      * up
      
      * up
      
      * fix
      
      * yeh
      
      * ups
      
      * Empty test commit
      
      * correct quicktour
      
      * correct
      
      * correct
      
      * up
      
      * up
      
      * uP
      
      * uP
      
      * up
      
      * up
      
      * uP
      
      * up
      
      * up
      
      * up
      
      * up
      
      * up
      
      * up
      
      * up
      
      * up
      
      * up
      
      * up
      
      * Update src/transformers/models/van/modeling_van.py
      
      * finish
      
      * apply suggestions
      
      * remove folder
      
      * revert to daily testing
      c1af180d
  8. 16 Mar, 2022 1 commit
  9. 15 Mar, 2022 2 commits
  10. 11 Mar, 2022 2 commits
  11. 10 Mar, 2022 1 commit
    • Sylvain Gugger's avatar
      Build the doc in a seperate folder then move it (#16020) · 10591399
      Sylvain Gugger authored
      * Build the doc in a seperate folder then move it
      
      * Allow job
      
      * Is this it?
      
      * Dislike comments?
      
      * Copy instead of move
      
      * Removing version built
      
      * Typos
      
      * No variable
      
      * Take _versions.yml into account
      
      * Finish main job and add dev job
      
      * Forgot the run
      
      * Fix syntax error
      
      * Execute builder from the repo
      
      * Typo
      10591399
  12. 09 Mar, 2022 2 commits
  13. 08 Mar, 2022 1 commit
  14. 02 Mar, 2022 2 commits
    • Sylvain Gugger's avatar
      Update delete-dev-doc job to match build-dev-doc (#15891) · 3d224286
      Sylvain Gugger authored
      * Update delete-dev-doc job to match build-dev-doc
      
      * More debug info
      
      * More debug info
      
      * Stash if needed
      
      * Remove the comment update
      
      * Fix paths
      
      * Wtf is going on..
      
      * Fix git status test
      
      * Try another way
      
      * I don't understand what's happening
      
      * Bash shell
      
      * What's happening now...
      
      * What's happening now...
      
      * Try like this
      
      * Back to trying to use bash
      
      * And like that?
      
      * Refine tests
      
      * Stash after adding new files
      
      * Stash after adding new files
      
      * Proper commit sha and PR number
      
      * Address review comments
      3d224286
    • Lysandre Debut's avatar
      Remove stash for now (#15882) · d1a29078
      Lysandre Debut authored
      d1a29078
  15. 01 Mar, 2022 4 commits
  16. 24 Feb, 2022 1 commit
  17. 23 Feb, 2022 9 commits
  18. 16 Feb, 2022 1 commit
  19. 09 Feb, 2022 1 commit
  20. 03 Feb, 2022 1 commit
  21. 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
  22. 27 Jan, 2022 1 commit
    • Patrick von Platen's avatar
      [DocTests Speech] Add doc tests for all speech models (#15031) · 9f831bde
      Patrick von Platen authored
      * fix_torch_device_generate_test
      
      * remove @
      
      * doc tests
      
      * up
      
      * up
      
      * fix doctests
      
      * adapt files
      
      * finish refactor
      
      * up
      
      * save intermediate
      
      * add more logic
      
      * new change
      
      * improve
      
      * next try
      
      * next try
      
      * next try
      
      * next try
      
      * fix final spaces
      
      * fix final spaces
      
      * improve
      
      * renaming
      
      * correct more bugs
      
      * finish wavlm
      
      * add comment
      
      * run on test runner
      
      * finish all speech models
      
      * adapt
      
      * finish
      9f831bde
  23. 24 Jan, 2022 2 commits
    • Sylvain Gugger's avatar
      Try without bad instruction · e65bfc09
      Sylvain Gugger authored
      e65bfc09
    • Sylvain Gugger's avatar
      Add model like (#14992) · 81156d20
      Sylvain Gugger authored
      
      
      * Add new model like command
      
      * Bad doc-styler
      
      * black and doc-styler, stop fighting!
      
      * black and doc-styler, stop fighting!
      
      * At last
      
      * Clean up
      
      * Typo
      
      * Bad doc-styler
      
      * Bad doc-styler
      
      * All good maybe?
      
      * Use constants
      
      * Add doc and type hints
      
      * More cleaning
      
      * Add doc
      
      * Fix Copied from
      
      * Doc template
      
      * Use typing.Pattern instead
      
      * Framework-specific files
      
      * Fixes
      
      * Select frameworks clean model init
      
      * Deal with frameworks in main init
      
      * fixes
      
      * Last fix
      
      * Prompt user for info
      
      * Delete exemple config
      
      * Last fixes
      
      * Add test config
      
      * Fix bug with model_type included in each other
      
      * Fixes
      
      * More fixes
      
      * More fixes
      
      * Adapt config
      
      * Remove print statements
      
      * Will fix tokenization later, leave it broken for now
      
      * Add test
      
      * Quality
      
      * Try this way
      
      * Debug
      
      * Maybe by setting the path?
      
      * Let's try another way
      
      * It should go better when actually passing the arg...
      
      * Remove debug statements and style
      
      * Fix config
      
      * Add tests
      
      * Test require the three backends
      
      * intermediate commit
      
      * Revamp pattern replacements and start work on feature extractors
      
      * Adapt model info
      
      * Finalize code for processors
      
      * Fix in main init additions
      
      * Finish questionnaire for processing classes
      
      * Fix file name
      
      * Fix for real
      
      * Fix patterns
      
      * Style
      
      * Remove needless warnings
      
      * Copied from should work now.
      
      * Include Copied form in blocks
      
      * Add test
      
      * More fixes and tests
      
      * Apply suggestions from code review
      Co-authored-by: default avatarLysandre Debut <lysandre@huggingface.co>
      
      * Address review comment
      Co-authored-by: default avatarLysandre Debut <lysandre@huggingface.co>
      81156d20