"configs/vscode:/vscode.git/clone" did not exist on "d036c91af18e9616e6f1e587f2c55c3816526c52"
  1. 28 Aug, 2020 1 commit
    • Sam Shleifer's avatar
      prepare_seq2seq_batch makes labels/ decoder_input_ids made later. (#6654) · 9336086a
      Sam Shleifer authored
      * broken test
      
      * batch parity
      
      * tests pass
      
      * boom boom
      
      * boom boom
      
      * split out bart tokenizer tests
      
      * fix tests
      
      * boom boom
      
      * Fixed dataset bug
      
      * Fix marian
      
      * Undo extra
      
      * Get marian working
      
      * Fix t5 tok tests
      
      * Test passing
      
      * Cleanup
      
      * better assert msg
      
      * require torch
      
      * Fix mbart tests
      
      * undo extra decoder_attn_mask change
      
      * Fix import
      
      * pegasus tokenizer can ignore src_lang kwargs
      
      * unused kwarg test cov
      
      * boom boom
      
      * add todo for pegasus issue
      
      * cover one word translation edge case
      
      * Cleanup
      
      * doc
      9336086a
  2. 26 Aug, 2020 1 commit
  3. 24 Aug, 2020 1 commit
  4. 19 Aug, 2020 2 commits
  5. 18 Aug, 2020 1 commit
  6. 17 Aug, 2020 1 commit
  7. 11 Aug, 2020 1 commit
  8. 31 Jul, 2020 1 commit
  9. 07 Jul, 2020 2 commits
  10. 01 Jul, 2020 1 commit
  11. 28 Jun, 2020 1 commit
  12. 26 Jun, 2020 2 commits
  13. 24 Jun, 2020 1 commit
  14. 19 Jun, 2020 1 commit
  15. 15 Jun, 2020 2 commits
  16. 12 Jun, 2020 2 commits
  17. 11 Jun, 2020 1 commit
  18. 05 Jun, 2020 1 commit
  19. 02 Jun, 2020 2 commits
  20. 25 May, 2020 1 commit
  21. 19 May, 2020 1 commit
  22. 12 May, 2020 1 commit
  23. 01 May, 2020 2 commits
  24. 28 Apr, 2020 1 commit
  25. 10 Apr, 2020 1 commit
  26. 07 Apr, 2020 1 commit
  27. 30 Mar, 2020 2 commits
  28. 29 Mar, 2020 1 commit
  29. 27 Mar, 2020 1 commit
  30. 26 Mar, 2020 1 commit
  31. 20 Mar, 2020 1 commit
  32. 19 Mar, 2020 1 commit
    • Patrick von Platen's avatar
      Support T5 Generation (#3228) · bbf26c4e
      Patrick von Platen authored
      
      
      * fix conflicts
      
      * update bart max length test
      
      * correct spelling mistakes
      
      * implemented model specific encode function
      
      * fix merge conflicts
      
      * better naming
      
      * save intermediate state -> need to rethink strucuture a bit
      
      * leave tf problem as it is for now
      
      * current version
      
      * add layers.pop
      
      * remove ipdb
      
      * make style
      
      * clean return cut decoding
      
      * remove ipdbs
      
      * Fix restoring layers in the decoders that doesnt exists.
      
      * push good intermediate solution for now
      
      * fix conflicts
      
      * always good to refuse to merge conflicts when rebasing
      
      * fix small bug
      
      * improve function calls
      
      * remove unused file
      
      * add correct scope behavior for t5_generate
      Co-authored-by: default avatarMorgan Funtowicz <funtowiczmo@gmail.com>
      bbf26c4e