- 14 Oct, 2022 33 commits
-
-
Sujay authored
* adds vision_encoder_decoder to Doc tests * keep the initial order
-
Sujay authored
* initial commit * few suggested changes
-
Arthur authored
* simplify loop * fix layer map split * update * update for special variables * add rag test * fixup * revert change : for next PR
-
Arthur authored
* update feature extractor params * update attention mask handling * fix doc and pipeline test * add warning when skipping test * add whisper translation and transcription test * fix build doc test * Correct whisper processor * make fix copies * remove sample docstring as it does not fit whisper model * Update src/transformers/models/whisper/modeling_whisper.py Co-authored-by:
Sylvain Gugger <35901082+sgugger@users.noreply.github.com> * fix, doctests are passing * Nit * last nit Co-authored-by:
Sylvain Gugger <35901082+sgugger@users.noreply.github.com>
-
Partho authored
* ResNet Config for doctest * added empty lines as suggested * ran make style
-
Sanchit Gandhi authored
* [Whisper] Fix gradient checkpointing (again!) * [Whisper] Fix checkpointing (again!)
-
Partho authored
-
Partho authored
-
Nicolas Patry authored
* Improve error messaging for ASR pipeline. - Raise error early (in `_sanitize`) so users don't waste time trying to run queries with invalid params. - Fix the error was after using `config.inputs_to_logits_ratio` so our check was masked by the failing property does not exist. - Added some manual check on s2t for the error message. No non ctc model seems to be used by the default runner (they are all skipped). * Removing pdb. * Stop the early error it doesn't really work :(.
-
0xflotus authored
* fix: small error * fix: another typo error
-
Jing Hua authored
Co-authored-by:Sylvain Gugger <35901082+sgugger@users.noreply.github.com>
-
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 7 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
-