Text Classification
Transformers
PyTorch
Safetensors
English
roberta
emotions
multi-class-classification
multi-label-classification
text-embeddings-inference
Instructions to use SamLowe/roberta-base-go_emotions with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use SamLowe/roberta-base-go_emotions with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="SamLowe/roberta-base-go_emotions")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("SamLowe/roberta-base-go_emotions") model = AutoModelForSequenceClassification.from_pretrained("SamLowe/roberta-base-go_emotions") - Inference
- Notebooks
- Google Colab
- Kaggle
2017 study of emotional gradients
#6
by Dr0mp - opened
I stumbled on this model while I was working on an app that interprets emotions with an llm maybe this might be a more up-to-date take on the library of emotions :
https://pubmed.ncbi.nlm.nih.gov/28874542/