BERT-BiLSTM-CRF-NER and BERT-NER-TF

Both tools offer TensorFlow-based solutions for BERT-NER, making them direct competitors for users implementing Named Entity Recognition with BERT.

BERT-BiLSTM-CRF-NER
43
Emerging
BERT-NER-TF
49
Emerging
Maintenance 0/25
Adoption 10/25
Maturity 8/25
Community 25/25
Maintenance 0/25
Adoption 10/25
Maturity 16/25
Community 23/25
Stars: 4,900
Forks: 1,249
Downloads:
Commits (30d): 0
Language: Python
License:
Stars: 213
Forks: 68
Downloads:
Commits (30d): 0
Language: Python
License: Apache-2.0
No License Stale 6m No Package No Dependents
Stale 6m No Package No Dependents

About BERT-BiLSTM-CRF-NER

macanv/BERT-BiLSTM-CRF-NER

Tensorflow solution of NER task Using BiLSTM-CRF model with Google BERT Fine-tuning And private Server services

Implements a production-ready NER pipeline combining BERT embeddings with BiLSTM-CRF sequence tagging, optimized for Chinese text processing but adaptable to other languages through minimal code changes. Features a deployable server architecture with Flask/gRPC support for both NER and text classification tasks, enabling real-time inference via client-server interaction. Includes pre-trained model checkpoints and handles complete workflows from dataset preparation through model freezing and serving, with configurable label schemas and sequence length parameters.

About BERT-NER-TF

kamalkraj/BERT-NER-TF

Named Entity Recognition with BERT using TensorFlow 2.0

Related comparisons

Scores updated daily from GitHub, PyPI, and npm data. How scores work