- 22 Oct, 2021 6 commits
-
-
Baizhou Huang authored
* replace assertions in src/transformers/models/luke/convert_luke_original_pytorch_checkpoint_to_pytorch.py * replace assertions in src/transformers/models/marian/convert_marian_to_pytorch.py * Update src/transformers/models/luke/convert_luke_original_pytorch_checkpoint_to_pytorch.py Co-authored-by:
Sylvain Gugger <35901082+sgugger@users.noreply.github.com> * Update src/transformers/models/marian/convert_marian_to_pytorch.py Co-authored-by:
Sylvain Gugger <35901082+sgugger@users.noreply.github.com> * Update src/transformers/models/marian/convert_marian_to_pytorch.py Co-authored-by:
Sylvain Gugger <35901082+sgugger@users.noreply.github.com> * Update src/transformers/models/marian/convert_marian_to_pytorch.py Co-authored-by:
Sylvain Gugger <35901082+sgugger@users.noreply.github.com> * Update src/transformers/models/marian/convert_marian_to_pytorch.py Co-authored-by:
Sylvain Gugger <35901082+sgugger@users.noreply.github.com> * Update src/transformers/models/marian/convert_marian_to_pytorch.py Co-authored-by:
Sylvain Gugger <35901082+sgugger@users.noreply.github.com> * Update src/transformers/models/marian/convert_marian_to_pytorch.py Co-authored-by:
Sylvain Gugger <35901082+sgugger@users.noreply.github.com> * Update src/transformers/models/marian/convert_marian_to_pytorch.py Co-authored-by:
Sylvain Gugger <35901082+sgugger@users.noreply.github.com> * Update src/transformers/models/marian/convert_marian_to_pytorch.py Co-authored-by:
Sylvain Gugger <35901082+sgugger@users.noreply.github.com> Co-authored-by:
skpig <1900012999@pku.edu.cn> Co-authored-by:
Sylvain Gugger <35901082+sgugger@users.noreply.github.com>
-
Sylvain Gugger authored
-
Jayesh Dewangan authored
* Replace assertions with valueError Exeptions * Reformatted
-
Yeoun Yi authored
* Create README_ko.md * Update README.md * Update README_zh-hans.md * Update README_zh-hant.md * Update README_ko.md * Update check_copies.py * Update README_ko.md * typo * match with readme_ko
-
David del R铆o Medina authored
* Replace assert statements with exceptions (#13871) * Change f-strings when not needed (flake8) * Replace assert statements with exceptions (#13871) * Change f-strings when not needed (flake8) * Improve error message as suggested by reviewer * Fix identation bug * Fix style errors
-
Patrick von Platen authored
-
- 21 Oct, 2021 12 commits
-
-
Deepanshu verma authored
-
Reza Gharibi authored
-
lee1jun authored
last line: "# limitations under the License." is missing
-
David del R铆o Medina authored
-
stalkermustang authored
-
Li-Huai (Allan) Lin authored
* Fix * Style * Name * Fix tests * Style * Remove embed sizes checking * Disable some tests * Fix * Apply suggestion
-
Anton Lozhkov authored
* Update SEW integration test tolerance * Add audio classification notebooks
-
Sylvain Gugger authored
-
Christopher Akiki authored
-
David del R铆o Medina authored
* Replace assertions with ValueError exceptions * Format error messages as suggested
-
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 9 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
-