"vscode:/vscode.git/clone" did not exist on "4ebe798ff24dab122e2c49d6242608907bea0bcd"
- 20 Jul, 2021 3 commits
-
-
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 19 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
-
Will Rice authored
-
Patrick von Platen authored
* fix_torch_device_generate_test * remove @ * push * fix marian * fix * up
-
- 14 Jul, 2021 6 commits
-
-
Stas Bekman authored
* [trainer] release tmp memory in checkpoint load * Update src/transformers/trainer.py Co-authored-by:
Sylvain Gugger <35901082+sgugger@users.noreply.github.com> Co-authored-by:
Sylvain Gugger <35901082+sgugger@users.noreply.github.com>
-
Stas Bekman authored
* split the test into 4 sub-tests to avoid timeout * fix decorator order
-
Suraj Patil authored
* update scripts * add copyright * add logging * cleanup * add z loss * add readme * shard description * update readme
-
Matt authored
* Deprecate TFTrainer * Style pass
-
Sylvain Gugger authored
* Base test * More test * Fix mistake * Add a docstring change * Add doc ignore * Add changes * Add recursive dep search * Add recursive dep search * save * Finalize test mapping * Fix bug * Print prettier * Ignore comments and empty lines * Make script runnable from anywhere * Need dev install * Like that * Adapt * Add as artifact * Try on torch tests * Fix yaml error * Install GitPython * Apply everywhere * Be more defensive * Revert to all tests if something is wrong * Install GitPython * Test if there are tests before launching. * Fixes * Fixes * Fixes * Fixes * Bash syntax is horrible * Be less stupid * Try differently * Typo * Typo * Typo * Style * Better name * Escape quotes * Ignore black unhelpful re-formatting * Not a docstring * Deal with inits in dependency map * Run all tests once PR is merged. * Add last job * Apply suggestions from code review Co-authored-by:
Stas Bekman <stas00@users.noreply.github.com> * Stronger dependencies gather * Ignore empty lines too! * Clean up * Fix quality Co-authored-by:
Stas Bekman <stas00@users.noreply.github.com>
-
Funtowicz Morgan authored
-