Added
- Added support for language model training (from scratch or fine-tuning).
- Added option to choose which metric should be used for early stopping.
Changed
- Switched to using the logging module over print for everything except running loss. (QuestionAnsweringModel - [travis-harper](https://github.com/travis-harper))
- Replaced more concatenated string paths with `os.path.join()` when creating `training_progress_scores.csv`.