/BERT-NER

BERT+BiLSTM+CRF or BERT+CRF

Primary LanguagePython

BERT-NER

BERT+BiLSTM+CRF or BERT+CRF
Requirements: Tensorflow==1.13.1 and python3
Usage:python main.py
If you want to use BERT+BiLSTM+CRF model, Please set crf_only == False by default
If you want to use BERT+CRF model, Please ser crf_only == True