illiterate/BertClassifier
基于PyTorch的BERT中文文本分类模型(BERT Chinese text classification model implemented by PyTorch)
This project helps classify Chinese text into predefined categories like sports, entertainment, or finance. You input a piece of Chinese text, and it tells you which category it most likely belongs to. It's designed for someone learning about natural language processing and text classification with BERT models.
203 stars. No commits in the last 6 months.
Use this if you are a beginner in natural language processing and want a straightforward example to understand how BERT can classify Chinese text.
Not ideal if you need a highly optimized, production-ready text classification system for complex real-world applications.
Stars
203
Forks
25
Language
Python
License
MIT
Category
Last pushed
Mar 17, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/illiterate/BertClassifier"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
yongzhuo/Pytorch-NLU
中文文本分类、序列标注工具包(pytorch),支持中文长文本、短文本的多类、多标签分类任务,支持中文命名实体识别、词性标注、分词、抽取式文本摘要等序列标注任务。 Chinese text...
aniass/Product-Categorization-NLP
Multi-Class Text Classification for products based on their description with Machine Learning...
VinAIResearch/BERTweet
BERTweet: A pre-trained language model for English Tweets (EMNLP-2020)
hppRC/bert-classification-tutorial
【2023年版】BERTによるテキスト分類
zhanlaoban/Transformers_for_Text_Classification
基于Transformers的文本分类