Skip to content
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.

Version 1.0.0 Release Candidate 5

Pre-release
Pre-release
Compare
Choose a tag to compare
@dirkgr dirkgr released this 27 May 00:50

Changed

  • Moved the models into categories based on their format

Fixed

  • Made transformer_qa predictor accept JSON input with the keys "question" and "passage" to be consistent with the reading-comprehension predictor.

Added

  • conllu dependency (previously part of allennlp's dependencies)

Commits

9b6a2b0 Make the linter happy
ac0ed48 removed unused stuff from setup.py (#62)
bd42c2c Update dev-requirements.txt
c7cb218 Update version for release 1.0.0rc5
822202f make transformer qa predictor consistent with other rc predictors (#60)
114c203 add conllu dependency (#61)
888596c Renames the model categories (#58)
d21af08 Update README.md
8ce4d0f add a 'clean' phony make target
e0a590f add a CHANGELOG (#56)
452b213 use tokenless codecov upload (#57)
20fb509 Move seq2seq tests to right test directory (#51)
1de3bac tick version to rc5