What's new
Added 🎉
- Added a T5 implementation to
modules.transformers
.
Changed ⚠️
- Weights & Biases callback can now work in anonymous mode (i.e. without the
WANDB_API_KEY
environment variable).
Fixed ✅
- The
GradientDescentTrainer
no longer leaves stray model checkpoints around when it runs out of patience. - Fixed
cached_path()
for "hf://" files.
Commits
7c5cc98 Don't orphan checkpoints when we run out of patience (#5142)
6ec6459 allow W&B anon mode (#5110)
4e862a5 T5 (#4969)
7fc5a91 fix cached_path for hub downloads (#5141)
f877fdc Fairness Metrics (#5093)