Added
- Added BERTweet for multilabel classification [manueltonneau](https://github.com/manueltonneau)
Fixed
- Fixed bug where `T5Model` would save evaluation checkpoints even when `save_eval_checkpoints` is False.
- Fixed bug where `args.silent` was not used in `NERModel`. [mossadhelali](https://github.com/mossadhelali)
Changed
- Changed the default value of `dataloader_num_workers` (for Pytorch Dataloaders) to 0. This is to avoid memory leak issues with Pytorch multiprocessing with text data.