1. 20 Jul, 2020 1 commit
    • Stas Bekman's avatar
      DataParallel fixes (#5733) · 35cb101e
      Stas Bekman authored
      * DataParallel fixes:
      
      1. switched to a more precise check
      -        if self.args.n_gpu > 1:
      +        if isinstance(model, nn.DataParallel):
      
      2. fix tests - require the same fixup under DataParallel as the training module
      
      * another fix
      35cb101e
  2. 28 Jun, 2020 1 commit
  3. 17 Jun, 2020 1 commit
  4. 02 Jun, 2020 1 commit
    • Julien Chaumond's avatar
      Kill model archive maps (#4636) · d4c2cb40
      Julien Chaumond authored
      * Kill model archive maps
      
      * Fixup
      
      * Also kill model_archive_map for MaskedBertPreTrainedModel
      
      * Unhook config_archive_map
      
      * Tokenizers: align with model id changes
      
      * make style && make quality
      
      * Fix CI
      d4c2cb40
  5. 07 May, 2020 1 commit
    • Julien Chaumond's avatar
      BIG Reorganize examples (#4213) · 0ae96ff8
      Julien Chaumond authored
      * Created using Colaboratory
      
      * [examples] reorganize files
      
      * remove run_tpu_glue.py as superseded by TPU support in Trainer
      
      * Bugfix: int, not tuple
      
      * move files around
      0ae96ff8
  6. 20 Apr, 2020 1 commit
  7. 24 Mar, 2020 1 commit
  8. 02 Mar, 2020 1 commit
  9. 21 Feb, 2020 1 commit
  10. 04 Feb, 2020 1 commit
    • Yuval Pinter's avatar
      pass langs parameter to certain XLM models (#2734) · d1ab1fab
      Yuval Pinter authored
      * pass langs parameter to certain XLM models
      
      Adding an argument that specifies the language the SQuAD dataset is in so language-sensitive XLMs (e.g. `xlm-mlm-tlm-xnli15-1024`) don't default to language `0`.
      Allows resolution of issue #1799 .
      
      * fixing from `make style`
      
      * fixing style (again)
      d1ab1fab
  11. 28 Jan, 2020 1 commit
  12. 17 Jan, 2020 1 commit
  13. 16 Jan, 2020 1 commit
  14. 08 Jan, 2020 2 commits
  15. 06 Jan, 2020 2 commits
  16. 22 Dec, 2019 5 commits
  17. 21 Dec, 2019 3 commits
    • Aymeric Augustin's avatar
      Reformat source code with black. · fa84ae26
      Aymeric Augustin authored
      This is the result of:
      
          $ black --line-length 119 examples templates transformers utils hubconf.py setup.py
      
      There's a lot of fairly long lines in the project. As a consequence, I'm
      picking the longest widely accepted line length, 119 characters.
      
      This is also Thomas' preference, because it allows for explicit variable
      names, to make the code easier to understand.
      fa84ae26
    • thomwolf's avatar
      fix merge · b03872aa
      thomwolf authored
      b03872aa
    • thomwolf's avatar
      fix merge · 8a2be93b
      thomwolf authored
      8a2be93b
  18. 19 Dec, 2019 1 commit
  19. 16 Dec, 2019 1 commit
  20. 14 Dec, 2019 1 commit
  21. 13 Dec, 2019 2 commits
  22. 12 Dec, 2019 1 commit
  23. 11 Dec, 2019 1 commit
  24. 10 Dec, 2019 2 commits
  25. 09 Dec, 2019 1 commit
  26. 05 Dec, 2019 2 commits
  27. 04 Dec, 2019 3 commits