- 18 May, 2023 8 commits
-
-
Yih-Dar authored
* fix --------- Co-authored-by:ydshieh <ydshieh@users.noreply.github.com>
-
Sylvain Gugger authored
* Add local agent * Document LocalAgent
-
Joao Gante authored
-
joaoareis authored
-
Yih-Dar authored
fix Co-authored-by:ydshieh <ydshieh@users.noreply.github.com>
-
Nayeon Han authored
docs: ko: zero_shot_object_detection
-
Chris Hammill authored
-
Joao Gante authored
-
- 17 May, 2023 15 commits
-
-
Yih-Dar authored
Fix device issue in `SwiftFormerModelIntegrationTest::test_inference_image_classification_head` (#23435) fix Co-authored-by:ydshieh <ydshieh@users.noreply.github.com>
-
Hugo Abonizio authored
-
Joao Gante authored
-
Yih-Dar authored
* fix * fix * fix --------- Co-authored-by:ydshieh <ydshieh@users.noreply.github.com>
-
Joao Gante authored
-
Zachary Mueller authored
Update error
-
Lysandre Debut authored
Fix + link
-
Lysandre Debut authored
* Awesome Transformers * Update * Update * Keywords * Keywords * Complete document * Add lm-evaluation-harness * Edit txtai according to David's comments * Update awesome-transformers.md
-
IMvision12 authored
* Create test_tokenization_electra.py * Update tests/models/electra/test_tokenization_electra.py Co-authored-by:
Sylvain Gugger <35901082+sgugger@users.noreply.github.com> --------- Co-authored-by:
Sylvain Gugger <35901082+sgugger@users.noreply.github.com>
-
cyy authored
search model buffers for dtype as the last resort
-
Taras Tsugrii authored
Previously even after finding a stop token, other stop tokens were considered, which is unnecessary and slows down processing. Currently, this unnecessary overhead is negligible since there are usually 2 stop tokens considered and they are fairly short, but in future it may become more expensive.
-
Younes Belkada authored
* fix sam slow test * oops * fix error message
-
Yih-Dar authored
* fix --------- Co-authored-by:ydshieh <ydshieh@users.noreply.github.com>
-
Taras Tsugrii authored
It's more efficient to iterate over key, value dict pairs instead of iterating over keys and performing value lookups on each iteration. It's also more idiomatic.
-
Taras Tsugrii authored
-
- 16 May, 2023 17 commits
-
-
Yih-Dar authored
fix Co-authored-by:ydshieh <ydshieh@users.noreply.github.com>
-
Yih-Dar authored
* fix * fix * update --------- Co-authored-by:ydshieh <ydshieh@users.noreply.github.com>
-
ropoctl authored
Logging an error and continuing is probably following the principle of least surprise.
-
Sylvain Gugger authored
-
Taras Tsugrii authored
It's more idiomatic and significantly more efficient because 1) it avoids repeated `append` call that Python has to resolve on each iteration 2) can preallocate the size of the final list avoiding resizing
-
Joao Gante authored
Co-authored-by:amyeroberts <22614925+amyeroberts@users.noreply.github.com>
-
Sylvain Gugger authored
* Add a test of the built release * Polish everything * Trigger CI
-
Joao Gante authored
-
Stas Bekman authored
* [automodel] fix torch_dtype=auto in from_pretrained * add test * fix logic * Update src/transformers/models/auto/auto_factory.py Co-authored-by:
Sylvain Gugger <35901082+sgugger@users.noreply.github.com> --------- Co-authored-by:
Sylvain Gugger <35901082+sgugger@users.noreply.github.com>
-
Zachary Mueller authored
* Fix translation
-
Joao Gante authored
-
Younes Belkada authored
add conditional generation on docstring
-
Lucain authored
* Few fixes in new Tools implementation * code quality
-
Sohyun Sim authored
* docs: ko: task/asr.mdx * feat: manual draft * fix: resolve suggestions Co-authored-by:
Hyeonseo Yun <0525yhs@gmail.com> --------- Co-authored-by:
Hyeonseo Yun <0525yhs@gmail.com>
-
Ivan Sedykh authored
fix chat prompts
-
Joao Gante authored
-
Yih-Dar authored
* fix * fix * fix test + add more docs --------- Co-authored-by:
ydshieh <ydshieh@users.noreply.github.com> Co-authored-by:
younesbelkada <younesbelkada@gmail.com>
-