Text Classification
Transformers
Safetensors
English
roberta
emotion-classification
goemotions
sentiment-analysis
text-embeddings-inference
Instructions to use VanshajR/roberta-emotion-7class with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use VanshajR/roberta-emotion-7class with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="VanshajR/roberta-emotion-7class")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("VanshajR/roberta-emotion-7class") model = AutoModelForSequenceClassification.from_pretrained("VanshajR/roberta-emotion-7class") - Notebooks
- Google Colab
- Kaggle
Ctrl+K