RoBERTa IMDb Sentiment Analyzer
Fine-tuned on IMDb reviews — Professional Application
{{ input_text if input_text else '' }}
Analyze Sentiment
{% if result %}
Result:
{{ result }}
{% endif %}