pip3 install spacy
- Open
index.html
file and open data on it. - Post annotations download the data and convert to spacy format using
convert_spacy_train_data.py
- Split data into train and test if you wish and add it to
train.py
- finally run the train.py after setting the hyper-parameters. Iterations are losses are logged in
output_log.txt
. And precision, recall and f1 scores are logged intrain_output.txt
andtest_output.txt
- Check progress by running
losses_plotter.py
. - If you wish to train over a model download the model and add its name in
train.py
Visit this url:
https://manivannanmurugavel.github.io/annotating-tool/spacy-ner-annotator/