- 18 Aug, 2020 12 commits
-
-
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 28 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
-
Kevin Canwen Xu authored
`assertEquals` is deprecated: https://stackoverflow.com/questions/930995/assertequals-vs-assertequal-in-python/931011 This PR replaces these deprecated methods.
-
Stas Bekman authored
* [doc] Summary of the models fixes * correction
-
Cahya Wirawan authored
* added model cards for indonesian gpt2-small, bert-base and roberta-base models * removed bibtex entries
-
Masatoshi Suzuki authored
* Update BERT Japanese tokenizers * Update CircleCI config to download unidic * Specify to use the latest dictionary packages
-
Stas Bekman authored
- remove invalid `ENV_` prefix. - add a few ':' while at it
-
Philip May authored
* Add Model Card for electra-base-german-uncased * Update README.md Co-authored-by:Kevin Canwen Xu <canwenxu@126.com>
-
Stas Bekman authored
-
fabiocapsouza authored
Co-authored-by:Fabio Souza <fabiosouza@neuralmind.ai>
-
Sam Shleifer authored
-
Sam Shleifer authored
-