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.
4,900 stars. No commits in the last 6 months.
Stars
4,900
Forks
1,249
Language
Python
License
—
Category
Last pushed
Feb 24, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/macanv/BERT-BiLSTM-CRF-NER"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
jidasheng/bi-lstm-crf
A PyTorch implementation of the BI-LSTM-CRF model.
charles9n/bert-sklearn
a sklearn wrapper for Google's BERT model
howl-anderson/seq2annotation
基于 TensorFlow & PaddlePaddle 的通用序列标注算法库(目前包含 BiLSTM+CRF, Stacked-BiLSTM+CRF 和...
guillaumegenthial/tf_ner
Simple and Efficient Tensorflow implementations of NER models with tf.estimator and tf.data
kamalkraj/BERT-NER
Pytorch-Named-Entity-Recognition-with-BERT