jidasheng/bi-lstm-crf
A PyTorch implementation of the BI-LSTM-CRF model.
This is a developer tool for building advanced natural language processing models. It helps machine learning engineers or data scientists create custom models for 'sequence tagging' tasks. You provide labeled text data as input, and it outputs a trained model that can identify and categorize specific elements within new text.
260 stars. No commits in the last 6 months. Available on PyPI.
Use this if you are a machine learning engineer or data scientist looking to implement a highly optimized BI-LSTM-CRF model for NLP sequence tagging within a PyTorch environment.
Not ideal if you are looking for a pre-trained model or a no-code solution for text analysis, as this requires coding knowledge to set up and train.
Stars
260
Forks
46
Language
Python
License
MIT
Category
Last pushed
Oct 30, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/jidasheng/bi-lstm-crf"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related tools
charles9n/bert-sklearn
a sklearn wrapper for Google's BERT 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
guillaumegenthial/tf_ner
Simple and Efficient Tensorflow implementations of NER models with tf.estimator and tf.data