Added
- Added better support for Chinese text in Language Modeling. [taranais](https://github.com/taranais)
- Added `mobilebert` for classification, NER, QA, and Seq2Seq. [flozi00](https://github.com/flozi00)
Fixed
- Fixed incorrect logic when using `early_stopping_metric_minimize`. [djstrong](https://github.com/djstrong)
- Fixed issue with cache directory being created even when `no_cache` is set. [henninglebbaeus](https://github.com/henninglebbaeus)
Changed
- Running loss is now shown next to the tqdm bar (with the tqdm bar description)
- Removed tokenizers and transformers version pins (added earlier to avoid compatibility issues)