dair-ai/emotion
Viewer • Updated • 437k • 24.5k • 449
How to use gokuls/hbertv1-emotion-logit_KD-small with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="gokuls/hbertv1-emotion-logit_KD-small") # Load model directly
from transformers import AutoModelForSequenceClassification
model = AutoModelForSequenceClassification.from_pretrained("gokuls/hbertv1-emotion-logit_KD-small", device_map="auto")This model is a fine-tuned version of gokuls/model_v1_complete_training_wt_init_48_small_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 |
|---|---|---|---|---|
| 1.4023 | 1.0 | 250 | 0.5204 | 0.8825 |
| 0.3903 | 2.0 | 500 | 0.3014 | 0.91 |
| 0.2438 | 3.0 | 750 | 0.2849 | 0.9185 |
| 0.1778 | 4.0 | 1000 | 0.2489 | 0.9265 |
| 0.1394 | 5.0 | 1250 | 0.2878 | 0.9205 |
| 0.1218 | 6.0 | 1500 | 0.2887 | 0.923 |
| 0.1083 | 7.0 | 1750 | 0.2788 | 0.9285 |
| 0.1019 | 8.0 | 2000 | 0.2373 | 0.928 |
| 0.0898 | 9.0 | 2250 | 0.2473 | 0.9335 |
| 0.0817 | 10.0 | 2500 | 0.2822 | 0.926 |
| 0.0827 | 11.0 | 2750 | 0.2474 | 0.926 |
| 0.0733 | 12.0 | 3000 | 0.2329 | 0.9285 |
| 0.0631 | 13.0 | 3250 | 0.2301 | 0.929 |
| 0.06 | 14.0 | 3500 | 0.2565 | 0.9295 |