- This repo contains an MXNet implementation of this state of the art entity recognition model.
- You can find my blog post on the model here.
- Clone this repo
- Train the model:
$ cd src && python ner.py
To reproduce the preprocessed training data:
- Download and unzip the data: https://www.kaggle.com/abhinavwalia95/entity-annotated-corpus/downloads/ner_dataset.csv
- Move ner_dataset.csv into
./data
$ cd src && python preprocess.py