1. 28 Oct, 2020 5 commits
  2. 27 Oct, 2020 21 commits
  3. 26 Oct, 2020 14 commits
    • Sylvain Gugger's avatar
      Doc styling (#8067) · 08f534d2
      Sylvain Gugger authored
      * Important files
      
      * Styling them all
      
      * Revert "Styling them all"
      
      This reverts commit 7d029395fdae8513b8281cbc2a6c239f8093503e.
      
      * Syling them for realsies
      
      * Fix syntax error
      
      * Fix benchmark_utils
      
      * More fixes
      
      * Fix modeling auto and script
      
      * Remove new line
      
      * Fixes
      
      * More fixes
      
      * Fix more files
      
      * Style
      
      * Add FSMT
      
      * More fixes
      
      * More fixes
      
      * More fixes
      
      * More fixes
      
      * Fixes
      
      * More fixes
      
      * More fixes
      
      * Last fixes
      
      * Make sphinx happy
      08f534d2
    • Sylvain Gugger's avatar
      Doc fixes in preparation for the docstyle PR (#8061) · 04a17f85
      Sylvain Gugger authored
      * Fixes in preparation for doc styling
      
      * More fixes
      
      * Better syntax
      
      * Fixes
      
      * Style
      
      * More fixes
      
      * More fixes
      04a17f85
    • Philip May's avatar
      [Model Card] new cross lingual sentence model for German and English (#8026) · 8bbb74f2
      Philip May authored
      * mc for new cross lingual sentence model
      
      * fat text
      
      * url spelling fix
      
      * more url spelling fixes
      
      * slight thanks change
      
      * small improvements in text
      
      * multilingual word xchange
      
      * change colab link
      
      * xval fold number
      
      * add model links
      
      * line break in model names
      
      * Update README.md
      
      * Update README.md
      
      * new examples link
      
      * new examples link
      
      * add evaluation dataset name
      
      * add more about multi lingual
      
      * typo fix
      
      * typo
      
      * typos
      
      * hyperparameter typos
      
      * hyperparameter typo
      
      * add metadata
      
      * add metadata
      
      * Update README.md
      
      * typo fix
      
      * Small improvement
      8bbb74f2
    • Lysandre Debut's avatar
      3a107645
    • Sam Shleifer's avatar
    • Stas Bekman's avatar
      fixing crash (#8057) · 7ff7c493
      Stas Bekman authored
      7ff7c493
    • Lysandre Debut's avatar
      Fix + Test (#8049) · cbad90d8
      Lysandre Debut authored
      cbad90d8
    • Patrick von Platen's avatar
      [Seq2Seq Trainer] Make sure padding is implemented for models without pad_token (#8043) · 664c7ec4
      Patrick von Platen authored
      * make sure padding is implemented for non-padding tokens models as well
      
      * add better error message
      
      * add better warning
      
      * remove results files
      
      * Update examples/seq2seq/seq2seq_trainer.py
      
      * remove unnecessary copy line
      
      * correct usage of labels
      
      * delete test files
      664c7ec4
    • mohammadreza-Banaei73's avatar
      Update README.md (#8050) · 098ddc22
      mohammadreza-Banaei73 authored
      --wwm cant be used as an argument given run_language_modeling.py and should be changed to --whole_word_mask
      098ddc22
    • Joe Davison's avatar
      fbcddb85
    • Yusuke Mori's avatar
    • Samuel's avatar
      Minor typo fixes to the preprocessing tutorial in the docs (#8046) · fc2d6eac
      Samuel authored
      
      
      * Fix minor typos
      
      Fix minor typos in the docs.
      
      * Update docs/source/preprocessing.rst
      
      Clearer data structure description.
      Co-authored-by: default avatarSylvain Gugger <35901082+sgugger@users.noreply.github.com>
      Co-authored-by: default avatarSylvain Gugger <35901082+sgugger@users.noreply.github.com>
      fc2d6eac
    • Joe Davison's avatar
      minor model card description updates (#8051) · b0a90761
      Joe Davison authored
      b0a90761
    • noise-field's avatar
      Mlflow integration callback (#8016) · c48b16b8
      noise-field authored
      * Add MLflow integration class
      
      Add integration code for MLflow in integrations.py along with the code
      that checks that MLflow is installed.
      
      * Add MLflowCallback import
      
      Add import of MLflowCallback in trainer.py
      
      * Handle model argument
      
      Allow the callback to handle model argument and store model config items as hyperparameters.
      
      * Log parameters to MLflow in batches
      
      MLflow cannot log more than a hundred parameters at once.
      Code added to split the parameters into batches of 100 items and log the batches one by one.
      
      * Fix style
      
      * Add docs on MLflow callback
      
      * Fix issue with unfinished runs
      
      The "fluent" api used in MLflow integration allows only one run to be active at any given moment. If the Trainer is disposed off and a new one is created, but the training is not finished, it will refuse to log the results when the next trainer is created.
      
      * Add MLflow integration class
      
      Add integration code for MLflow in integrations.py along with the code
      that checks that MLflow is installed.
      
      * Add MLflowCallback import
      
      Add import of MLflowCallback in trainer.py
      
      * Handle model argument
      
      Allow the callback to handle model argument and store model config items as hyperparameters.
      
      * Log parameters to MLflow in batches
      
      MLflow cannot log more than a hundred parameters at once.
      Code added to split the parameters into batches of 100 items and log the batches one by one.
      
      * Fix style
      
      * Add docs on MLflow callback
      
      * Fix issue with unfinished runs
      
      The "fluent" api used in MLflow integration allows only one run to be active at any given moment. If the Trainer is disposed off and a new one is created, but the training is not finished, it will refuse to log the results when the next trainer is created.
      c48b16b8