v1.2.0
Highlighted changes:
- Add support for RoBERTa, XLM, and GPT-2 via
pytorch_transformers
1.2. - Add support for pip installation (and moved the body of
main.py
and theconfig
directory to accomodate that change). - Fix a bug that produced invalid micro/macro average scores during validation.
Minor changes:
- Refactor old GPT (v1) implementation to use
pytorch_transformers
. - Make the code that adds git status information to logs more robust.
- Minor cleanup to data loading and to MNLI data handling logic.
- Fix a short-lived bug invalidating hypothesis-only MNLI results.
- Restore (partial) support for sequence-to-sequence tasks, though with no fully supported demonstration tasks in place yet.
Dependency changes:
- Updated requirement
pytorch_transformers
to 1.2.0. - Updated requirement to NLTK 3.4.5 to avoid a potential security issue.