- 22 Apr, 2020 1 commit
-
-
Julien Chaumond authored
* doc * [tests] Add sample files for a regression task * [HUGE] Trainer * Feedback from @sshleifer * Feedback from @thomwolf + logging tweak * [file_utils] when downloading concurrently, get_from_cache will use the cached file for subsequent processes * [glue] Use default max_seq_length of 128 like before * [glue] move DataTrainingArguments around * [ner] Change interface of InputExample, and align run_{tf,pl} * Re-align the pl scripts a little bit * ner * [ner] Add integration test * Fix language_modeling with API tweak * [ci] Tweak loss target * Don't break console output * amp.initialize: model must be on right device before * [multiple-choice] update for Trainer * Re-align to 827d6d6e
-
- 16 Apr, 2020 1 commit
-
-
Davide Fiocco authored
-
- 10 Apr, 2020 2 commits
-
-
Julien Chaumond authored
* [examples] Generate argparsers from type hints on dataclasses * [HfArgumentParser] way simpler API * Restore run_language_modeling.py for easier diff * [HfArgumentParser] final tweaks from code review
-
Julien Chaumond authored
* Big cleanup of `glue_convert_examples_to_features` * Use batch_encode_plus * Cleaner wrapping of glue_convert_examples_to_features for TF @lysandrejik * Cleanup syntax, thanks to @mfuntowicz * Raise explicit error in case of user error
-
- 01 Apr, 2020 1 commit
-
-
Julien Chaumond authored
* Start cleaning examples * Fixup
-
- 24 Mar, 2020 1 commit
-
-
Julien Chaumond authored
-
- 19 Mar, 2020 1 commit
-
-
mataney authored
* solving bug where for small epochs and large gradient_accumulation_steps we never train * black formatting * no need to change these files
-
- 03 Mar, 2020 1 commit
-
-
Davide Fiocco authored
That's the same fix applied in https://github.com/huggingface/transformers/issues/2258 , but for the GLUE example
-
- 02 Mar, 2020 1 commit
-
-
Victor SANH authored
* fix n_gpu count when no_cuda flag is activated * someone was left behind
-
- 06 Feb, 2020 1 commit
-
-
Peter Izsak authored
-
- 30 Jan, 2020 1 commit
-
-
Hang Le authored
-
- 28 Jan, 2020 1 commit
-
-
Lysandre authored
-
- 07 Jan, 2020 1 commit
-
-
Simone Primarosa authored
* Add support for Albert and XLMRoberta for the Glue example
-
- 06 Jan, 2020 2 commits
-
-
alberduris authored
-
alberduris authored
-
- 22 Dec, 2019 5 commits
-
-
Aymeric Augustin authored
-
Aymeric Augustin authored
-
Aymeric Augustin authored
-
Aymeric Augustin authored
-
Aymeric Augustin authored
This is the result of: $ isort --recursive examples templates transformers utils hubconf.py setup.py
-
- 21 Dec, 2019 1 commit
-
-
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.
-
- 19 Dec, 2019 1 commit
-
-
Stefan Schweter authored
-
- 12 Dec, 2019 1 commit
-
-
Alan deLevie authored
deay -> decay
-
- 11 Dec, 2019 1 commit
-
-
Bilal Khan authored
-
- 03 Dec, 2019 1 commit
-
-
VictorSanh authored
-
- 29 Nov, 2019 1 commit
-
-
Juha Kiili authored
-
- 26 Nov, 2019 1 commit
-
-
Lysandre authored
-
- 21 Nov, 2019 1 commit
-
-
Juha Kiili authored
-
- 20 Nov, 2019 1 commit
-
-
Jin Young Sohn authored
TPU runner is currently implemented in: https://github.com/pytorch-tpu/transformers/blob/tpu/examples/run_glue_tpu.py. We plan to upstream this directly into `huggingface/transformers` (either `master` or `tpu`) branch once it's been more thoroughly tested.
-
- 14 Nov, 2019 1 commit
-
-
R茅mi Louf authored
-
- 12 Nov, 2019 1 commit
-
-
ronakice authored
-
- 04 Nov, 2019 1 commit
-
-
thomwolf authored
-
- 21 Oct, 2019 1 commit
-
-
Pasquale Minervini authored
gradient norm clipping should be done right before calling the optimiser - fixing run_glue and run_ner as well
-
- 10 Oct, 2019 2 commits
- 08 Oct, 2019 1 commit
-
-
Bilal Khan authored
-
- 04 Oct, 2019 1 commit
-
-
Julien Chaumond authored
-
- 03 Oct, 2019 2 commits
- 27 Sep, 2019 1 commit
-
-
VictorSanh authored
-