hellonlp/classifier_multi_label_seq2seq_attention
multi-label,classifier,text classification,多标签文本分类,文本分类,BERT,ALBERT,multi-label-classification,seq2seq,attention,beam search
This helps categorize Chinese text documents into multiple relevant categories simultaneously. You input a document, and it outputs a list of labels that apply to its content. This is ideal for anyone who needs to automatically organize or tag Chinese textual information, such as content moderators, librarians, or information architects.
No commits in the last 6 months.
Use this if you need to assign several predefined labels to Chinese text documents automatically.
Not ideal if your documents are in English or another language, or if you only need to assign a single category.
Stars
32
Forks
7
Language
Python
License
—
Category
Last pushed
Jun 01, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/hellonlp/classifier_multi_label_seq2seq_attention"
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?``