Awesome
Goal
- 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.
Running the code
- 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