- Removed update `TransformersModelCheckpointCallback`.
- `TransformersModel.num_training_steps` is not a function and not a property anymore + fix.
- Updated tests to use new `accelerator` and `strategy` signature for defining the training hardware to be used.
- Fixed check on shuffle in `SuperDataModule`.
- Completely removed metrics package, now all metrics available in `torchmetrics` library.