hellonlp/classifier-multi-label
多标签文本分类,多标签分类,文本分类, multi-label, classifier, text classification, BERT, seq2seq,attention, multi-label-classification
This project helps organize text documents by automatically assigning multiple relevant categories. You provide a piece of text, like a news article or a product description, and it outputs a list of all applicable tags, such as 'entertainment' and 'sports' for a news piece. This tool is ideal for content managers, data analysts, or anyone who needs to categorize large volumes of text efficiently.
805 stars. No commits in the last 6 months.
Use this if you need to classify documents or text snippets into several categories simultaneously, where a single item can belong to more than one group.
Not ideal if your classification task requires each item to belong to only one specific category, or if you need extremely fast inference speeds above all else.
Stars
805
Forks
148
Language
Python
License
—
Category
Last pushed
Dec 11, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/hellonlp/classifier-multi-label"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Compare
Higher-rated alternatives
fidelity/textwiser
[AAAI 2021] TextWiser: Text Featurization Library
RandolphVI/Multi-Label-Text-Classification
About Muti-Label Text Classification Based on Neural Network.
ThilinaRajapakse/pytorch-transformers-classification
Based on the Pytorch-Transformers library by HuggingFace. To be used as a starting point for...
ntumlgroup/LibMultiLabel
A library for multi-class and multi-label classification
xuyige/BERT4doc-Classification
Code and source for paper ``How to Fine-Tune BERT for Text Classification?``