Edit model card

Twitter-roBERTa-base for Sentiment Analysis

Labels: 0 -> Negative; 1 -> Neutral; 2 -> Positive

Example Pipeline

from transformers import pipeline
sentiment_task = pipeline("sentiment-analysis", model=model_path, tokenizer=model_path)
sentiment_task("Covid cases are increasing fast!")
[{'label': 'Negative', 'score': 0.7236}]
Downloads last month
4
This model does not have enough activity to be deployed to Inference API (serverless) yet. Increase its social visibility and check back later, or deploy to Inference Endpoints (dedicated) instead.

Dataset used to train KartikeyVats3/twitter-roberta-base-sentiment-kartikey