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

v0.3.0

Compare
Choose a tag to compare
@schmmd schmmd released this 15 Dec 16:26
· 2298 commits to main since this release

We updated our key dependencies to Spacy 2.0 and PyTorch 0.3, and we have a few additional models and many new features since our 0.2 release.

Additional models. More details for our models are available at http://allennlp.org/models and you can use them interactively online at http://demo.allennlp.org/.

Additional examples and tutorials. Find them at http://allennlp.org/tutorials/installation.

New features.

  • Improved SRL visualization on the demo.
  • ListField padding fixes.