dair-ai/emotion
Viewer • Updated • 437k • 20.3k • 453
How to use ashuc27/results with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="ashuc27/results") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("ashuc27/results")
model = AutoModelForSequenceClassification.from_pretrained("ashuc27/results", device_map="auto")This model is a fine-tuned version of albert-base-v2 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 |
|---|---|---|---|---|
| 0.4298 | 1.0 | 4000 | 0.4243 | 0.9085 |
| 0.2389 | 2.0 | 8000 | 0.3465 | 0.922 |
| 0.1856 | 3.0 | 12000 | 0.2700 | 0.929 |
Base model
albert/albert-base-v2