rasyosef/amharic-news-category-classification
notebooks to finetune `bert-small-amharic`, `bert-mini-amharic`, and `xlm-roberta-base` models using an Amharic text classification dataset and the transformers library
This project helps classify Amharic news articles into categories like Local News, Entertainment, Sports, Business, International News, or Politics. You input raw Amharic news text, and it tells you which category it belongs to. This is ideal for anyone working with Amharic news content who needs to quickly sort or analyze articles by topic.
No commits in the last 6 months.
Use this if you need to automatically categorize a large volume of Amharic news articles to organize content or understand trends.
Not ideal if you're working with content in languages other than Amharic, or if you need to classify articles into very niche, custom categories not covered by the existing six.
Stars
11
Forks
4
Language
Jupyter Notebook
License
—
Category
Last pushed
May 10, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/transformers/rasyosef/amharic-news-category-classification"
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)