/NER-BiLSTM-PyTorch

Named-entity recognition using BiLSTM architecture

Primary LanguagePythonMIT LicenseMIT

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