1. 19 Nov, 2020 7 commits
    • Matthias's avatar
      fix small typo (#8644) · a79a96dd
      Matthias authored
      Fixed a small typo on the XLNet and permutation language modelling section
      a79a96dd
    • Sylvain Gugger's avatar
      Better filtering of the model outputs in Trainer (#8633) · 4208f496
      Sylvain Gugger authored
      * Better filtering of the model outputs in Trainer
      
      * Fix examples tests
      
      * Add test for Lysandre
      4208f496
    • Lysandre Debut's avatar
      Fix a bunch of slow tests (#8634) · f2e07e72
      Lysandre Debut authored
      
      
      * CI should install `sentencepiece`
      
      * Requiring TF
      
      * Fixing some TFDPR bugs
      
      * remove return_dict=False/True hack
      Co-authored-by: default avatarpatrickvonplaten <patrick.v.platen@gmail.com>
      f2e07e72
    • elk-cloner's avatar
      Tf longformer for sequence classification (#8231) · 5362bb8a
      elk-cloner authored
      
      
      * working on LongformerForSequenceClassification
      
      * add TFLongformerForMultipleChoice
      
      * add TFLongformerForTokenClassification
      
      * use add_start_docstrings_to_model_forward
      
      * test TFLongformerForSequenceClassification
      
      * test TFLongformerForMultipleChoice
      
      * test TFLongformerForTokenClassification
      
      * remove test from repo
      
      * add test and doc for TFLongformerForSequenceClassification, TFLongformerForTokenClassification, TFLongformerForMultipleChoice
      
      * add requested classes to modeling_tf_auto.py
      update dummy_tf_objects
      fix tests
      fix bugs in requested classes
      
      * pass all tests except test_inputs_embeds
      
      * sync with master
      
      * pass all tests except test_inputs_embeds
      
      * pass all tests
      
      * pass all tests
      
      * work on test_inputs_embeds
      
      * fix style and quality
      
      * make multi choice work
      
      * fix TFLongformerForTokenClassification signature
      
      * fix TFLongformerForMultipleChoice, TFLongformerForSequenceClassification signature
      
      * fix mult choice
      
      * fix mc hint
      
      * fix input embeds
      
      * fix input embeds
      
      * refactor input embeds
      
      * fix copy issue
      
      * apply sylvains changes and clean more
      Co-authored-by: default avatarPatrick von Platen <patrick.v.platen@gmail.com>
      5362bb8a
    • Quentin Lhoest's avatar
      fix missing return dict (#8653) · 62cd9ce9
      Quentin Lhoest authored
      62cd9ce9
    • Amine Abdaoui's avatar
      [model card] : fix bert-base-15lang-cased (#8655) · 0c2677f5
      Amine Abdaoui authored
      the table was badly formatted because of a single line break
      0c2677f5
    • Amine Abdaoui's avatar
      Add cards for all Geotrend models (#8617) · 0a80959b
      Amine Abdaoui authored
      * docs(bert-base-15lang-cased): add model card
      
      * add cards for all Geotrend models
      
      * [model cards] fix language tag for all Geotrend models
      0a80959b
  2. 18 Nov, 2020 26 commits
  3. 17 Nov, 2020 7 commits