Skip to content

v1.2.0

Compare
Choose a tag to compare
@sleepinyourhat sleepinyourhat released this 16 Sep 18:35
· 352 commits to master since this release

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 the config 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.