1. 23 Feb, 2022 16 commits
  2. 22 Feb, 2022 8 commits
  3. 21 Feb, 2022 6 commits
  4. 18 Feb, 2022 10 commits
    • Gunjan Chhablani's avatar
      Add missing PLBart entry in README (#15721) · 2c2a31ff
      Gunjan Chhablani authored
      * Add missing PLBart entry in index
      
      * Fix README
      
      * Fix README
      
      * Fix style
      
      * Change to master model doc
      2c2a31ff
    • Sanchit Gandhi's avatar
      fix bug in PT speech-encoder-decoder (#15699) · 60ba4820
      Sanchit Gandhi authored
      
      
      * fix bug in PT speech-encoder-decoder
      
      * add pt test for `inputs is not None`
      
      * fix test
      
      * new pt test
      
      * Update tests/test_modeling_speech_encoder_decoder.py
      
      * make fixup
      Co-authored-by: default avatarPatrick von Platen <patrick.v.platen@gmail.com>
      60ba4820
    • Jake Tae's avatar
      fix: hfdeepspeed config argument (#15711) · 3de12906
      Jake Tae authored
      `HfDeepSpeedConfig` accepts a dictionary or path to `.json` file containing DS configurations, not `TrainingArguments`.
      3de12906
    • Lysandre Debut's avatar
      Fix auto (#15706) · 83f45cd6
      Lysandre Debut authored
      83f45cd6
    • Sylvain Gugger's avatar
      d5083c33
    • Gunjan Chhablani's avatar
      Add PLBart (#13269) · ae1f8350
      Gunjan Chhablani authored
      * Init PLBART
      
      * Add missing configuration file
      
      * Add conversion script and configurationf ile
      
      * Fix style
      
      * Update modeling and conversion scripts
      
      * Fix scale embedding in config
      
      * Add comment
      
      * Fix conversion script
      
      * Add classification option to conversion script
      
      * Fix vocab size in config doc
      
      * Add tokenizer files from MBart50
      
      * Allow no lang code in regular tokenizer
      
      * Add PLBart Tokenizer Converters
      
      * Remove mask from multi tokenizer
      
      * Remove mask from multi tokenizer
      
      * Change from MBart-50 to MBart tokenizer
      
      * Fix names and modify src/tgt behavior
      
      * Fix imports for tokenizer
      
      * Remove <mask> from multi tokenizer
      
      * Fix style
      
      * Change tokenizer_class to processor_class
      
      * Add attribute map to config class
      
      * Update modeling file to modified MBart code
      
      * Update configuration file to MBart style configuration
      
      * Fix tokenizer
      
      * Separate tokenizers
      
      * Fix error in tokenization auto
      
      * Copy MBart tests
      
      * Replace with MBart tokenization tests
      
      * Fix style
      
      * Fix language code in multi tokenizer
      
      * Fix configuration docs
      
      * Add entry for plbart_multi in transformers init
      
      * Add dummy objects and fix imports
      
      * Fix modeling tests
      
      * Add TODO in config
      
      * Fix copyright year
      
      * Fix modeling docs and test
      
      * Fix some tokenization tests and style
      
      * Add changes from review
      
      * Fix copies
      
      * Fix docs
      
      * Fix docs
      
      * Fix style
      
      * Fix year
      
      * Add changes from review
      
      * Remove extra changes
      
      * Fix base tokenizer and doc
      
      * Fix style
      
      * Fix modeling and slow tokenizer tests
      
      * Remove Multi-tokenizer Converter and Tests
      
      * Delete QA model and Multi Tokenizer dummy objects
      
      * Fix repo consistency and code quality issues
      
      * Fix example documentation
      
      * Fix style
      
      * Remove PLBartTokenizer from type checking in init
      
      * Fix consistency issue
      
      * Add changes from review
      
      * Fix style
      
      * Remove PLBartTokenizerFast
      
      * Remove FastTokenizer converter
      
      * Fix AutoTokenzier mapping
      
      * Add plbart to toctree and fix consistency issues
      
      * Add language codes tokenizer test
      
      * Fix styling and doc issues
      
      * Add fixes for failing tests
      
      * Fix copies
      
      * Fix failing modeling test
      
      * Change assert to assertTrue in modeling tests
      ae1f8350
    • Yih-Dar's avatar
      Fix LongformerModel hidden states (#15537) · 2f2fefd6
      Yih-Dar authored
      
      
      * add undo padding
      
      * fix
      
      * fix tuple issue
      
      * make style and quality
      
      * move unpad logic to LongformerEncoder + unpad attentions + update tests
      
      * move unpad logic to TFLongformerEncoder
      Co-authored-by: default avatarydshieh <ydshieh@users.noreply.github.com>
      2f2fefd6
    • Gautier Dagan's avatar
      68dec6bf
    • Yih-Dar's avatar
    • Sylvain Gugger's avatar
      Fix SiluActivation (#15718) · 416dff73
      Sylvain Gugger authored
      416dff73