napsternxg / pytorch-practice

Some example scripts on pytorch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pytorch-practice

Some example scripts on pytorch

CONLL 2000 Chunking task

Uses BiLSTM CRF loss with char CNN embeddings. To run use:

cd data/conll2000
bash get_data.sh
cd ..
python chunking_bilstm_crf_char_concat.py # Takes around # 8 hours on Tesla K80 GPU

92.82% mean F1 on test data.

About

Some example scripts on pytorch

License:Apache License 2.0


Languages

Language:Jupyter Notebook 99.6%Language:Python 0.4%Language:Shell 0.0%