rikeda71/TorchCRF
An Inplementation of CRF (Conditional Random Fields) in PyTorch 1.0
This is a tool for developers who are building machine learning models that need to accurately label sequences of data, such as words in a sentence or frames in a video. It takes the output from your neural network model and a sequence of correct labels, then calculates how well your model predicts the sequence. Developers would use this to improve the performance of sequence labeling models.
137 stars. No commits in the last 6 months.
Use this if you are a machine learning engineer or researcher building a PyTorch model and need to integrate Conditional Random Fields (CRF) for sequence labeling tasks.
Not ideal if you are a non-developer seeking a ready-to-use application for labeling data, as this is a programmatic library.
Stars
137
Forks
11
Language
Python
License
MIT
Category
Last pushed
Aug 01, 2020
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/rikeda71/TorchCRF"
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