taishan1994/pytorch_bert_bilstm_crf_ner
A BERT-BiLSTM-CRF model for Chinese named entity recognition built with PyTorch.

Velocity · 7d
+0.3
★ / day
Trend
→steady
star history
This repository implements a neural NER system combining BERT pre-trained embeddings with bidirectional LSTM layers and a Conditional Random Field decoding layer for sequence labeling. It uses the HuggingFace transformers library to load Chinese BERT weights and processes data in BIOES tagging format. The system supports training, validation, and evaluation on Chinese NER datasets like cner.