- 14 Oct, 2022 22 commits
-
-
Jing Hua authored
-
Jing Hua authored
-
RamitPahwa authored
* GPTTOkenizer dependency removed from deberta class Fixup made the Deberta Tokenizer fast independent of GPT-2 tokenizer Copied annotation added Done the dependency removal * Added some missing copied statement * Added some copied statements
-
Jing Hua authored
-
Yih-Dar authored
* fix flaubert tokenizer * update * update * Final cleanup Co-authored-by:ydshieh <ydshieh@users.noreply.github.com>
-
Yih-Dar authored
Co-authored-by:ydshieh <ydshieh@users.noreply.github.com>
-
Wang, Yi authored
Signed-off-by:
Wang, Yi A <yi.a.wang@intel.com> Signed-off-by:
Wang, Yi A <yi.a.wang@intel.com>
-
Pi Esposito authored
* add suport for non fast tf bert tokenizer * add tests for non fast tf bert tokenizer * fix fast bert tf tokenizer flag * double tokenizers list on tf tokenizers test to aovid breaking zip on test output equivalence * reformat code with black to comply with code quality checks * trigger ci
-
Yih-Dar authored
Co-authored-by:ydshieh <ydshieh@users.noreply.github.com>
-
Nouamane Tazi authored
* fix BLOOM ONNX config - `value` params have `seq_len` as their 2nd axe as opposed to other models which have it as 3rd Co-authored-by:lewtun <lewis.c.tunstall@gmail.com>
-
NielsRogge authored
* Add doc tests * Make it more consistent Co-authored-by:Niels Rogge <nielsrogge@Nielss-MacBook-Pro.local>
-
Sanchit Gandhi authored
* [Whisper] Don't return attention mask in feat extractor * remove attention mask from test * fix failing tests * quality
-
amyeroberts authored
* Cast masks to np.unit8 before converting to PIL.Image.Image * Update tests * Fixup
-
Xabier Lahuerta Vazquez authored
* [Doctest] Add `configuration_bigbird_pegasus.py` and `configuration_big_bird` [Doctest] Re-style `configuration_big_bird.py` * [Doctest] One python instruction per line * [Doctest] Fix styling * [Doctest] More styling fixes
-
Thomas authored
* Added type hints for TF: XLNet * Added type hints for TF: XLNet * Added type hints for TF: XLNet * Added type hints for TF: XLNet * Added type hints for TF: XLNet * Added type hints for TF: XLNet * Add type hints for XLnet (TF) * Added type hints for XLnet (TF) * Update src/transformers/models/xlnet/modeling_tf_xlnet.py
-
RamitPahwa authored
-
Partho authored
-
Partho authored
-
Partho authored
-
Partho authored
-
Partho authored
-
KaranGarg authored
* yoso config for doctest * Revert "yoso config for doctest" This reverts commit eae128d6f1b3631b676ffbcc181390e338819bd1. * add configurations_blenderbot_small.py for doctests
-
- 13 Oct, 2022 18 commits
-
-
Sujay authored
-
KaranGarg authored
* yoso config for doctest * Revert "yoso config for doctest" This reverts commit eae128d6f1b3631b676ffbcc181390e338819bd1. * add configurations.blenderbot.py for doctests * add configuration.blenderbot for doctest
-
Emmanuel Lusenji authored
* Add type hints for Lxmert (TF) * Update src/transformers/models/lxmert/modeling_tf_lxmert.py Co-authored-by:
Emmanuel Lusenji <elusenji@Emmanuels-MacBook-Pro.local> Co-authored-by:
Matt <Rocketknight1@users.noreply.github.com>
-
IMvision12 authored
* Update modeling_deberta_v2.py * Update modeling_deberta_v2.py
-
KaranGarg authored
-
Isaac Omolayo authored
-
imarekkus authored
-
heatz123 authored
* fix loading fairseq wav2vec2 pretrained weights Specified fairseq task as "audio_pretraining" when loading fairseq weights, since loading wav2vec2-xls-r weights fails if the task is unspecified. Resolves: #19319 * fix style
-
Duong A. Nguyen authored
* Compute true loss * fixup * final * final * final * Update examples/flax/language-modeling/run_bart_dlm_flax.py Co-authored-by:
Sanchit Gandhi <93869735+sanchit-gandhi@users.noreply.github.com> * jax.tree_map => jax.tree_util.tree_map * Compute true loss * final * fixup * final * final * Update examples/flax/language-modeling/run_bart_dlm_flax.py Co-authored-by:
Sanchit Gandhi <93869735+sanchit-gandhi@users.noreply.github.com> * jax.tree_map => jax.tree_util.tree_map Co-authored-by:
Sanchit Gandhi <93869735+sanchit-gandhi@users.noreply.github.com>
-
imarekkus authored
-
Partho authored
* ViT Config for doctest
-
Partho authored
-
Partho authored
-
Partho authored
-
Vishwas authored
* Added (with random weights) in the comment before model initialization line * Added configuration_bert_generation.py to utils/documentation_tests.txt Co-authored-by:vishwaspai <vishwas.pai@emplay.net>
-
RamitPahwa authored
* Fixing mobile bert configuration doctest * Fixed build failures by removing empty line
-
RamitPahwa authored
-
Sanchit Gandhi authored
* [Whisper] Freeze params of encoder * add tests
-