- 27 Apr, 2023 5 commits
-
-
Arthur authored
* add fast not use warning * properly check sequence_length vs chunk_size * fixup
-
Yih-Dar authored
* fix --------- Co-authored-by:ydshieh <ydshieh@users.noreply.github.com>
-
Nayeon Han authored
docs: ko: `multilingual.mdx` Co-authored-by:
Hyeonseo Yun <0525_hhgus@naver.com> Co-authored-by:
Gabriel Yang <gabrielwithhappy@gmail.com> Co-authored-by:
Jungnerd <46880056+jungnerd@users.noreply.github.com> Co-authored-by:
Sohyun Sim <96299403+sim-so@users.noreply.github.com> Co-authored-by:
Wonhyeong Seo <wonhseo@kakao.com>
-
Younes Belkada authored
fix pix2struct doctest
-
fxmarty authored
* fix mess * better documentation * typo * fix doc * update * add test * fix test * more tests * Update src/transformers/modeling_utils.py Co-authored-by:
Sylvain Gugger <35901082+sgugger@users.noreply.github.com> * move to utils * Apply suggestions from code review Co-authored-by:
Michael Benayoun <mickbenayoun@gmail.com> * nit --------- Co-authored-by:
younesbelkada <younesbelkada@gmail.com> Co-authored-by:
Younes Belkada <49240599+younesbelkada@users.noreply.github.com> Co-authored-by:
Sylvain Gugger <35901082+sgugger@users.noreply.github.com> Co-authored-by:
Michael Benayoun <mickbenayoun@gmail.com>
-
- 26 Apr, 2023 11 commits
-
-
Sylvain Gugger authored
Use default ignore index in Luke
-
Zachary Mueller authored
* Bring back deepspeed integration * Branchname * Self-scheduled * newline * Use deepspeed env var * Remove comment * Del env var after partialstate
-
Sylvain Gugger authored
-
Arthur authored
* update template processing for llama fast to add eos * style * update * adress training from new issue * fix * update * special tokens can be given even if not used
-
Younes Belkada authored
* add hack fx * continue hacking * final changes * Test * Add a keys method * Fix keys method * revert unneeded changes * small nit --------- Co-authored-by:Michael Benayoun <mickbenayoun@gmail.com>
-
Younes Belkada authored
* multiple fixes - add `add_special_tokens` to `True` by default - remove label smoothing and labels masking * fix test
-
Javier de la Rosa authored
* Add gradient checkpointing to Whisper Flax * self.gradient_checkpointing only needed in nn.Module, removing unnecessary comments
-
Yih-Dar authored
fix Co-authored-by:ydshieh <ydshieh@users.noreply.github.com>
-
Ritik Nandwal authored
* Add initial changes for TF wav2vec2 for sequence classification * Add suggested changes * Add serving and serving output methods * Add serving_output implementation and fix layer_weights * Add fixes * Fixed test cases * Fixing test and adding suggested changes
-
Hyeonseo Yun authored
* docs: ko: init: token_classification.mdx * docs: ko: trans: tasks/token_classification.mdx * docs: ko: revise: apply suggestions tasks/token_classification.mdx right vocabulary, spell check, natural expression Co-authored-by:
Sohyun Sim <96299403+sim-so@users.noreply.github.com> * docs: ko: revise: `Hub` to `項堧笇` in tasks/token_classification.mdx * docs: ko: revise: `example` in tasks/token_classification.mdx Co-Authored-By:
Gabriel Yang <gabrielwithhappy@gmail.com> Co-Authored-By:
Kihoon Son <75935546+KIHOON71@users.noreply.github.com> Co-Authored-By:
Sohyun Sim <96299403+sim-so@users.noreply.github.com> Co-Authored-By:
Nayeon Han <nayeon2.han@gmail.com> Co-Authored-By:
Wonhyeong Seo <wonhseo@kakao.com> Co-Authored-By:
Jungnerd <46880056+jungnerd@users.noreply.github.com> * docs: ko: revise: ko expression in tasks/token_classification.mdx Co-Authored-By:
Gabriel Yang <gabrielwithhappy@gmail.com> * Revert "docs: ko: revise: ko expression in tasks/token_classification.mdx" This reverts commit 8efe28059b65cf02de12249db2132a50e2b2b827. * docs: ko: revise: `quick tour` in tasks/token_classification.mdx Co-Authored-By:
Gabriel Yang <gabrielwithhappy@gmail.com> --------- Co-authored-by:
Sohyun Sim <96299403+sim-so@users.noreply.github.com> Co-authored-by:
Gabriel Yang <gabrielwithhappy@gmail.com> Co-authored-by:
Kihoon Son <75935546+KIHOON71@users.noreply.github.com> Co-authored-by:
Nayeon Han <nayeon2.han@gmail.com> Co-authored-by:
Wonhyeong Seo <wonhseo@kakao.com> Co-authored-by:
Jungnerd <46880056+jungnerd@users.noreply.github.com>
-
Sohyun Sim authored
docs: ko: tasks/image_captioning.mdx Co-authored-by:
Hyeonseo Yun <0525_hhgus@naver.com> Co-authored-by:
Jungnerd <46880056+jungnerd@users.noreply.github.com> Co-authored-by:
Wonhyeong Seo <wonhseo@kakao.com> Co-authored-by:
Gabriel Yang <gabrielwithhappy@gmail.com> Co-authored-by:
Nayeon Han <nayeon2.han@gmail.com> Co-authored-by:
Kihoon Son <75935546+kihoon71@users.noreply.github.com> Co-authored-by:
Hyeonseo Yun <0525yhs@gmail.com>
-
- 25 Apr, 2023 9 commits
-
-
Daniel Levenson authored
MegaConfiig -> MegaConfig
-
Wonhyeong Seo authored
docs: ko: serialization.mdx Co-authored-by:
Sohyun Sim <96299403+sim-so@users.noreply.github.com> Co-authored-by:
Hyeonseo Yun <0525yhs@gmail.com>
-
Younes Belkada authored
fix pipeline issue
-
Lingepumpe authored
* Avoid invalid escape sequences, use raw strings * Integrate PR feedback
-
Jari Van Melckebeke authored
fixed typo in code example fixed a really small typo in the docs of single gpu inference
-
AleksanderWWW authored
* [neptune] fix checkpoint bug with relative out_dir * update imports * reformat with black * check neptune without imports * fix typing-related issue * run black on code * use os.path.sep instead of raw \ * simplify imports and remove type annotation * make ruff happy * apply review suggestions * replace run with with_id kwarg to run * update imports to avoid deprecation warnings for the latest client --------- Co-authored-by:kshitij12345 <kshitijkalambarkar@gmail.com>
-
Younes Belkada authored
* add sam doc * fixes * multiple fixes
-
Nayeon Han authored
fix: docs: missing newline before code block
-
Yih-Dar authored
* Fix job link * fix artifact name logic --------- Co-authored-by:ydshieh <ydshieh@users.noreply.github.com>
-
- 24 Apr, 2023 15 commits
-
-
Yih-Dar authored
fix Co-authored-by:ydshieh <ydshieh@users.noreply.github.com>
-
Joao Gante authored
* temperature controls speed
-
Gabriel Yang authored
docs: ko: translates create_a_model.mdx Co-authored-by:
Nayeon Han <nayeon2.han@gmail.com> Co-authored-by:
Hyeonseo Yun <0525_hhgus@naver.com> Co-authored-by:
Sohyun Sim <96299403+sim-so@users.noreply.github.com> Co-authored-by:
Jungnerd <46880056+jungnerd@users.noreply.github.com> Co-authored-by:
Wonhyeong Seo <wonhseo@kakao.com>
-
amyeroberts authored
* Update feature selection * Check compatibility with datasets version * Checkout from datasets main
-
Matt authored
* Fix TF example in quicktour * Fix model.fit() and the dataset section too
-
othertea authored
-
Nicolas Patry authored
* Fixed the revert by making sure that even the regexp can cover all duplicates. * Code simplification using hash. * Fixing the `ident`. * Fixing ignoring patterened duplicate names. * Using `accelerate@find_tied_parameters` for from_pretrained This is more correct there, since it handles meta device seemlessly and we don't need to handle "non-duplicate" tensors (slices of each other). * Protecting accelerate. * Update src/transformers/modeling_utils.py Co-authored-by:
Sylvain Gugger <35901082+sgugger@users.noreply.github.com> --------- Co-authored-by:
Sylvain Gugger <35901082+sgugger@users.noreply.github.com>
-
Nayeon Han authored
docs: ko: `run_scripts` to Korean Co-authored-by:
Hyeonseo Yun <0525_hhgus@naver.com> Co-authored-by:
Gabriel Yang <gabrielwithhappy@gmail.com> Co-authored-by:
Sohyun Sim <96299403+sim-so@users.noreply.github.com> Co-authored-by:
Wonhyeong Seo <wonhseo@kakao.com> Co-authored-by:
Jungnerd <46880056+jungnerd@users.noreply.github.com>
-
Lucain authored
* Test hf_hub 0.14.0rc1 * fix mocked tests * package version --------- Co-authored-by:
Sylvain Gugger <Sylvain.gugger@gmail.com> Co-authored-by:
testbot <lucainp@hf.co>
-
hanrui1sensetime authored
fix transformers keys
-
Connor Boyle authored
* Raise error if `stride` is too high * Clarify use of `stride`
-
Yih-Dar authored
* fix --------- Co-authored-by:ydshieh <ydshieh@users.noreply.github.com>
-
fxmarty authored
Add an attribute to disable custom kernels in deformable detr in order to make the model ONNX exportable (#22918) * add disable kernel option * add comment * fix copies * add disable_custom_kernels to config * Update src/transformers/models/deta/modeling_deta.py Co-authored-by:
amyeroberts <22614925+amyeroberts@users.noreply.github.com> * Update src/transformers/models/deta/modeling_deta.py Co-authored-by:
amyeroberts <22614925+amyeroberts@users.noreply.github.com> * Update src/transformers/models/deta/modeling_deta.py Co-authored-by:
amyeroberts <22614925+amyeroberts@users.noreply.github.com> * style * fix --------- Co-authored-by:
amyeroberts <22614925+amyeroberts@users.noreply.github.com>
-
Sohyun Sim authored
docs: ko: tasks/summarization.mdx Co-authored-by:
Hyeonseo Yun <0525_hhgus@naver.com> Co-authored-by:
Jungnerd <46880056+jungnerd@users.noreply.github.com> Co-authored-by:
Wonhyeong Seo <wonhseo@kakao.com> Co-authored-by:
Nayeon Han <nayeon2.han@gmail.com> Co-authored-by:
Gabriel Yang <gabrielwithhappy@gmail.com> Co-authored-by:
Kihoon Son <75935546+kihoon71@users.noreply.github.com>
-
Nayeon Han authored
docs: ko: `tasks/masked_language_modeling.mdx` to Korean Co-authored-by:
Hyeonseo Yun <0525_hhgus@naver.com> Co-authored-by:
Gabriel Yang <gabrielwithhappy@gmail.com> Co-authored-by:
Sohyun Sim <96299403+sim-so@users.noreply.github.com> Co-authored-by:
Wonhyeong Seo <wonhseo@kakao.com> Co-authored-by:
Jungnerd <46880056+jungnerd@users.noreply.github.com>
-