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
13
Safetensors
Model size
0.1B params
Tensor type
F32
ยท
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Model tree for VIOLET21/sentiment-bert-tweet

Finetuned
(102)
this model