- 14 Mar, 2023 3 commits
-
-
Alara Dirik authored
* Add ConvNeXt V2 to transformers * TF model is separated from the PR to fix issues
-
Yih-Dar authored
* Move `is_pipeline_test_to_skip` to specific model test classes --------- Co-authored-by:ydshieh <ydshieh@users.noreply.github.com>
-
Arthur authored
* temp fix * temporary fix * update * fix tests * fixup * update based on reveiew Co-authored-by:
Sanchit Gandhi <93869735+sanchit-gandhi@users.noreply.github.com> * update to fix tests * update docstring --------- Co-authored-by:
Sanchit Gandhi <93869735+sanchit-gandhi@users.noreply.github.com>
-
- 13 Mar, 2023 16 commits
-
-
Patrick von Platen authored
* [Safetensors] Add explicit flag to from pretrained * add test * remove @ * Apply suggestions from code review Co-authored-by:
Sylvain Gugger <35901082+sgugger@users.noreply.github.com> --------- Co-authored-by:
Sylvain Gugger <35901082+sgugger@users.noreply.github.com>
-
Sylvain Gugger authored
* Remove backend enforcment for torch.compile * Update error * Update src/transformers/training_args.py Co-authored-by:
Stas Bekman <stas00@users.noreply.github.com> * Apply suggestions from code review Co-authored-by:
Stas Bekman <stas00@users.noreply.github.com> * Style --------- Co-authored-by:
Stas Bekman <stas00@users.noreply.github.com>
-
Stas Bekman authored
* [trainer] fix bug in grad accum * comment out debug * fix one-off * rename counter
-
Sylvain Gugger authored
-
Joao Gante authored
* Let generate pick its inputs * fix squad seq2seq example
-
Younes Belkada authored
* add `get_input_embeddings` to `WhisperForAudioClassification` * add common tests * fix another common test * Update tests/models/whisper/test_modeling_whisper.py Co-authored-by:
Arthur <48595927+ArthurZucker@users.noreply.github.com> * fix style --------- Co-authored-by:
Arthur <48595927+ArthurZucker@users.noreply.github.com>
-
bishmdl76 authored
Update configuration_align.py updated projected_dim=640 from 512 in arguments of AlignConfig
-
mollerup23 authored
* Adding Type Hints to TF_Pegasus model * Updated some parameters per maintainer comments
-
Karim Foda authored
* Fix gradient checkpointing bug in trocr * Fix format * Update src/transformers/models/trocr/modeling_trocr.py Co-authored-by:
Younes Belkada <49240599+younesbelkada@users.noreply.github.com> --------- Co-authored-by:
Younes Belkada <49240599+younesbelkada@users.noreply.github.com>
-
Karim Foda authored
-
Karim Foda authored
-
Karim Foda authored
-
Karim Foda authored
-
Karim Foda authored
-
wangpeng authored
* add new model of MGP-STR * fix the check failings * remove torch and numpy from mgp_tokenization * remove unused import from modeling_mgp_str * add test_processing_mgp_str * rm test_processing_mgp_str.py * add test_processing_mgp_str * add test_processing_mgp_str * add test_processing_mgp_str * rm test_processing_mgp_str and add softmax outs to model * rm test_processing_mgp_str and add softmax outs to model * rewrite the code of mgp-str according to PR suggestions * rewrite the code of mgp-str according to PR suggestions * add new model of MGP-STR * fix the check failings * remove torch and numpy from mgp_tokenization * remove unused import from modeling_mgp_str * add test_processing_mgp_str * rm test_processing_mgp_str.py * add test_processing_mgp_str * add test_processing_mgp_str * add test_processing_mgp_str * rm test_processing_mgp_str and add softmax outs to model * rewrite the code of mgp-str according to PR suggestions * rewrite the code of mgp-str according to PR suggestions * remove representation_size from MGPSTRConfig * reformat configuration_mgp_str.py * format test_processor_mgp_str.py * add test for tokenizer and complete model/processer test and model file * rm Unnecessary tupple in modeling_mgp_str * reduce hidden_size/layers/label_size in test_model * add integration tests and change MGPSTR to Mgpstr * add test for logit values * reformat test model file --------- Co-authored-by:yue kun <yuekun.wp@alibaba-inc.com>
-
Alara Dirik authored
Adds AutoModelForZeroShotImageClassification to transformers
-
- 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 9 commits
-
-
Sylvain Gugger authored
* Fix imports of TF MobileViT * Fix copies
-
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
-
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 8 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>
-
Sylvain Gugger authored
* Add setters by type of args to TrainingArguments * Define more setters
-
Jiali Mei authored
* Edit the docstring of `image_processing_donut` to match code * improve style * more style improvement after installing quality
-
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
-
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 3 commits
-
-
Ceyda Cinarel authored
fix slow tokenizers with passing offset_mapping
-
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>
-