Skip to content
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.

v2.4.0

Compare
Choose a tag to compare
@dirkgr dirkgr released this 23 Apr 00:15
· 247 commits to main since this release

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)