Text Classification
Transformers
PyTorch
TensorFlow
JAX
Safetensors
English
roberta
emotion
Eval Results (legacy)
text-embeddings-inference
Instructions to use bhadresh-savani/roberta-base-emotion with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use bhadresh-savani/roberta-base-emotion with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="bhadresh-savani/roberta-base-emotion")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("bhadresh-savani/roberta-base-emotion") model = AutoModelForSequenceClassification.from_pretrained("bhadresh-savani/roberta-base-emotion", device_map="auto") - Inference
- Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
878d511 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:fc1a3606baa30b805339fdcc00ddbd39e8743056eaa28adc95c1fc5c1926157d
size 498691529
|