taishan1994/pytorch_bert_chinese_text_classification
基于pytorch+bert的中文文本分类
This project helps quickly categorize Chinese text documents. It takes raw Chinese text content, like legal judgments or news articles, and automatically assigns them to predefined categories such as 'theft crime', 'sports', or 'finance'. This tool is for data analysts, legal professionals, or media researchers who need to organize and understand large volumes of Chinese text efficiently.
No commits in the last 6 months.
Use this if you have a large collection of Chinese text documents that need to be automatically sorted into specific, pre-defined categories.
Not ideal if you need to analyze relationships between words within a text or extract specific entities, rather than just classifying the overall document.
Stars
92
Forks
20
Language
Python
License
—
Category
Last pushed
Apr 02, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/taishan1994/pytorch_bert_chinese_text_classification"
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?``