JackHCC/Chinese-Text-Classification-PyTorch
中文文本分类任务,基于PyTorch实现(TextCNN,TextRNN,FastText,TextRCNN,BiLSTM_Attention, DPCNN, Transformer,Bert,ERNIE),开箱即用!
This project helps you automatically sort Chinese text, like news headlines or short articles, into predefined categories. You provide a collection of Chinese text, and it classifies each piece into categories such as 'finance,' 'sports,' or 'technology.' It's ideal for anyone who needs to organize large volumes of Chinese text quickly and accurately without manual effort.
403 stars. No commits in the last 6 months.
Use this if you need to categorize short Chinese texts, like news snippets or social media posts, into a fixed set of topics or themes.
Not ideal if your text is very long, requires nuanced understanding beyond simple topic classification, or is not in Chinese.
Stars
403
Forks
61
Language
Python
License
—
Last pushed
Jul 16, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/JackHCC/Chinese-Text-Classification-PyTorch"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
gaussic/text-classification-cnn-rnn
CNN-RNN中文文本分类,基于TensorFlow
ShawnyXiao/TextClassification-Keras
Text classification models implemented in Keras, including: FastText, TextCNN, TextRNN,...
prakashpandey9/Text-Classification-Pytorch
Text classification using deep learning models in Pytorch
TobiasLee/Text-Classification
Implementation of papers for text classification task on DBpedia
FreedomIntelligence/TextClassificationBenchmark
A Benchmark of Text Classification in PyTorch