Sentiment Analysis

Powered by Fine-tuned TinyBERT

{% if error %}

{{ error }}

{% endif %} {% if sentiment %}

Results

Sentiment

{% if sentiment == "Positive" %} 😊 {% else %} 😔 {% endif %}

{{ sentiment }}

Confidence

{{ confidence }}%

{% endif %}

Fine-tuned TinyBERT model for sentiment classification