ProHiryu/bert-chinese-ner
A BERT-based Chinese Named Entity Recognition system using fine-tuning.

Velocity · 7d
+0.4
★ / day
Trend
→steady
star history
This repository fine-tunes the pre-trained BERT language model for Chinese Named Entity Recognition (NER). It uses the BIO tagging scheme with People’s Daily corpus and achieves high F1 scores around 96%. The implementation extends Google’s BERT-TF codebase and requires downloading the pre-trained Chinese BERT-Base model.