A state-of-the-art sentiment analysis model achieving 89.2% accuracy on IMDB and 91.5% on Stanford SST-2
RoBERTa-Sentimentic is a fine-tuned RoBERTa model specifically optimized for sentiment analysis across multiple domains. Trained on 50,000+ samples from IMDB movie reviews and Stanford Sentiment Treebank, it demonstrates exceptional performance in binary sentiment classification with robust cross-domain transfer capabilities.
๐ Quick Start
from transformers import pipeline
# Load the model
classifier = pipeline("sentiment-analysis", model="abhilash88/roberta-sentimentic")
# Single prediction
result = classifier("This movie is absolutely fantastic!")
print(result)
# [{'label': 'POSITIVE', 'score': 0.998}]# Batch predictions
texts = [
"Amazing cinematography and outstanding performances!",
"Boring plot with terrible acting.",
"A decent movie, nothing extraordinary."
]
results = classifier(texts)
for text, result inzip(texts, results):
print(f"Text: {text}")
print(f"Sentiment: {result['label']} (confidence: {result['score']:.3f})")
๐ Performance Overview
Benchmark Results
Dataset
Pre-trained RoBERTa
RoBERTa-Sentimentic
Improvement
IMDB Movie Reviews
49.5%
89.2%
+39.7%
Stanford SST-2
49.1%
91.5%
+42.4%
Cross-domain (IMDBโSST)
49.1%
87.7%
+38.6%
Key Metrics
๐ฏ Overall Accuracy
: 90.4% (average across datasets)
โก Inference Speed
: ~100 samples/second (GPU)
๐ Cross-domain Transfer
: 87.7% (excellent generalization)
roberta-sentimentic huggingface.co is an AI model on huggingface.co that provides roberta-sentimentic's model effect (), which can be used instantly with this abhilash88 roberta-sentimentic model. huggingface.co supports a free trial of the roberta-sentimentic model, and also provides paid use of the roberta-sentimentic. Support call roberta-sentimentic model through api, including Node.js, Python, http.
roberta-sentimentic huggingface.co is an online trial and call api platform, which integrates roberta-sentimentic's modeling effects, including api services, and provides a free online trial of roberta-sentimentic, you can try roberta-sentimentic online for free by clicking the link below.
abhilash88 roberta-sentimentic online free url in huggingface.co:
roberta-sentimentic is an open source model from GitHub that offers a free installation service, and any user can find roberta-sentimentic on GitHub to install. At the same time, huggingface.co provides the effect of roberta-sentimentic install, users can directly use roberta-sentimentic installed effect in huggingface.co for debugging and trial. It also supports api for free installation.
roberta-sentimentic install url in huggingface.co: