This is a PyTorch tutorial for the ACL'16 paper End-to-end Sequence Labeling via Bi-directional LSTM-CNNs-CRF
This repository includes
- IPython Notebook of the tutorial
- Data folder
- Setup Instructions file
- Pretrained models directory (The notebook will automatically download pre-trained models into this directory, as required)
The best way to install pytorch is via the pytorch webpage
conda create -n pytorch python=3.5
source activate pytorch
conda install notebook ipykernel
ipython kernel install --user
conda install pytorch torchvision -c pytorch
conda install -c anaconda numpy
wget http://nlp.stanford.edu/data/glove.6B.zip
You can download the data files from within this repo over here