hellonlp/classifier_multi_label
multi-label,classifier,text classification,多标签文本分类,文本分类,BERT,ALBERT,multi-label-classification
This helps categorize Chinese text into multiple relevant topics or labels simultaneously. You provide raw Chinese text data, and it outputs classifications like 'finance' and 'technology' for each piece of text. It's designed for anyone needing to automatically sort and understand the content of large volumes of Chinese documents.
140 stars. No commits in the last 6 months.
Use this if you need to assign multiple predefined categories to Chinese text documents automatically.
Not ideal if your text is in a language other than Chinese, or if you only need a single category assigned per document.
Stars
140
Forks
41
Language
Python
License
—
Category
Last pushed
Oct 19, 2021
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.
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?``