- 21 Mar, 2022 4 commits
-
-
Omar U. Espejel authored
* Apply framework changes * Fix italics * Fix nits * correct syntax Co-authored-by:Omar Espejel <espejelomar@Omars-MacBook-Air.local>
-
Patrick von Platen authored
* up * up * up * fix * yeh * ups * Empty test commit * correct quicktour * correct * correct * up * up * uP * uP * up * up * uP * up * up * up * up * up * up * up * up * up * up * Update src/transformers/models/van/modeling_van.py * finish * apply suggestions * remove folder * revert to daily testing
-
guillaume-be authored
* Removed spurious substraction * Fixed condition checking for attention type * Fixed sew_d copy of DeBERTa v2 attention * Removed unused `p2p` attention type from DebertaV2-class models * Fixed docs style
-
Sylvain Gugger authored
* Make add-new-model-like work without all frameworks installed * A few fixes * Last default frameworks
-
- 19 Mar, 2022 1 commit
-
-
Yih-Dar authored
Co-authored-by:ydshieh <ydshieh@users.noreply.github.com>
-
- 18 Mar, 2022 14 commits
-
-
Sylvain Gugger authored
-
Steven Liu authored
*
🖍 fix links in guides *🖍 apply feedback -
Dan Tegzes authored
-
Yih-Dar authored
* Aggressive PT/TF equivalence test on PT side * Ugly fix for `TFTapasForQuestionAnswering` * apply review suggestions Co-authored-by:ydshieh <ydshieh@users.noreply.github.com>
-
Yih-Dar authored
* Make test_equivalence_pt_to_flax more aggressive * Make test_equivalence_flax_to_pt more aggressive * don't use to_tuple * clean-up * fix missing test cases + testing on GPU * fix conversion * fix `ValueError: assignment destination is read-only` * Add type checking * commit to revert later * Fix * fix * fix device * better naming * clean-up Co-authored-by:ydshieh <ydshieh@users.noreply.github.com>
-
Clara Meister authored
* value check for typical sampling * value check for typical sampling * change from float to int comparison Co-authored-by:
Patrick von Platen <patrick.v.platen@gmail.com> Co-authored-by:
Patrick von Platen <patrick.v.platen@gmail.com>
-
Chan Woo Kim authored
-
Suraj Patil authored
-
Johannes Kolbe authored
* add unpack_inputs decorator for ctrl * replace "past" with "past_key_values" Co-authored-by:Johannes Kolbe <johannes.kolbe@tech.better.team>
-
Louis Owen authored
* update XLM with tf decorator * move to top decorator * set unpack_inputs as top decorator Co-authored-by:Louis Owen <yellow@Louis-Owen.local>
-
Yih-Dar authored
* Override _pad in LEDTokenizer * Override _pad in LEDTokenizerFast * add Copied from * calling the super method * add comment about -1 Co-authored-by:ydshieh <ydshieh@users.noreply.github.com>
-
Zhaofeng Wu authored
* Change assertion to warning when passing past_key_value to T5 encoder * lint
-
Nicolas Patry authored
* Attention mask is important in the case of batching... * Improve the fix. * Making the sentence different enough that they exhibit different predictions.
-
NielsRogge authored
* Update expected slices for pillow > 9 * Add expected slices depending on pillow version * Add different slices depending on pillow version for other models Co-authored-by:Niels Rogge <nielsrogge@Nielss-MacBook-Pro.local>
-
- 17 Mar, 2022 19 commits
-
-
Kshitiz Sharma authored
integrations: mlflow: skip start_run() if a run is already active and sanity check on enabling integration (#16131) * integrations: mlflow: skip start_run() call if a run is already active * integrations: typo fix Co-authored-by:
Sylvain Gugger <35901082+sgugger@users.noreply.github.com> Co-authored-by:
Sylvain Gugger <35901082+sgugger@users.noreply.github.com>
-
Stas Bekman authored
-
Patrick von Platen authored
* [Generate Docs] Correct docs * Apply suggestions from code review Co-authored-by:
Steven Liu <59462357+stevhliu@users.noreply.github.com> Co-authored-by:
Steven Liu <59462357+stevhliu@users.noreply.github.com>
-
Suraj Patil authored
* skip the test * fix * fix skip
-
Boris Dayma authored
-
Johannes Kolbe authored
* add unpack_inputs decorator * small fix for attn_mask string Co-authored-by:Johannes Kolbe <johannes.kolbe@tech.better.team>
-
罗崚骁(LUO Lingxiao) authored
* Support PEP 563 for HfArgumentParser * Fix issues for Python 3.6 * Add test for string literal annotation for HfArgumentParser * Remove wrong comment * Fix typo * Improve code readability Co-authored-by:
Sylvain Gugger <35901082+sgugger@users.noreply.github.com> * Use `isinstance` to compare types to pass quality check * Fix style Co-authored-by:
Sylvain Gugger <35901082+sgugger@users.noreply.github.com>
-
Suraj Patil authored
-
Ulaş "Sophylax" Sert authored
-
Lysandre Debut authored
* Skip test for TransfoXL * Single list
-
Rahul authored
* Adding Unpack Decorator * Adding Unpack Decorator-moved it on top
-
Francesco Saverio Zuppichini authored
-
Li-Huai (Allan) Lin authored
-
Sylvain Gugger authored
-
Dayyan Smith authored
-
Yih-Dar authored
* fix activation Co-authored-by:ydshieh <ydshieh@users.noreply.github.com>
-
NielsRogge authored
* Fix device * Clean up Co-authored-by:Niels Rogge <nielsrogge@Nielss-MacBook-Pro.local>
-
Lysandre Debut authored
* fix(transfo_xl): Fixes TransfoXL support when using Trainer. * fix(tests): Uses losses_1 and losses_2 pattern with TransfoXL test. * fix(transfo_xl): Adds requested changes to allow for backward compatibility. fix(transfo_xl): Adds requested changes to allow for backward compatibility. fix(transfo_xl): Fixes code styling. * Backward compatibility * Update src/transformers/models/transfo_xl/modeling_transfo_xl.py Co-authored-by:
Sylvain Gugger <35901082+sgugger@users.noreply.github.com> Co-authored-by:
Gustavo de Rosa <gth.rosa@uol.com.br> Co-authored-by:
Sylvain Gugger <35901082+sgugger@users.noreply.github.com>
-
Francesco Saverio Zuppichini authored
* done * done
-
- 16 Mar, 2022 2 commits
-
-
João Gustavo A. Amorim authored
* add types annotations for Beit (PyTorch) * add types annotations for ViT (PyTorch) * add types annotations for Deit (PyTorch) * change Optional[bool] to bool into some places at Beit * change Optional[bool] to bool into some places at ViT
-
Patrick von Platen authored
* up * fix min lengths
-