- 21 Jul, 2021 2 commits
-
-
Philip May authored
-
Lysandre Debut authored
* Expose get_config() on ModelTesters * Typo
-
- 20 Jul, 2021 9 commits
-
-
Stas Bekman authored
* [trainer] fix % 0 * sanity checks * fix logging_strategy * correction * Update src/transformers/training_args.py Co-authored-by:
Sylvain Gugger <35901082+sgugger@users.noreply.github.com> Co-authored-by:
Sylvain Gugger <35901082+sgugger@users.noreply.github.com>
-
Patrick von Platen authored
-
Suraj Patil authored
-
Patrick von Platen authored
-
Patrick von Platen authored
* fix_torch_device_generate_test * remove @ * correct longformer docs Co-authored-by:Patrick von Platen <patrick@huggingface.co>
-
Patrick von Platen authored
cc @patil-suraj
-
fgaim authored
* Allow validation split when loading dataset from local file * Flax clm & t5, enable validation split for datasets loaded from local file
-
Will Rice authored
This fixes the padded batch [issue](https://github.com/huggingface/transformers/issues/12282). The error was generated due to the maximum sequence length of the attention mask not matching the padded sequence length of the hidden_states. `np.allclose` now passes with a 1e-2 absolute tolerance. This change fixes
-
Stas Bekman authored
-
- 19 Jul, 2021 3 commits
-
-
Sylvain Gugger authored
* Enforce eval and save strategies are compatible when --load_best_model_at_end * Update doc * Fix typos * Fix tests
-
Lysandre Debut authored
-
Antoni Baum authored
* Fix dynamic_modules ImportError with Ray Tune * Nit
-
- 17 Jul, 2021 4 commits
-
-
Patrick von Platen authored
-
Patrick von Platen authored
-
Sylvain Gugger authored
-
Tomohiro Endo authored
* Detect mismatch by analyzing config * Fix comment * Fix import * Update src/transformers/tokenization_utils_base.py Co-authored-by:
SaulLu <55560583+SaulLu@users.noreply.github.com> * Revise based on reviews * remove kwargs * Fix exception * Fix handling exception again * Disable mismatch test in PreTrainedTokenizerFast Co-authored-by:
SaulLu <55560583+SaulLu@users.noreply.github.com>
-
- 16 Jul, 2021 5 commits
-
-
Patrick von Platen authored
* fix_torch_device_generate_test * remove @ * finish * correct script * correct script
-
SaulLu authored
* preserve type of `additional_special_tokens` in `special_token_map` * format * Update src/transformers/tokenization_utils_base.py Co-authored-by:
Sylvain Gugger <35901082+sgugger@users.noreply.github.com> Co-authored-by:
Sylvain Gugger <35901082+sgugger@users.noreply.github.com>
-
Funtowicz Morgan authored
* Set model in eval mode when exporting to ONNX. * Disable t5 for now. * Disable T5 with past too. * Style.
-
Suraj Patil authored
-
Nathan Zhou authored
-
- 15 Jul, 2021 17 commits
-
-
Stas Bekman authored
* [testing] details of how to start self-push workflow * style * fix * Apply suggestions from code review Co-authored-by:
Sylvain Gugger <35901082+sgugger@users.noreply.github.com> Co-authored-by:
Sylvain Gugger <35901082+sgugger@users.noreply.github.com>
-
Patrick von Platen authored
-
Patrick von Platen authored
* fix_torch_device_generate_test * remove @ * start adding tests * correct wav2vec2 pretraining * up * up Co-authored-by:Patrick von Platen <patrick@huggingface.co>
-
SaulLu authored
-
Stas Bekman authored
-
Stas Bekman authored
-
Lysandre Debut authored
-
Lysandre Debut authored
* Don't test LED on torchscript * Typo
-
Lysandre Debut authored
-
Lysandre Debut authored
-
Lysandre Debut authored
-
qqaatw authored
* Add README_zh-tw.md * Add links to each README. * Fix a mismatched term. * Minor improvements. * Rename language code to be more inclusive. * Polish terms to make them fluent. * Remove redundant spaces. * Fix typo.
-
Lysandre Debut authored
-
Lysandre Debut authored
-
Lysandre Debut authored
-
Lysandre Debut authored
-
Sylvain Gugger authored
-