shakibyzn / NER-BiLSTM-PyTorch

Named-entity recognition using BiLSTM architecture

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NER-BiLSTM-PyTorch

How To RUN

git clone https://github.com/shakibyzn/NER-BiLSTM-PyTorch.git
cd NER-BiLSTM-PyTorch
1. default parameters: batch size=1 and epochs=20
python src/run.py
2. parameters of your choice
python src/run.py batch_size 64 --epochs 50

About

Named-entity recognition using BiLSTM architecture

License:MIT License


Languages

Language:Python 100.0%