Edit model card
YAML Metadata Warning: empty or missing yaml metadata in repo card (https://huggingface.co/docs/hub/model-cards#model-card-metadata)

How to use

You can use this model with Transformers for Sentiment Classification.

from transformers import AutoModelForSequenceClassification
from transformers import AutoTokenizer


model = AutoModelForSequenceClassification.from_pretrained('Ifyokoh/Igbo-sentiment-bbc')
tokenizer = AutoTokenizer.from_pretrained('Ifyokoh/Igbo-sentiment-bbc')
Downloads last month
17
Safetensors
Model size
126M params
Tensor type
F32
·
Inference Examples
Inference API (serverless) is not available, repository is disabled.