- 05 Oct, 2020 2 commits
-
-
Alexandr authored
* LayoutLM: add exception handling for bbox values To replicate unhandled error: - In `test_modelling_layoutlm.py` set `range_bbox=1025`, i.e. greater 1024 - Run `pytest tests/test_modeling_layoutlm.py` Requirement for bbox values to be within the range 0-1000 is documented but if it is violated then it isa not clear what is the issue from error message. * Update src/transformers/modeling_layoutlm.py Co-authored-by:
Lysandre Debut <lysandre@huggingface.co> Co-authored-by:
Lysandre Debut <lysandre@huggingface.co>
-
Dhaval Taunk authored
-
- 04 Oct, 2020 2 commits
-
-
Sylvain Gugger authored
-
Suraj Patil authored
-
- 02 Oct, 2020 1 commit
-
-
Sam Shleifer authored
-
- 01 Oct, 2020 27 commits
-
-
Sam Shleifer authored
-
Sam Shleifer authored
-
Sylvain Gugger authored
* Fix seq2seq example test * Fix bad copy-paste * Also save the state
-
Sylvain Gugger authored
* Trainer should not modify its TrainingArguments * Trainer should not modify its TrainingArguments * Trainer should not modify its TrainingArguments * Add test of resumed training * Fixes * Non multiGPU test * Clean Trainer state * Add more to the state * Documentation * One last test * Make resume training test more complete * Unwanted changes
-
Sam Shleifer authored
-
Suraj Patil authored
-
Patrick von Platen authored
-
Patrick von Platen authored
* clean T5 * fix t5 tests * fix index typo * fix tf common test * fix examples * change positional ordering for Bart and FSTM * add signature test * clean docs and add tests * add docs to encoder decoder * clean docs * correct two doc strings * remove sig test for TF Elektra & Funnel * fix tf t5 slow tests * fix input_ids to inputs in tf * Update src/transformers/modeling_bart.py Co-authored-by:
Sylvain Gugger <35901082+sgugger@users.noreply.github.com> * Update src/transformers/modeling_bart.py Co-authored-by:
Sylvain Gugger <35901082+sgugger@users.noreply.github.com> * implement lysandre results * make style * fix encoder decoder typo * fix tf slow tests * fix slow tests * renaming * remove unused input Co-authored-by:
Sylvain Gugger <35901082+sgugger@users.noreply.github.com>
-
Muhammad Harris authored
* t5 t5 community notebook added * author link updated * t5 t5 community notebook added * author link updated * new colab link updated Co-authored-by:harris <muhammad.harris@visionx.io>
-
Kai Fricke authored
-
Kai Fricke authored
-
Alexandr authored
Co-authored-by:Alexandr Maslov <avmaslov3@gmail.com>
-
Julien Chaumond authored
-
Julien Chaumond authored
-
Adalberto authored
* Create README.md * language metadata Co-authored-by:Julien Chaumond <chaumond@gmail.com>
-
Martin M眉ller authored
-
allenyummy authored
-
ahotrod authored
Model now fine-tuned on Transformers 3.1.0, previous out-of-date model was fine-tuned on Transformers 2.3.0.
-
Abed khooli authored
Model card for akhooli/personachat-arabic
-
Bayartsogt Yadamsuren authored
* Creating readme for bert-base-mongolian-cased * Update model_cards/bayartsogt/bert-base-mongolian-cased/README.md Co-authored-by:Julien Chaumond <chaumond@gmail.com>
-
Bayartsogt Yadamsuren authored
-
Akshay Gupta authored
Making transformers readme more robust.
-
Lysandre Debut authored
-
Sam Shleifer authored
* Clean clamp * boom boom * Take some other changes * boom boom * boom boom * boom boom * one chg * fix test * Use finfo * style
-
Sylvain Gugger authored
-
Sam Shleifer authored
-
Sam Shleifer authored
* reset model.config * Update src/transformers/trainer.py * use lower case tensor * Just tensor change
-
- 30 Sep, 2020 8 commits
-
-
Julien Chaumond authored
-
Sam Shleifer authored
-
Sam Shleifer authored
-
Sylvain Gugger authored
-
Amanpreet Singh authored
Co-authored-by:Sam Shleifer <sshleifer@gmail.com>
-
Suraj Patil authored
-
Sylvain Gugger authored
* Small QOL improvements to TrainingArguments * With the self.
-
Sylvain Gugger authored
-