1. 25 Oct, 2021 1 commit
  2. 21 Apr, 2021 1 commit
  3. 29 Mar, 2021 1 commit
  4. 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
  5. 19 Mar, 2021 1 commit
  6. 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
  7. 17 Mar, 2021 1 commit
  8. 15 Mar, 2021 1 commit
  9. 09 Feb, 2021 1 commit
  10. 23 Jan, 2021 1 commit
  11. 21 Dec, 2020 1 commit
  12. 18 Dec, 2020 1 commit
  13. 16 Dec, 2020 1 commit
  14. 11 Dec, 2020 1 commit
  15. 08 Dec, 2020 1 commit
  16. 07 Dec, 2020 1 commit
  17. 09 Nov, 2020 2 commits
  18. 05 Nov, 2020 1 commit
  19. 30 Oct, 2020 1 commit
  20. 27 Oct, 2020 3 commits
  21. 30 Sep, 2020 1 commit
  22. 25 Sep, 2020 1 commit
  23. 10 Aug, 2020 1 commit
  24. 06 Aug, 2020 1 commit
  25. 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
  26. 14 Jul, 2020 1 commit
  27. 10 Jul, 2020 1 commit
  28. 01 Jul, 2020 1 commit
  29. 28 Jun, 2020 1 commit
  30. 25 Jun, 2020 1 commit
  31. 24 Jun, 2020 1 commit
  32. 16 Jun, 2020 1 commit
  33. 05 Jun, 2020 1 commit
  34. 02 Jun, 2020 1 commit
  35. 27 May, 2020 1 commit
  36. 15 May, 2020 1 commit
  37. 13 May, 2020 1 commit
    • Julien Plu's avatar
      Question Answering for TF trainer (#4320) · ca136186
      Julien Plu authored
      * Add QA trainer example for TF
      
      * Make data_dir optional
      
      * Fix parameter logic
      
      * Fix feature convert
      
      * Update the READMEs to add the question-answering task
      
      * Apply style
      
      * Change 'sequence-classification' to 'text-classification' and prefix with 'eval' all the metric names
      
      * Apply style
      
      * Apply style
      ca136186