Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 363 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 363 Bytes

Deep NLP algorithms based on PyTorch and AllenNLP

Requirements

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

Steps to reproduce

  1. python scripts/train.py <input_config_file>
  2. python scripts/evaluate.py
  3. python scripts/predict.py
  4. scripts/webdemo.sh