"docs/vscode:/vscode.git/clone" did not exist on "61abe3290bf1f3c37ee2ea63c056f1c611a9834e"
- 21 Oct, 2021 2 commits
-
-
Weston King-Leatham authored
* Change asserts in src/transformers/models/xlnet/ to raise ValueError * Update src/transformers/models/xlnet/modeling_tf_xlnet.py 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
-
- 20 Oct, 2021 10 commits
-
-
Reza Gharibi authored
-
Leandro von Werra authored
* add `ContextManagers` for lists of contexts * fix import sorting * add `ContextManagers` tests
-
Sylvain Gugger authored
-
Baizhou Huang authored
* replace assertion with ValueError * fix code style Co-authored-by:skpig <1900012999@pku.edu.cn>
-
Kwanghee Choi authored
Co-authored-by:jonas <jonas@hpcnt.com>
-
Baizhou Huang authored
* replace assert with exception in src/transformers/utils/model_parallel_utils.py * fix some code style * fix typo Co-authored-by:skpig <1900012999@pku.edu.cn>
-
Patrick von Platen authored
-
Patrick von Platen authored
* up * Update notebooks/README.md
-
Anton Lozhkov authored
* Update SEW integration test tolerance * Update audio classification * Update test * Remove torchaudio * Add dataset revision * Hub branch naming * Revert dataset revisions * Update datasets
-
Robert Stone authored
-
- 19 Oct, 2021 3 commits
-
-
Meng Zhou authored
Co-authored-by:鐪告旦 <mouhao.zm@alibaba-inc.com>
-
Pedro Marques authored
* TF Model train and eval step metrics for seq2seq models. When using a model with a seq2seq output compute metrics against logits. * Removing vestigial code Co-authored-by:matt <rocketknight1@gmail.com>
-
Thomas Wang authored
-
- 18 Oct, 2021 10 commits
-
-
Ihor Omelchenko authored
-
Weizhe Yuan authored
-
Patrick von Platen authored
* adapt_examples * up * up * up * up * add auto models * finish
-
Sylvain Gugger authored
-
Sylvain Gugger authored
* Add API to register a new object in auto classes * Fix test * Documentation * Add to tokenizers and test * Add cleanup after tests * Be more careful * Move import * Move import * Cleanup in TF test too * Add consistency check * Add documentation * Style * Update docs/source/model_doc/auto.rst Co-authored-by:
Lysandre Debut <lysandre@huggingface.co> * Update src/transformers/models/auto/auto_factory.py Co-authored-by:
Lysandre Debut <lysandre@huggingface.co> Co-authored-by:
Lysandre Debut <lysandre@huggingface.co>
-
Dat Quoc Nguyen authored
* Add the pre-trained BARTpho model * Add the pre-trained BARTpho model * Add the pre-trained BARTpho model * Fix incorrectly sorted and/or formatted imports * Fix incorrectly sorted and/or formatted style * Fix check_dummies * Fix check_dummies * Fix check_dummies * Update docs/source/model_doc/bartpho.rst Co-authored-by:
Suraj Patil <surajp815@gmail.com> * Update src/transformers/models/bartpho/__init__.py Co-authored-by:
Suraj Patil <surajp815@gmail.com> * Update src/transformers/models/bartpho/tokenization_bartpho.py Co-authored-by:
Suraj Patil <surajp815@gmail.com> * Update tests/test_tokenization_bartpho.py Co-authored-by:
Suraj Patil <surajp815@gmail.com> * Update src/transformers/models/bartpho/tokenization_bartpho.py Co-authored-by:
Suraj Patil <surajp815@gmail.com> * Update tests/test_tokenization_bartpho.py Co-authored-by:
Suraj Patil <surajp815@gmail.com> * Update docs/source/model_doc/bartpho.rst Co-authored-by:
Sylvain Gugger <35901082+sgugger@users.noreply.github.com> * Update docs/source/model_doc/bartpho.rst Co-authored-by:
Sylvain Gugger <35901082+sgugger@users.noreply.github.com> * Update src/transformers/models/bartpho/__init__.py Co-authored-by:
Suraj Patil <surajp815@gmail.com> * Add the pre-trained BARTpho model * Add Tips section in doc and details of monolingual_vocab_file * Fix conflicts * Add another tip related to monolingual_vocab_file * Readd dependency_versions_table.py * Handle failing checks * Remove test_list.txt * Remove md5sum.saved * Revise Readme.md Co-authored-by:
Suraj Patil <surajp815@gmail.com> Co-authored-by:
Sylvain Gugger <35901082+sgugger@users.noreply.github.com>
-
Patrick von Platen authored
-
Anton Lozhkov authored
-
Patrick von Platen authored
* up * up * up * finish
-
Mishig Davaadorj authored
-
- 17 Oct, 2021 1 commit
-
-
Patrick von Platen authored
* finish * up * finish all * up
-
- 16 Oct, 2021 3 commits
-
-
David del R铆o Medina authored
* Replace assertions with ValueError exceptions * Change length check for a more explicit one
-
Sylvain Gugger authored
-
Suraj Patil authored
-
- 15 Oct, 2021 4 commits
-
-
Patrick von Platen authored
* up * finish * up * up * finish
-
Murilo Gon莽alves authored
-
Anton Lozhkov authored
* Working encoder * SEW-D and tests * Further conv fixes * Automodels and conv inits * Update integration tests, add docs * Docs cleanup, resolve todos * Conf fix * Fix docs * Fix tests, apply suggestions * Update src/transformers/models/sew/modeling_sew.py Co-authored-by:
Patrick von Platen <patrick.v.platen@gmail.com> * Model conversion and updated no-mask tests * Remove copy of feature_proj * Style * Update src/transformers/models/auto/feature_extraction_auto.py Co-authored-by:
Patrick von Platen <patrick.v.platen@gmail.com> * Update src/transformers/models/auto/feature_extraction_auto.py Co-authored-by:
Patrick von Platen <patrick.v.platen@gmail.com> * Move orgs Co-authored-by:
Patrick von Platen <patrick.v.platen@gmail.com>
-
jacksukk authored
* fixed horizon_length * fixed horizon_length * fix style
-
- 14 Oct, 2021 7 commits
-
-
Lysandre Debut authored
* Scatter dummies + skip pipeline tests * Add torch scatter to build docs
-
Lukas Weiner authored
Raise exceptions instead of asserts in src/transformers/models/bart/modeling_flax_[bart, marian, mbart, pegasus].py (#13939) * Raise exceptions instead of asserts * fix: fixed failing quality check with copies * fix: fixed max line length * rerun github ci, failed to install dependencies
-
Patrick von Platen authored
-
Lysandre Debut authored
-
Sylvain Gugger authored
* Add strong test for configuration attributes * Add fake modif to trigger all tests * Add a better fake modif * Ignore is_encoder_decoder * Fix faulty configs * Remove fake modif
-
Sylvain Gugger authored
This reverts commit 5b6bd4e7.
-
David del R铆o Medina authored
-