bert_crf icon indicating copy to clipboard operation
bert_crf copied to clipboard

BERT CRF model for Name Entity Recognition in pytorch

BERT_CRF

BERT_CRF model for Name Entity Recognition in pytorch Dataset source: https://github.com/synalp/NERconlleval.py downloaded from: https://github.com/sighsmile/conlleval

For traninig a model: python bert_crf.py --mode train
For testing the model: python bert_crf.py --mode test
You can check the notebook at https://github.com/Dhanachandra/bert-crf4NER/blob/master/bert-crf4NER/bert_crf_4_ner_training.ipynb