dair-ai/emotion
Viewer • Updated • 437k • 24.5k • 449
How to use gokuls/hbertv1-emotion-logit_KD-mini with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="gokuls/hbertv1-emotion-logit_KD-mini") # Load model directly
from transformers import AutoModelForSequenceClassification
model = AutoModelForSequenceClassification.from_pretrained("gokuls/hbertv1-emotion-logit_KD-mini", device_map="auto")This model is a fine-tuned version of gokuls/model_v1_complete_training_wt_init_48_mini_freeze_new 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 |
|---|---|---|---|---|
| 2.0557 | 1.0 | 250 | 0.9294 | 0.8275 |
| 0.7977 | 2.0 | 500 | 0.5722 | 0.876 |
| 0.531 | 3.0 | 750 | 0.5091 | 0.8805 |
| 0.4472 | 4.0 | 1000 | 0.4683 | 0.8935 |
| 0.39 | 5.0 | 1250 | 0.4489 | 0.8975 |
| 0.3432 | 6.0 | 1500 | 0.4714 | 0.895 |
| 0.3148 | 7.0 | 1750 | 0.4302 | 0.902 |
| 0.2859 | 8.0 | 2000 | 0.4388 | 0.8955 |
| 0.2635 | 9.0 | 2250 | 0.4317 | 0.9 |
| 0.2409 | 10.0 | 2500 | 0.4433 | 0.901 |
| 0.2249 | 11.0 | 2750 | 0.4413 | 0.89 |
| 0.2159 | 12.0 | 3000 | 0.4607 | 0.897 |