lonePatient/ERNIE-text-classification-pytorch
This repo contains a PyTorch implementation of a pretrained ERNIE model for text classification.
This tool helps machine learning engineers and data scientists categorize Chinese text, like news articles, customer feedback, or social media posts, into predefined topics. You input raw Chinese text data and the system outputs accurate classifications, enabling tasks like content moderation or trend analysis. It is designed for those who need to build and fine-tune robust text classification models.
No commits in the last 6 months.
Use this if you need to classify large volumes of Chinese text efficiently and require a high-performing model that can be customized to your specific categories.
Not ideal if you primarily work with non-Chinese languages or if you are looking for a pre-built, out-of-the-box solution that doesn't require any model training or fine-tuning.
Stars
60
Forks
23
Language
Python
License
—
Category
Last pushed
Nov 22, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/lonePatient/ERNIE-text-classification-pytorch"
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?``