- 20 Aug, 2020 2 commits
-
-
Siddharth Jain authored
-
Oren Amsalem authored
-
- 19 Aug, 2020 7 commits
-
-
Sylvain Gugger authored
-
Suraj Patil authored
-
Patrick von Platen authored
-
Sam Shleifer authored
-
Pradhy729 authored
* Feed forward chunking for Distilbert & Albert * Added ff chunking for many other models * Change model signature * Added chunking for XLM * Cleaned up by removing some variables. * remove test_chunking flag Co-authored-by:patrickvonplaten <patrick.v.platen@gmail.com>
-
Patrick von Platen authored
* start adding tie encoder to decoder functionality * finish model tying * make style * Apply suggestions from code review * fix t5 list including cross attention * apply sams suggestions * Update src/transformers/modeling_encoder_decoder.py Co-authored-by:
Sylvain Gugger <35901082+sgugger@users.noreply.github.com> * add max depth break point Co-authored-by:
Sylvain Gugger <35901082+sgugger@users.noreply.github.com>
-
Sam Shleifer authored
-
- 18 Aug, 2020 13 commits
-
-
Sam Shleifer authored
Co-authored-by:Sylvain Gugger <35901082+sgugger@users.noreply.github.com>
-
Patrick von Platen authored
* Bert2GPT2 EncoderDecoder model * Update README.md
-
Suraj Patil authored
-
Suraj Patil authored
Minor typo correction @sshleifer
-
Manuel Romero authored
-
Manuel Romero authored
-
Romain Rigaux authored
-
Romain Rigaux authored
-
Stas Bekman authored
As discussed at https://github.com/huggingface/transformers/issues/6317 codecov currently sends an invalid report when it fails to find a code coverage report for the base it checks against, so this gets fixed by: - require_base: yes # don't report if there is no base coverage report let's add this for clarity, this supposedly is already the default. - require_head: yes # don't report if there is no head coverage report and perhaps no point reporting on doc changes as they don't make any difference and it just generates noise: - require_changes: true # only comment if there was change in coverage
-
Stefan Schweter authored
-
Philip May authored
* Update README.md * Update model_cards/german-nlp-group/electra-base-german-uncased/README.md Co-authored-by:Julien Chaumond <chaumond@gmail.com>
-
Ali Modarressi authored
* fixed label datatype for sts-b * naming update * make style * make style
-
Sam Shleifer authored
-
- 17 Aug, 2020 18 commits
-
-
Jim Regan authored
-
onepointconsulting authored
* Added first model card * Add metadata Co-authored-by:Julien Chaumond <chaumond@gmail.com>
-
Ikram Ali authored
* [model_cards] roberta-urdu-small added. * [model_cards] typo fixed. * Tweak license format (yaml expects a simple string) Co-authored-by: Ikram Ali <mrikram1989> Co-authored-by:Julien Chaumond <chaumond@gmail.com>
-
Jim Regan authored
-
Julien Chaumond authored
-
Suraj Patil authored
* tests
-
Suraj Patil authored
* add mbart example * add Pegasus and MBart in readme * typo * add MBart in Pretrained models * add pre-proc doc * add DPR in readme * fix indent * doc fix
-
Stas Bekman authored
-
sgugger authored
-
Stas Bekman authored
* [doc] multiple corrections to "Summary of the tasks" * fix indentation * correction * fix links, add links to examples/seq2seq/README.md instead of non-existing script
-
Suraj Patil authored
Co-authored-by:sgugger <sylvain.gugger@gmail.com>
-
Stas Bekman authored
* [doc] make the text more readable, fix some typos, add some disambiguation * Update docs/source/glossary.rst Co-authored-by:
Sylvain Gugger <35901082+sgugger@users.noreply.github.com> Co-authored-by:
Sylvain Gugger <35901082+sgugger@users.noreply.github.com>
-
Joe Davison authored
* add custom datasets tutorial * python -> bash code blocks * Apply suggestions from code review Co-authored-by:
Sylvain Gugger <35901082+sgugger@users.noreply.github.com> * minor review feedback changes * add working native QA snippet Co-authored-by:
Sylvain Gugger <35901082+sgugger@users.noreply.github.com>
-
Sam Shleifer authored
-
Funtowicz Morgan authored
-
Stas Bekman authored
-
Stas Bekman authored
* [testing] switch to a new TestCasePlus + get_auto_remove_tmp_dir() for auto-removal of tmp dirs * respect after=True for tempfile, simplify code * comments * comment fix * put `before` last in args, so can make debug even faster
-
Patrick von Platen authored
-