- 28 Jul, 2020 18 commits
-
-
Sam Shleifer authored
-
Joe Davison authored
-
Lysandre Debut authored
-
Sam Shleifer authored
-
Tanmay Thakur authored
-
Sylvain Gugger authored
* Fix #6092 * Format
-
Manuel Romero authored
-
Clement authored
-
Sylvain Gugger authored
* Make all data collators accept dict * Style
-
Sam Shleifer authored
Co-authored-by:
Julien Chaumond <chaumond@gmail.com> Co-authored-by:
Sylvain Gugger <35901082+sgugger@users.noreply.github.com> Co-authored-by:
Lysandre Debut <lysandre@huggingface.co> Co-authored-by:
Teven <teven.lescao@gmail.com>
-
Stas Bekman authored
* add a link to README.md * Update README.md
-
Pavel Soriano authored
-
Sam Shleifer authored
* MBART: support summarization tasks * fix test * Style * add tokenizer test
-
Tanmay Thakur authored
Signed-off-by:lordtt13 <thakurtanmay72@yahoo.com>
-
Andrés Felipe Cruz authored
* Moving rom transformers statements to relative imports in some files under src/ * Import order Co-authored-by:Lysandre Debut <lysandre@huggingface.co>
-
Lysandre Debut authored
-
Sam Shleifer authored
-
Sam Shleifer authored
-
- 27 Jul, 2020 16 commits
-
-
Sam Shleifer authored
-
sgugger authored
-
Ramsri Goutham Golla authored
Adding model card - readme
-
Sylvain Gugger authored
-
Sam Shleifer authored
-
Sam Shleifer authored
-
Suraj Patil authored
* use new AutoModel classed * make style and quality
-
Cola authored
-
Suraj Patil authored
-
Joe Davison authored
* add initial zero-shot pipeline * change default args * update default template * add label string splitting * add str labels support, remove nli from name * style * add input validation and working tf defaults * tests * quality check * add docstring to __call__ * add slow tests * Change truncation to only_first also lower precision on tests for readibility * style
-
Sylvain Gugger authored
* Fix the return documentation rendering for all model outputs * Formatting
-
Sylvain Gugger authored
-
Xin Wen authored
Add '-' to make the reference of Transformer-XL more accurate and formal.
-
Gong Linyuan authored
* Add Adam beta1, beta2 to trainier * Make style consistent
-
Pavel Soriano authored
-
Vamsi995 authored
* Model card for Vamsi/T5_Paraphrase_Paws * Update model_cards/Vamsi/T5_Paraphrase_Paws/README.md Co-authored-by:Julien Chaumond <chaumond@gmail.com>
-
- 26 Jul, 2020 3 commits
-
-
Rodolfo De Nadai authored
-
Stas Bekman authored
* don't complain about missing W&B when WANDB_DISABLED=true * reformat to elif * typo
-
Stas Bekman authored
Currently, it's hard to derive which example tests were run on CI, and which weren't. Adding `-rA` flag to `pytest`, will now include a summary like: ``` ==================================================================== short test summary info ===================================================================== PASSED examples/test_examples.py::ExamplesTests::test_generation PASSED examples/test_examples.py::ExamplesTests::test_run_glue PASSED examples/test_examples.py::ExamplesTests::test_run_language_modeling PASSED examples/test_examples.py::ExamplesTests::test_run_squad FAILED examples/test_examples.py::ExamplesTests::test_run_pl_glue - AttributeError: 'Namespace' object has no attribute 'gpus' ============================================================ 1 failed, 4 passed, 8 warnings in 42.96s ============================================================ ``` which makes it easier to validate whether some example is being covered by CI or not.
-
- 24 Jul, 2020 3 commits
-
-
Sam Shleifer authored
-
Sylvain Gugger authored
-
Julien Chaumond authored
cc @rdenadai
-