🤗 Transformers: the model-definition framework for state-of-the-art machine learning models in text, vision, audio, and multimodal models, for both inference and training.
COMMITS
/ tests/trainer/test_trainer_callback.py April 13, 2026
C
Fix: NotebookProgressCallback crash when evaluating with the Trainer (#44949)
Carlos Redondo committed
March 26, 2026
K
Ensure final evaluation runs with step-based evaluation strategy (#44146)
Khushali Desai committed
March 18, 2026
A
feat(integration): Add KubeflowCallback to enable automatic progress … (#44487)
Abhijeet Dhumal committed
February 27, 2026
M
Update common tests Trainer (#44260)
Marc Sun committed
February 10, 2026
W
Fix SwanLab callback to forward resume init args (#43848)
weiguang li committed
February 6, 2026
M
Refactor trainer data_collator and callbacks tests (#43776)
Marc Sun committed
December 16, 2025
A
Add `.on_push_begin()` callback to Trainer and implement for `TrackioCallback` (#42850)
Abubakar Abid committed
February 20, 2025
September 13, 2024
W
add a callback hook right before the optimizer step (#33444)
Wing Lian committed
July 10, 2024
Y
Modify `warnings` in a `with` block to avoid flaky tests (#31893)
Yih-Dar committed
May 29, 2024
D
Add on_optimizer_step to callback options (#31095)
Dhruv Pai committed
May 21, 2024
Z
Enforce saving at end of training if saving option chosen (#30160)
Zach Mueller committed
April 25, 2024
Z
Introduce Stateful Callbacks (#29666)
Zach Mueller committed
April 18, 2024
Z
🚨🚨🚨Deprecate `evaluation_strategy` to `eval_strategy`🚨🚨🚨 (#30190)
Zach Mueller committed
February 22, 2023
A
Apply ruff flake8-comprehensions (#21694)
Aaron Gokaslan committed
July 8, 2022
N
Make predict() close progress bars after finishing (#17952) (#18078)
neverix committed
February 23, 2022
L
[Test refactor 1/5] Per-folder tests reorganization (#15725)
Lysandre Debut committed