"vscode:/vscode.git/clone" did not exist on "8a2be93b4e9ba15e1bb4141202bf3e17ca7dcdd6"
- 26 Oct, 2022 6 commits
-
-
raghavanone authored
* Add missing information on token_type_ids for roberta model * Fix code format issues * Fix code format issues * Add more explicit document for token_type_ids for roberta * Fix flake8 issues * Fix flake8 issues * Fix flake8 issues * Fix flake8 issues * Fix flake8 issues
-
Sander Land authored
* no conv bn folding in ipex * no flag in training * comment Co-authored-by:Sander Land <sander@chatdesk.com>
-
Kaylee L. Davis authored
swap "right" and "left" so description is correct.
-
regisss authored
-
Revanth09 authored
* Update documentation_tests.txt * Update configuration_mbart.py * Update configuration_mctct.py * Update configuration_layoutlm.py * Update configuration_layoutlmv2.py * Update configuration_layoutlmv3.py * Update documentation_tests.txt
-
Nicolas Patry authored
* Factored out some code in the image-segmentation pipeline Re-enable `small_model_pt`. Re-enable `small_model_pt`. Enabling the current test with the current values. Debugging the values on the CI. More logs ? Printing doesn't work ? Using the CI values instead. Seems to be a Pillow sensitivity. Added a test showcasing that models not supporting some tasks get a clear error. Factored out code. Further factor out. Fixup. Bad rebase. Put `panoptic` before `instance` as it should be a superset. * Fixing tests. * Adding subtasks tests + Fixes `instance` segmentation which was broken due to default and non kwargs arguments. * Fix bad replace.
-
- 25 Oct, 2022 8 commits
-
-
Sylvain Gugger authored
* Update doc for revision and token * Update src/transformers/configuration_utils.py Co-authored-by:
Lysandre Debut <lysandre.debut@reseau.eseo.fr> * Push changes on other from_pretrained methods Co-authored-by:
Lysandre Debut <lysandre.debut@reseau.eseo.fr>
-
Yih-Dar authored
* Fix model-tokenizer mapping Co-authored-by:ydshieh <ydshieh@users.noreply.github.com>
-
Lysandre Debut authored
* Support for Vilt in v1.9 * Skip if not higher or equal than 1.10 * Move test :) * I am bad at python
-
Joao Gante authored
-
Davi Alves authored
* [ custom_models.mdx ] - Translated to Portuguese the custom models tutorial. * [ run_scripts.mdx ] - Translated to Portuguese the run scripts tutorial. * [ converting_tensorflow_models.mdx ] - Translated to Portuguese the converting tensorflow models tutorial. * [ converting_tensorflow_models.mdx ] - Translated to Portuguese the converting tensorflow models tutorial. * [ serialization.mdx ] - Translated to Portuguese the serialization tutorial.
-
Guillaume Klein authored
-
Yih-Dar authored
Co-authored-by:ydshieh <ydshieh@users.noreply.github.com>
-
Alberto Mario Ceballos-Arroyo authored
* Translated multiple_choice.mdx, question_answering.mdx. Added them to _toctree.yml * Added translation for a missed line. * Update _toctree.yml as per Omar's suggestions * Update multiple_choice.mdx as per Omar's comments * Updt question_answering.mdx as per Omar's comments
-
- 24 Oct, 2022 19 commits
-
-
Sylvain Gugger authored
* Refactor conversion function * Remove dupe line * Fixes * Fixes * Use the right variable... * Fix last test
-
Steven Liu authored
-
Yih-Dar authored
Co-authored-by:ydshieh <ydshieh@users.noreply.github.com>
-
Rak Alexey authored
* print first diff line intead of first code part line * fix style
-
Yih-Dar authored
* Update expected values * fix style Co-authored-by:ydshieh <ydshieh@users.noreply.github.com>
-
Dhruv Singal authored
-
Yih-Dar authored
* Fix nightly CircleCI * update Co-authored-by:ydshieh <ydshieh@users.noreply.github.com>
-
Davi Alves authored
* [ custom_models.mdx ] - Translated to Portuguese the custom models tutorial. * [ run_scripts.mdx ] - Translated to Portuguese the run scripts tutorial. * [ converting_tensorflow_models.mdx ] - Translated to Portuguese the converting tensorflow models tutorial. * [ converting_tensorflow_models.mdx ] - Translated to Portuguese the converting tensorflow models tutorial.
-
Rak Alexey authored
* fix image2test args forwarding * fix issues * Proposing the update to the PR. * Fixup. Co-authored-by:Nicolas Patry <patry.nicolas@protonmail.com>
-
zhou fan authored
-
Yih-Dar authored
Co-authored-by:ydshieh <ydshieh@users.noreply.github.com>
-
Angus L'Herrou authored
-
regisss authored
-
Ayaka authored
* [Doctest] Add `configuration_nezha.py` * Revert line order
-
Ayaka authored
-
Ayaka authored
-
Ayaka authored
Additionally, I updated the doctest format to be consistent with BERT.
-
sha016 authored
-
ydshieh authored
-
- 23 Oct, 2022 1 commit
-
-
Joao Gante authored
-
- 21 Oct, 2022 6 commits
-
-
Davi Alves authored
* [ custom_models.mdx ] - Translated to Portuguese the custom models tutorial. * [ run_scripts.mdx ] - Translated to Portuguese the run scripts tutorial.
-
Yih-Dar authored
* Run some TF Whisper tests in subprocesses to avoid GPU OOM Co-authored-by:ydshieh <ydshieh@users.noreply.github.com>
-
Joao Gante authored
* contrastive search test updates * make fixup
-
Sylvain Gugger authored
* Use None to detect if truncation was unset * Fix repo consistency
-
Serhii Hamotskyi authored
-
Alara Dirik authored
* Fix panoptic segmentation and pipeline * Update ImageSegmentationPipeline tests and reenable test_small_model_pt * Resolve backward compatibility issues
-