transformers
f275e593
- Fix no_trainer examples to properly calculate the number of samples (#17046)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Hide Minimap (CTRL+M)
Commit
3 years ago
Fix no_trainer examples to properly calculate the number of samples (#17046) * Update all examples to properly calculate progress bar
References
#27720 - Add common processor tests
#32831 - [Docs] Update resources
#29969 - [SigLIP] Add fast tokenizer
#38622 - [AutoModelForMaskGeneration] Remove duplicate code
#33111 - [Backbone] Remove out_features everywhere
#33174 - [Zero-shot image classification pipeline] Remove tokenizer_kwargs
#19449 - [WIP] Fix weights initialization of several vision models
#17046 - Fix no_trainer examples to properly calculate the number of samples
Author
muellerzr
Parents
35d48db8
Files
11
examples/pytorch
image-classification
run_image_classification_no_trainer.py
language-modeling
run_clm_no_trainer.py
run_mlm_no_trainer.py
multiple-choice
run_swag_no_trainer.py
question-answering
run_qa_beam_search_no_trainer.py
run_qa_no_trainer.py
semantic-segmentation
run_semantic_segmentation_no_trainer.py
summarization
run_summarization_no_trainer.py
text-classification
run_glue_no_trainer.py
token-classification
run_ner_no_trainer.py
translation
run_translation_no_trainer.py
Loading