1. 26 Mar, 2020 4 commits
    • Sam Shleifer's avatar
      [Bart/Memory] don't create lm_head (#3323) · 39371ee4
      Sam Shleifer authored
      * delete lm_head, skips weight tying
      * Fixed s3
      39371ee4
    • sakares saengkaew's avatar
      Add missing token classification for XLM (#3277) · 1a6c546c
      sakares saengkaew authored
      
      
      * Add the missing token classification for XLM
      
      * fix styling
      
      * Add XLMForTokenClassification to AutoModelForTokenClassification class
      
      * Fix docstring typo for non-existing class
      
      * Add the missing token classification for XLM
      
      * fix styling
      
      * fix styling
      
      * Add XLMForTokenClassification to AutoModelForTokenClassification class
      
      * Fix docstring typo for non-existing class
      
      * Add missing description for AlbertForTokenClassification
      
      * fix styling
      
      * Add missing docstring for AlBert
      
      * Slow tests should be slow
      Co-authored-by: default avatarSakares Saengkaew <s.sakares@gmail.com>
      Co-authored-by: default avatarLysandreJik <lysandre.debut@reseau.eseo.fr>
      1a6c546c
    • Patrick von Platen's avatar
      Adds translation pipeline (#3419) · 022e8fab
      Patrick von Platen authored
      * fix merge conflicts
      
      * add t5 summarization example
      
      * change parameters for t5 summarization
      
      * make style
      
      * add first code snippet for translation
      
      * only add prefixes
      
      * add prefix patterns
      
      * make style
      
      * renaming
      
      * fix conflicts
      
      * remove unused patterns
      
      * solve conflicts
      
      * fix merge conflicts
      
      * remove translation example
      
      * remove summarization example
      
      * make sure tensors are in numpy for float comparsion
      
      * re-add t5 config
      
      * fix t5 import config typo
      
      * make style
      
      * remove unused numpy statements
      
      * update doctstring
      
      * import translation pipeline
      022e8fab
    • Patrick von Platen's avatar
      Add t5 to pipeline(task='summarization') (#3413) · 9c683ef0
      Patrick von Platen authored
      * solve conflicts
      
      * move warnings below
      
      * incorporate changes
      
      * add pad_to_max_length to pipelines
      
      * add bug fix for T5 beam search
      
      * add prefix patterns
      
      * make style
      
      * fix conflicts
      
      * adapt pipelines for task specific parameters
      
      * improve docstring
      
      * remove unused patterns
      9c683ef0
  2. 24 Mar, 2020 1 commit
  3. 20 Mar, 2020 1 commit
  4. 19 Mar, 2020 2 commits
    • 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
    • Sam Shleifer's avatar
  5. 18 Mar, 2020 2 commits
  6. 17 Mar, 2020 3 commits
  7. 16 Mar, 2020 1 commit
  8. 13 Mar, 2020 1 commit
  9. 12 Mar, 2020 3 commits
  10. 11 Mar, 2020 18 commits
  11. 09 Mar, 2020 4 commits