Skip to content
/ nlp Public
forked from hzeng-otterai/nlp

Deep NLP algorithms based on PyTorch and AllenNLP

License

Notifications You must be signed in to change notification settings

kalyangvs/nlp

 
 

Repository files navigation

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

About

Deep NLP algorithms based on PyTorch and AllenNLP

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.6%
  • Shell 0.4%