1. 13 Jan, 2021 1 commit
  2. 06 Jan, 2021 1 commit
  3. 05 Jan, 2021 1 commit
  4. 21 Dec, 2020 1 commit
  5. 19 Dec, 2020 1 commit
  6. 11 Dec, 2020 1 commit
  7. 05 Dec, 2020 1 commit
    • Ethan Perez's avatar
      Don't pass in token_type_ids to BART for GLUE (#8929) · 8dfc8c72
      Ethan Perez authored
      Without this fix, training a `BARTForSequenceClassification` model with `run_pl_glue.py` gives `TypeError: forward() got an unexpected keyword argument 'token_type_ids'`, because BART does not have token_type_ids. I've solved this issue in the same way as it's solved for the "distilbert" model, and I can train BART models on SNLI without errors now.
      8dfc8c72
  8. 17 Nov, 2020 1 commit
  9. 12 Nov, 2020 1 commit
  10. 30 Oct, 2020 1 commit
  11. 28 Oct, 2020 2 commits
  12. 22 Oct, 2020 1 commit
  13. 14 Oct, 2020 1 commit
  14. 12 Oct, 2020 1 commit
  15. 09 Oct, 2020 1 commit
  16. 22 Sep, 2020 1 commit
  17. 21 Sep, 2020 2 commits
  18. 15 Sep, 2020 1 commit
  19. 07 Sep, 2020 1 commit
  20. 26 Aug, 2020 1 commit
  21. 18 Aug, 2020 1 commit
  22. 17 Aug, 2020 1 commit
  23. 11 Aug, 2020 3 commits
  24. 09 Aug, 2020 1 commit
  25. 07 Aug, 2020 2 commits
  26. 06 Aug, 2020 2 commits
  27. 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
  28. 01 Jul, 2020 1 commit
  29. 28 Jun, 2020 1 commit
  30. 24 Jun, 2020 1 commit
  31. 23 Jun, 2020 1 commit
  32. 04 Jun, 2020 1 commit
  33. 02 Jun, 2020 2 commits