Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 350 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 350 Bytes

Deep NLP algorithms based on PyTorch and AllenNLP

Requirements

  • Python 3.6 (Anaconda preferred)
  • PyTorch 0.4.0
  • AllenNLP latest (pip install git+git://github.com/allenai/allennlp.git)

Steps to reproduce

  1. python train.py
  2. python evaluate.py
  3. python predict.py
  4. ./webdemo.sh

Algorithms

  • BiMPM
  • ParaClassification