Igbo-sentiment-bbc / README.md
Ifyokoh's picture
Update README.md
c85de8c verified

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')