dayyass/pytorch-ner
Pipeline for training NER models using PyTorch.
This project helps developers quickly train Named Entity Recognition (NER) models using PyTorch. You provide text data with separated tokens and their corresponding labels, and it outputs a trained NER model, an optional ONNX model for deployment, and mappings for tokens and labels. It's designed for machine learning engineers and data scientists who need to build custom NER solutions.
No commits in the last 6 months. Available on PyPI.
Use this if you are an AI/ML developer who needs to train a custom Named Entity Recognition model for your specific text data, without writing extensive boilerplate code.
Not ideal if you are looking for an out-of-the-box NER solution for end-users, or if you don't have experience with machine learning model training.
Stars
56
Forks
8
Language
Python
License
MIT
Category
Last pushed
Jul 19, 2022
Commits (30d)
0
Dependencies
8
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/dayyass/pytorch-ner"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
charles9n/bert-sklearn
a sklearn wrapper for Google's BERT model
jidasheng/bi-lstm-crf
A PyTorch implementation of the BI-LSTM-CRF model.
howl-anderson/seq2annotation
基于 TensorFlow & PaddlePaddle 的通用序列标注算法库(目前包含 BiLSTM+CRF, Stacked-BiLSTM+CRF 和...
kamalkraj/BERT-NER
Pytorch-Named-Entity-Recognition-with-BERT
kamalkraj/Named-Entity-Recognition-with-Bidirectional-LSTM-CNNs
Named-Entity-Recognition-with-Bidirectional-LSTM-CNNs