1. 09 Feb, 2021 1 commit
  2. 08 Feb, 2021 6 commits
  3. 05 Feb, 2021 2 commits
  4. 03 Feb, 2021 2 commits
  5. 02 Feb, 2021 1 commit
  6. 01 Feb, 2021 3 commits
  7. 29 Jan, 2021 1 commit
  8. 28 Jan, 2021 1 commit
  9. 27 Jan, 2021 1 commit
  10. 26 Jan, 2021 3 commits
  11. 25 Jan, 2021 1 commit
  12. 23 Jan, 2021 1 commit
  13. 22 Jan, 2021 2 commits
  14. 21 Jan, 2021 1 commit
  15. 20 Jan, 2021 2 commits
  16. 19 Jan, 2021 2 commits
  17. 15 Jan, 2021 1 commit
  18. 14 Jan, 2021 2 commits
  19. 13 Jan, 2021 3 commits
  20. 07 Jan, 2021 1 commit
  21. 06 Jan, 2021 1 commit
  22. 05 Jan, 2021 2 commits
    • Patrick von Platen's avatar
      [PyTorch Bart] Split Bart into different models (#9343) · eef66035
      Patrick von Platen authored
      * first try
      
      * remove old template
      
      * finish bart
      
      * finish mbart
      
      * delete unnecessary line
      
      * init pegasus
      
      * save intermediate
      
      * correct pegasus
      
      * finish pegasus
      
      * remove cookie cutter leftover
      
      * add marian
      
      * finish blenderbot
      
      * replace in file
      
      * correctly split blenderbot
      
      * delete "old" folder
      
      * correct "add statement"
      
      * adapt config for tf comp
      
      * correct configs for tf
      
      * remove ipdb
      
      * fix more stuff
      
      * fix mbart
      
      * push pegasus fix
      
      * fix mbart
      
      * more fixes
      
      * fix research projects code
      
      * finish docs for bart, mbart, and marian
      
      * delete unnecessary file
      
      * correct attn typo
      
      * correct configs
      
      * remove pegasus for seq class
      
      * correct peg docs
      
      * correct peg docs
      
      * finish configs
      
      * further improve docs
      
      * add copied from statements to mbart
      
      * fix copied from in mbart
      
      * add copy statements to marian
      
      * add copied from to marian
      
      * add pegasus copied from
      
      * finish pegasus
      
      * finish copied from
      
      * Apply suggestions from code review
      
      * make style
      
      * backward comp blenderbot
      
      * apply lysandres and sylvains suggestions
      
      * apply suggestions
      
      * push last fixes
      
      * fix docs
      
      * fix tok tests
      
      * fix imports code style
      
      * fix doc
      eef66035
    • Yusuke Mori's avatar