1. 01 Feb, 2021 4 commits
    • Stas Bekman's avatar
      [wandb] restore WANDB_DISABLED=true to disable wandb (#9896) · 24881008
      Stas Bekman authored
      * [t5 doc] typos
      
      a few run away backticks
      
      @sgugger
      
      * style
      
      * [trainer] put fp16 args together
      
      this PR proposes a purely cosmetic change that puts all the fp16 args together - so they are easier to manager/read
      
      @sgugger
      
      * style
      
      * [wandb] make WANDB_DISABLED disable wandb with any value
      
      This PR solves part of https://github.com/huggingface/transformers/issues/9623
      
      It tries to actually do what https://github.com/huggingface/transformers/issues/9699 requested/discussed and that is any value of `WANDB_DISABLED` should disable wandb.
      
      The current behavior is that it has to be one of `ENV_VARS_TRUE_VALUES = {"1", "ON", "YES"}`
      
      I have been using `WANDB_DISABLED=true` everywhere in scripts as it was originally advertised. I have no idea why this was changed to a sub-set of possible values. And it's not documented anywhere.
      
      @sgugger
      
      * WANDB_DISABLED=true to disable; make tf trainer consistent
      
      * style
      24881008
    • Stas Bekman's avatar
      6bab8368
    • Sylvain Gugger's avatar
      Doc title in the template (#9910) · d85691ac
      Sylvain Gugger authored
      d85691ac
    • Daniel Stancl's avatar
      Add head_mask and decoder_head_mask to FSMT (#9819) · 0c6c0afc
      Daniel Stancl authored
      * Add {decoder_,}head_mask to fsmt_modeling.py
      
      * Enable test_headmasking and some changes to docs
      
      * Remove test_head_masking flag from fsmt test file
      
      Remove test_head_masking flag from test_modeling_fsmt.py
      since test_head_masking is set to be True by default (thus it is redundant to store).
      
      * Merge master and remove test_head_masking = True
      
      * Rebase necessary due to an update of jaxlib
      
      * Remove test_head_masking=True in tests/test_modeling_fsmt.py
      as it is redundant.
      0c6c0afc
  2. 31 Jan, 2021 2 commits
  3. 30 Jan, 2021 1 commit
  4. 29 Jan, 2021 6 commits
  5. 28 Jan, 2021 11 commits
  6. 27 Jan, 2021 16 commits