Sentiment BERT Tweet
A BERT model fine-tuned for Indonesian tweet sentiment classification.
This model classifies tweets into three sentiment categories:
- Positive
- Negative
- Neutral
How to Use
from transformers import pipeline
model = pipeline("text-classification", model="VIOLET21/sentiment-bert-tweet")
result = model("Saya sangat senang hari ini!")
print(result)
- Downloads last month
- 7
Inference Providers
NEW
This model isn't deployed by any Inference Provider.
๐
Ask for provider support
Model tree for VIOLET21/sentiment-bert-tweet
Base model
indobenchmark/indobert-base-p1