FreeRotate/TextClassificationBERT
🚀 基于PyTorch的BERT文本分类框架
This framework helps you automatically categorize Chinese text, like customer feedback, news articles, or social media posts. You provide your Chinese text data, and it outputs labels indicating the category each piece of text belongs to. It's designed for anyone needing to sort or understand large volumes of Chinese textual information efficiently.
No commits in the last 6 months.
Use this if you need to classify Chinese text into predefined categories quickly and accurately.
Not ideal if your text data is not in Chinese or if you need to process languages other than Chinese.
Stars
25
Forks
2
Language
Python
License
—
Category
Last pushed
Aug 03, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/FreeRotate/TextClassificationBERT"
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?``