HamidrezaGholamrezaei/LLM-Text-Classification-with-RoBERTa
A project demonstrating the use of Large Language Models (LLMs) for text classification using the RoBERTa model.
This project demonstrates how to classify text into predefined categories using advanced AI models. It takes raw text inputs and assigns them to relevant categories like 'World News' or 'Sports' with high accuracy. This is useful for anyone who needs to automatically sort or categorize large volumes of textual information.
No commits in the last 6 months.
Use this if you need to automatically sort news articles, social media posts, or any text documents into distinct, predefined categories.
Not ideal if you need to understand the sentiment of text or extract specific entities, as its primary purpose is classification.
Stars
8
Forks
1
Language
Python
License
MIT
Category
Last pushed
May 22, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/transformers/HamidrezaGholamrezaei/LLM-Text-Classification-with-RoBERTa"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
lonePatient/Bert-Multi-Label-Text-Classification
This repo contains a PyTorch implementation of a pretrained BERT model for multi-label text...
mim-solutions/bert_for_longer_texts
BERT classification model for processing texts longer than 512 tokens. Text is first divided...
OctoberChang/X-Transformer
X-Transformer: Taming Pretrained Transformers for eXtreme Multi-label Text Classification
QData/LaMP
ECML 2019: Graph Neural Networks for Multi-Label Classification
illiterate/BertClassifier
基于PyTorch的BERT中文文本分类模型(BERT Chinese text classification model implemented by PyTorch)