dair-ai/emotion
Viewer • Updated • 437k • 33.8k • 439
How to use omerfguzel/emotion_distilbert with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="omerfguzel/emotion_distilbert") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("omerfguzel/emotion_distilbert")
model = AutoModelForSequenceClassification.from_pretrained("omerfguzel/emotion_distilbert")This model is a fine-tuned version of distilbert-base-uncased on the emotion dataset. It achieves the following results on the evaluation set:
More information needed
More information needed
More information needed
The following hyperparameters were used during training:
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|---|---|---|---|---|
| No log | 1.0 | 250 | 0.2775 | 0.915 |
| 0.5003 | 2.0 | 500 | 0.1803 | 0.928 |
| 0.5003 | 3.0 | 750 | 0.1642 | 0.931 |
Base model
distilbert/distilbert-base-uncased