- 21 Mar, 2022 13 commits
-
-
Jack McDonald authored
* Add type hint for pt transfo_xl model * Add type hint for tf transfo_xl model
-
Xia authored
* Add argument "cache_dir" for transformers.onnx * Reformate files that can't pass CI.
-
Gunjan Chhablani authored
-
Mowaninuola Osifeso authored
* added type hints to xlnet PT * added type hints to xlnet TF * added type hints to xlnet TF
-
PolarisRisingWar authored
As mentioned: https://github.com/huggingface/transformers/issues/16277
-
Suraj Patil authored
-
Aflah authored
* Update training.mdx Fixed Error Raised Due to Wrongly Accessing Training Sample * Ran make style * Revert to Old Commit * Apply suggestions from code review Co-authored-by:Suraj Patil <surajp815@gmail.com>
-
Sylvain Gugger authored
* Draft a guide with our code quirks for new models * Apply suggestions from code review Co-authored-by:
Suraj Patil <surajp815@gmail.com> Co-authored-by:
Joao Gante <joao@huggingface.co> * Apply suggestions from code review Co-authored-by:
Patrick von Platen <patrick.v.platen@gmail.com> Co-authored-by:
Suraj Patil <surajp815@gmail.com> Co-authored-by:
Joao Gante <joao@huggingface.co> Co-authored-by:
Patrick von Platen <patrick.v.platen@gmail.com>
-
Dinesh Kumar Gnanasekaran authored
Co-authored-by:dinesh-GDK <dinesh.gna111@gmail.com1>
-
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 12 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
-