1. 29 Apr, 2021 1 commit
  2. 26 Apr, 2021 2 commits
  3. 21 Apr, 2021 1 commit
  4. 29 Mar, 2021 1 commit
  5. 22 Mar, 2021 1 commit
    • Boris Dayma's avatar
      feat(wandb): logging and configuration improvements (#10826) · 125ccead
      Boris Dayma authored
      * feat: ensure unique artifact id
      
      * feat: allow manual init
      
      * fix: simplify reinit logic
      
      * fix: no dropped value + immediate commits
      
      * fix: wandb use in sagemaker
      
      * docs: improve documenation and formatting
      
      * fix: typos
      
      * docs: improve formatting
      125ccead
  6. 19 Mar, 2021 1 commit
  7. 18 Mar, 2021 1 commit
    • Stas Bekman's avatar
      [examples/seq2seq/README.md] fix t5 examples (#10734) · 9352b515
      Stas Bekman authored
      * [examples/seq2seq] fix t5 examples
      
      This PR:
      * fixes T5 examples to include `--source_prefix` - it's **not** optional. If you give it a try you will see that you get 10x worse bleu scores w/o it. w/ `27.6849`, w/ `2.374`
      * added a normal translation example w/o the peculiarities of MBart and T5
      * reduces the default max samples to 50 so it's much faster to test quickly
      
      summarization seems to be broken for t5 score-wise: https://github.com/huggingface/transformers/issues/10733
      
      @sgugger
      
      * specify explicitly the t5 models requiring the special handling
      
      * one more
      
      * update the t5 summarization example to use cnn_dailymail
      
      * move max*samples into the top level README.md
      
      * better wording
      
      * better wording
      9352b515
  8. 17 Mar, 2021 1 commit
  9. 15 Mar, 2021 1 commit
  10. 09 Feb, 2021 1 commit
  11. 23 Jan, 2021 1 commit
  12. 21 Dec, 2020 1 commit
  13. 18 Dec, 2020 1 commit
  14. 16 Dec, 2020 1 commit
  15. 11 Dec, 2020 1 commit
  16. 08 Dec, 2020 1 commit
  17. 07 Dec, 2020 1 commit
  18. 09 Nov, 2020 2 commits
  19. 05 Nov, 2020 1 commit
  20. 30 Oct, 2020 1 commit
  21. 27 Oct, 2020 3 commits
  22. 30 Sep, 2020 1 commit
  23. 25 Sep, 2020 1 commit
  24. 10 Aug, 2020 1 commit
  25. 06 Aug, 2020 1 commit
  26. 29 Jul, 2020 1 commit
    • Julien Plu's avatar
      Rework TF trainer (#6038) · 54f9fbef
      Julien Plu authored
      * Fully rework training/prediction loops
      
      * fix method name
      
      * Fix variable name
      
      * Fix property name
      
      * Fix scope
      
      * Fix method name
      
      * Fix tuple index
      
      * Fix tuple index
      
      * Fix indentation
      
      * Fix variable name
      
      * fix eval before log
      
      * Add drop remainder for test dataset
      
      * Fix step number + fix logging datetime
      
      * fix eval loss value
      
      * use global step instead of step + fix logging at step 0
      
      * Fix logging datetime
      
      * Fix global_step usage
      
      * Fix breaking loop + logging datetime
      
      * Fix step in prediction loop
      
      * Fix step breaking
      
      * Fix train/test loops
      
      * Force TF at least 2.2 for the trainer
      
      * Use assert_cardinality to facilitate the dataset size computation
      
      * Log steps per epoch
      
      * Make tfds compliant with TPU
      
      * Make tfds compliant with TPU
      
      * Use TF dataset enumerate instead of the Python one
      
      * revert previous commit
      
      * Fix data_dir
      
      * Apply style
      
      * rebase on master
      
      * Address Sylvain's comments
      
      * Address Sylvain's and Lysandre comments
      
      * Trigger CI
      
      * Remove unused import
      54f9fbef
  27. 14 Jul, 2020 1 commit
  28. 10 Jul, 2020 1 commit
  29. 01 Jul, 2020 1 commit
  30. 28 Jun, 2020 1 commit
  31. 25 Jun, 2020 1 commit
  32. 24 Jun, 2020 1 commit
  33. 16 Jun, 2020 1 commit
  34. 05 Jun, 2020 1 commit
  35. 02 Jun, 2020 1 commit
  36. 27 May, 2020 1 commit