Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 431 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 431 Bytes

sequence_tagging-ner

LSTM + CRF in Tensorflow

Before Starting You need:

  1. glove.6B.300d embedding vector
  2. IOB label samples

Than:

  1. Build vocab from the data and extract trimmed glove vectors.
python build_data.py
  1. Train the model with
python train.py
  1. Evaluate and interact with the model with
python evaluate.py

Ref: https://guillaumegenthial.github.io/sequence-tagging-with-tensorflow.html