dair-ai/emotion
Viewer • Updated • 437k • 33.4k • 440
How to use forwarder1121/results with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="forwarder1121/results") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("forwarder1121/results")
model = AutoModelForSequenceClassification.from_pretrained("forwarder1121/results")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 |
|---|---|---|---|
| 0.2495 | 1.0 | 1000 | 0.1960 |
| 0.1503 | 2.0 | 2000 | 0.1748 |
| 0.0958 | 3.0 | 3000 | 0.1622 |
Base model
distilbert/distilbert-base-uncased