Added - Added an `import_model` method to the class BertForMultiTaskClassification in multi_task_bert.py that allows a file that was created with `export` to be easily imported
3.1.7
Changed - Added `ipywidgets` to requirements to support Jupyter out of the box
3.1.6
Changed - Use a running average for total training loss as well as individual task training loss
3.1.5
Changed - base `Dockerfile` image to one with `python3.8` and `torch1.8.1` - recompiled requirements - added `python3.9` to GitHub workflows - documentation requirements has been moved to `requirements-dev.txt`
3.1.4
Added - PyPI version badge to `README.md`
3.1.3
Added - CI testing and documentation badges to `README.md`