cjymz886/text_bert_cnn
在bert模型的pre_training基础上进行text_cnn文本分类
This project helps quickly sort Chinese text documents into predefined categories like sports, finance, or entertainment. You provide raw Chinese text, and it outputs the probable category for each document. This is for content managers, researchers, or anyone who needs to automatically organize large collections of Chinese textual data.
No commits in the last 6 months.
Use this if you need to classify Chinese text into existing categories and want a straightforward, high-accuracy solution.
Not ideal if you have very long Chinese texts, as it's optimized for shorter documents (up to 128 characters), or if you lack significant computing resources due to its efficiency needs.
Stars
78
Forks
20
Language
Python
License
MIT
Category
Last pushed
Mar 09, 2020
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/cjymz886/text_bert_cnn"
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?``