1. 19 Jan, 2021 5 commits
  2. 18 Jan, 2021 3 commits
  3. 15 Jan, 2021 5 commits
  4. 14 Jan, 2021 11 commits
  5. 13 Jan, 2021 14 commits
  6. 12 Jan, 2021 2 commits
    • Sylvain Gugger's avatar
      Use the right version of tokenizers (#9550) · 5f672103
      Sylvain Gugger authored
      * Use the right version of tokenizers
      
      * Try another way
      
      * Try another way
      
      * Deps are installed from there...
      
      * Deps are installed from there...
      
      * Revert last
      
      * remove needless comment
      5f672103
    • Sylvain Gugger's avatar
      Refactor `prepare_seq2seq_batch` (#9524) · 063d8d27
      Sylvain Gugger authored
      * Add target contextmanager and rework prepare_seq2seq_batch
      
      * Fix tests, treat BART and Barthez
      
      * Add last tokenizers
      
      * Fix test
      
      * Set src token before calling the superclass
      
      * Remove special behavior for T5
      
      * Remove needless imports
      
      * Remove needless asserts
      063d8d27