- Added `not_saved_args` to `model_args`. Any args specified in this set will not be saved when the model is saved. - `RepresentationModel` improvements. [aesuli](https://github.com/aesuli)
0.49.30.49.3
Changed
- ROC and PR W&B charts are no longer generated when using sliding window to avoid an error. - Fixed issue with ONNX in NER [gaganmanku96](https://github.com/gaganmanku96) - Fixed issues with wandb sweeps [khituras](https://github.com/khituras) [ohstopityou](https://github.com/ohstopityou)
0.49.10.49.1
Fixed
- Fixed issue with Marian models using deprecated function. [bestvater](https://github.com/bestvater) - Added custom tokenizer option and random (no-pretraining) initialization option for `T5Model`. [sarapapi](https://github.com/sarapapi)