Usage

You can load this model directly using the ๐Ÿค— Transformers pipeline:

from transformers import pipeline

model_id = "dilexsan/bertweet_base_sentimental"

sentiment_analyzer = pipeline("text-classification", model=model_id)

text = "I am so happy with this service, it was great!"
result = sentiment_analyzer(text)

print(result)
Downloads last month
-
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

Space using dilexsan/bertweet_base_sentimental 1