ai-forever/ner-bert
BERT-based Named Entity Recognition system using BERTBiLSTMAttnCRF architecture on PyTorch.

Velocity · 7d
+0.1
★ / day
Trend
→steady
star history
This repository implements Named Entity Recognition using BERT as a feature extractor combined with bidirectional LSTM and attention mechanisms, topped with a CRF layer for sequence labeling. It loads pre-trained TensorFlow BERT checkpoints and supports joint models for multilingual NER tasks. The system provides data loading, model training, and prediction pipelines tailored for NER applications.