1. 04 Aug, 2020 17 commits
  2. 03 Aug, 2020 11 commits
  3. 02 Aug, 2020 1 commit
  4. 01 Aug, 2020 2 commits
  5. 31 Jul, 2020 9 commits
    • Joe Davison's avatar
      bart-large-mnli-yahoo-answers model card (#6133) · 8edfaaa8
      Joe Davison authored
      
      
      * Add bart-large-mnli-yahoo-answers model card
      
      * Add examples
      
      * Add widget example
      
      * Rm bart tag
      Co-authored-by: default avatarJulien Chaumond <chaumond@gmail.com>
      Co-authored-by: default avatarJulien Chaumond <chaumond@gmail.com>
      8edfaaa8
    • Sylvain Gugger's avatar
      Model output test (#6155) · d951c14a
      Sylvain Gugger authored
      * Use return_dict=True in all tests
      
      * Formatting
      d951c14a
    • Sylvain Gugger's avatar
      Harmonize both Trainers API (#6157) · 86caab1e
      Sylvain Gugger authored
      * Harmonize both Trainers API
      
      * Fix test
      
      * main_prcess -> process_zero
      86caab1e
    • Mehrdad Farahani's avatar
      readme m3hrdadfi/albert-fa-base-v2 (#6153) · 603cd81a
      Mehrdad Farahani authored
      
      
      * readme m3hrdadfi/albert-fa-base-v2
      
      model_card readme for m3hrdadfi/albert-fa-base-v2
      
      * Update model_cards/m3hrdadfi/albert-fa-base-v2/README.md
      Co-authored-by: default avatarJulien Chaumond <chaumond@gmail.com>
      603cd81a
    • Suraj Patil's avatar
      parse arguments from dict (#4869) · 838dc06f
      Suraj Patil authored
      * add parse_dict to parse arguments from dict
      
      * add unit test for parse_dict
      838dc06f
    • Paul O'Leary McCann's avatar
      Replace mecab-python3 with fugashi for Japanese tokenization (#6086) · cf3cf304
      Paul O'Leary McCann authored
      * Replace mecab-python3 with fugashi
      
      This replaces mecab-python3 with fugashi for Japanese tokenization. I am
      the maintainer of both projects.
      
      Both projects are MeCab wrappers, so the underlying C++ code is the
      same. fugashi is the newer wrapper and doesn't use SWIG, so for basic
      use of the MeCab API it's easier to use.
      
      This code insures the use of a version of ipadic installed via pip,
      which should make versioning and tracking down issues easier.
      
      fugashi has wheels for Windows, OSX, and Linux, which will help with
      issues with installing old versions of mecab-python3 on Windows.
      Compared to mecab-python3, because fugashi doesn't use SWIG, it doesn't
      require a C++ runtime to be installed on Windows.
      
      In adding this change I removed some code dealing with `cursor`,
      `token_start`, and `token_end` variables. These variables didn't seem to
      be used for anything, it is unclear to me why they were there.
      
      I ran the tests...
      cf3cf304
    • Stas Bekman's avatar
      enable easy checkout switch (#5645) · f250beb8
      Stas Bekman authored
      * enable easy checkout switch
      
      allow having multiple repository checkouts and not needing to remember to rerun 'pip install -e .[dev]' when switching between checkouts and running tests.
      
      * make isort happy
      
      * examples needs one too
      f250beb8
    • kolk's avatar
      Create README.md (#6169) · 7d50af4b
      kolk authored
      7d50af4b
    • Prajjwal Bhargava's avatar
      Add Pytorch Native AMP support in Trainer (#6151) · 0034a1d2
      Prajjwal Bhargava authored
      * fixed type; add Pytorch Native CUDA AMP support
      
      * reverted commit on modeling_utils
      
      * confirming to HF black formatting rule
      
      * changed bool value of _use_apex
      
      * scaler support for gradient clipping
      
      * fix inplace operation of clip_grad_norm
      
      * removed not while version comparison
      0034a1d2