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
Delete .gitattributes
#10 opened about 1 month ago
by
Manohar2001
I am a newbie here: Resources needed for empathy classification
👍 2
#8 opened over 1 year ago
by
Tony-Toni-TonEEE
2017 study of emotional gradients
1
#6 opened over 1 year ago
by
Dr0mp
Update README.md
#5 opened over 1 year ago
by
LPM
Finetune roberta
4
#4 opened about 2 years ago
by
humza-sami