- 11 Mar, 2023 1 commit
-
-
Sanchit Gandhi authored
* [Whisper] Remove embed_tokens from encoder docstring * new line to retrigger CI * remove new line
-
- 10 Mar, 2023 11 commits
-
-
Sylvain Gugger authored
* Fix imports of TF MobileViT * Fix copies
-
Maria Khalusova authored
* re: #21989 * update re: #21989 * removed cpu option * make style
-
Dean Wyatte authored
-
J-shang authored
fix hint
-
Karim Foda authored
* Fix gradient checkpointing bug in Speecht5 * Update modeling_speech_to_text.py * Update src/transformers/models/speech_to_text/modeling_speech_to_text.py * Fix change errors --------- Co-authored-by:Joao Gante <joaofranciscocardosogante@gmail.com>
-
Joao Gante authored
fix broken links
-
Kevin Jiang authored
* Update flan-ul2.mdx * Update flan-ul2.mdx
-
Arthur authored
* Make sure position ids are masked * test that padded input produce the same results * fix failing tests * fixup * fix batch test
-
Karim Foda authored
-
Karim Foda authored
* Fix gradient checkpointing bug in Speech2Text * Update modeling_speech_to_text.py * Update modeling_speech_to_text_2.py
- 09 Mar, 2023 16 commits
-
-
Sylvain Gugger authored
* Add a progress bar for the total download of shards * Check for no cache at all * Fix check
-
aws-sangeetha authored
Co-authored-by:EC2 Default User <ec2-user@ip-172-31-42-72.us-west-2.compute.internal>
-
Yih-Dar authored
Update the script Co-authored-by:ydshieh <ydshieh@users.noreply.github.com>
-
Sylvain Gugger authored
* Add setters by type of args to TrainingArguments * Define more setters
-
Yih-Dar authored
* skip 3 tests --------- Co-authored-by:ydshieh <ydshieh@users.noreply.github.com>
-
Jiali Mei authored
* Edit the docstring of `image_processing_donut` to match code * improve style * more style improvement after installing quality
-
Stas Bekman authored
* [deepspeed] offload + non-cpuadam optimizer exception * flip * revert min version
-
Kamal Raj Kanakarajan authored
rm $ symbol from code block Removed the $ symbol from the code block to make copy-pasting easier.
-
Matt authored
* Add an argument to pt-to-tf to allow overriding the model class * make fixup * Minor fix to error message * Remove unused extra conversion from the script
-
anruijian authored
* return analysis for hyperparameter_search with ray backend * Revert "return analysis for hyperparameter_search with ray backend" This reverts commit cd5179070930e03020d96d98eb51dec3eb21ef75. * add run_summary attribute to BestRun and return analysis for ray backend * fix typo * add doc for run_summary for ray backend
-
Yih-Dar authored
* show hfh warnings --------- Co-authored-by:ydshieh <ydshieh@users.noreply.github.com>
-
Lucain authored
* Remove set_access_token usage + fail tests if FutureWarning * do not fail on FutureWarning in CI --------- Co-authored-by:testbot <lucainp@hf.co>
-
Shaun VanWeelden authored
-
Shaun VanWeelden authored
In ZSH, not using ' ' around pip install fails Running ``` pip install transformers[torch] ``` in the default ZSH terminal will fail with the error `zsh: no matches found: transformers[torch]` The solution is to wrap the installation path in ' ' like ``` pip install 'transformers[torch]' ``` Relevant StackOverflow: https://stackoverflow.com/questions/30539798/zsh-no-matches-found-requestssecurity
-
Nipun Jindal authored
* [21737][T5]: Fix gradient checkpoint bug * [21737][T5]: Fix gradient checkpoint bug * [21737][T5]: Fix gradient checkpoint bug * Update src/transformers/models/mt5/modeling_mt5.py * Update src/transformers/models/t5/modeling_t5.py --------- Co-authored-by:
njindal <njindal@adobe.com> Co-authored-by:
Joao Gante <joaofranciscocardosogante@gmail.com>
-
Alara Dirik authored
* Fix typos and add code examples, resources
-
- 08 Mar, 2023 12 commits
-
-
Ceyda Cinarel authored
fix slow tokenizers with passing offset_mapping
-
Yih-Dar authored
* slow me --------- Co-authored-by:ydshieh <ydshieh@users.noreply.github.com>
-
Yih-Dar authored
* Avoid text_config_dict and vision_config_dict being saved * for other CLIP-like models --------- Co-authored-by:ydshieh <ydshieh@users.noreply.github.com>
-
Somasree Majumder authored
* fixing * Update modeling_whisper.py * Update modeling_whisper.py * Update src/transformers/models/whisper/modeling_whisper.py --------- Co-authored-by:Joao Gante <joaofranciscocardosogante@gmail.com>
-
bofeng huang authored
* Add specaugment to run_speech_recognition_seq2seq.py * Remove useless argument: text_column * Fix quality * Update return_attention_mask condition * Update specaugment arguments only for whisper models * Remove SpecAugment arguments from ModelArguments, only leave default values for simplicity * Apply suggestions from code review Co-authored-by:
Sanchit Gandhi <93869735+sanchit-gandhi@users.noreply.github.com> * Update apply_spec_augment only for whisper models * Apply suggestions from code review Co-authored-by:
Sanchit Gandhi <93869735+sanchit-gandhi@users.noreply.github.com> * Rename return_attention_mask to forward_attention_mask to avoid confusion with wav2vec2 models --------- Co-authored-by:
Sanchit Gandhi <93869735+sanchit-gandhi@users.noreply.github.com>
-
anruijian authored
add tokenize_kwargs doc in the FeatureExtractionPipeline
-
Sylvain Gugger authored
-
Anahita Bhiwandiwalla authored
* Add BridgeTower for ITC * Fix review feedback * Rename BridgeTowerForITC, cleanup * Fix style and quality * implement tests --------- Co-authored-by:
Tiep Le <97980157+tileintel@users.noreply.github.com> Co-authored-by:
Tiep Le <tiep.le@intel.com>
-
Younes Belkada authored
* fix error message * make style
-
Yih-Dar authored
fix Co-authored-by:ydshieh <ydshieh@users.noreply.github.com>
-
Qiushi authored
-
amyeroberts authored
Use valid dummy pixel values
-