- 26 Oct, 2021 5 commits
-
-
Sergio Valcarcel Macua authored
* Include KerasTensor in allowed types - This allows propagating symbolic tensors through TFBert models and layers' call(), which allows converting the subclass models to functional models. * Style pass Co-authored-by:
Sergio Valcarcel Macua <sergiov@graphcore.ai> Co-authored-by:
matt <rocketknight1@gmail.com>
-
Patrick von Platen authored
[Speech Recognition] - Distributed training: Make sure vocab file removal and creation don't interfer (#14161) * up * better
-
Yih-Dar authored
* Add vision_encoder_decoder * Update _ignore_modules in get_model_modules() Co-authored-by:
ydshieh <ydshieh@users.noreply.github.com>
-
Patrick von Platen authored
-
Thomas Chaigneau authored
Add Camembert to models exportable with ONNX Co-authored-by:
Thomas.Chaigneau <thomas.chaigneau@arkea.com> Co-authored-by:
Michael Benayoun <mickbenayoun@gmail.com>
-
- 25 Oct, 2021 11 commits
-
-
Patrick von Platen authored
* up * up * up * up * up * up * up * add clip * fix clip PyTorch * fix clip PyTorch * up * up * up * up * up * up * up
-
Sylvain Gugger authored
-
Patrick von Platen authored
-
Patrick von Platen authored
-
Matt authored
-
Matt authored
-
Chi-Liang, Liu authored
* BartEnocder add set_input_embeddings To unify the interface, add set_input_embeddings to BartEncoder. * BartEnocder add get_input_embeddings
-
Reza Gharibi authored
* Fix some writing issues in the docs * Run code quality check
-
Reza Gharibi authored
-
karthikrangasai authored
* Add seq2seq example for QnA on SQuAD Dataset. * Changes from review - Fixing styling mistakes. * Added how to example in README, simplified the access to dataset's preprocess function. * Added tests for the seq2seq QA example. * Change dataset column name to fix tests. * Fix test command mistake. * Add missing argument 'ignore_pad_token_for_loss' from DataTrainingArguments. * Add missing argument 'num_beams' from DataTrainingArguments. * Fix processing of output predicted token ids so that tokenizer decode gets appropriate input. Updated assertion conditions on the tests.
-
Reza Gharibi authored
* Fix some typos in the docs * Fix a styling issue * Fix code quality check error
-
- 22 Oct, 2021 9 commits
-
-
Kevin Ko authored
* Update TP parallel GEMM image * Delete parallelism-tp-parallel_gemm.png * Update parallelism-tp-parallel_gemm.png
-
Li-Huai (Allan) Lin authored
* Rename var * Add comments
-
Antonio Carlos Falcão Petri authored
-
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 3 commits
-
-
Reza Gharibi authored
-
Leandro von Werra authored
* add `ContextManagers` for lists of contexts * fix import sorting * add `ContextManagers` tests
-
Sylvain Gugger authored
-