hppRC/bert-classification-tutorial
【2023年版】BERTによるテキスト分類
This project offers a template for classifying Japanese news articles into categories using advanced AI. You input raw news article text, and it outputs a classification like 'sports' or 'movie news'. It's designed for natural language processing researchers or data scientists who need a robust, modern setup for text categorization tasks.
236 stars. No commits in the last 6 months.
Use this if you need a high-quality, up-to-date starting point for classifying Japanese text data, particularly news articles, with BERT.
Not ideal if you're looking for a simple, out-of-the-box text classification tool that doesn't require any programming or command-line interaction.
Stars
236
Forks
22
Language
Python
License
MIT
Category
Last pushed
May 28, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/hppRC/bert-classification-tutorial"
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)
zhanlaoban/Transformers_for_Text_Classification
基于Transformers的文本分类
artitw/text2class
Multi-class text categorization using state-of-the-art pre-trained contextualized language...