transformers
d57da992
- Add tests for no_trainer and fix existing examples (#16656)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Hide Minimap (CTRL+M)
Commit
3 years ago
Add tests for no_trainer and fix existing examples (#16656) * Fixed some bugs involving saving during epochs * Added tests mimicking the existing examples tests * Added in json exporting to all `no_trainer` examples for consistency
References
#27720 - Add common processor tests
#32831 - [Docs] Update resources
#29969 - [SigLIP] Add fast tokenizer
#33111 - [Backbone] Remove out_features everywhere
#33174 - [Zero-shot image classification pipeline] Remove tokenizer_kwargs
#19449 - [WIP] Fix weights initialization of several vision models
#16656 - Add tests for no_trainer and fix existing examples
Author
muellerzr
Parents
ab229663
Files
11
.circleci
config.yml
examples/pytorch
language-modeling
run_clm_no_trainer.py
run_mlm_no_trainer.py
multiple-choice
run_swag_no_trainer.py
question-answering
run_qa_no_trainer.py
summarization
run_summarization_no_trainer.py
test_accelerate_examples.py
text-classification
run_glue_no_trainer.py
token-classification
run_ner_no_trainer.py
translation
run_translation_no_trainer.py
utils
tests_fetcher.py
Loading