dair-ai/emotion
Viewer • Updated • 437k • 24.5k • 449
How to use gokuls/hbertv2-emotion-logit_KD_new with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="gokuls/hbertv2-emotion-logit_KD_new") # Load model directly
from transformers import AutoModelForSequenceClassification
model = AutoModelForSequenceClassification.from_pretrained("gokuls/hbertv2-emotion-logit_KD_new", device_map="auto")This model is a fine-tuned version of gokuls/bert_12_layer_model_v2_complete_training_new_48 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.1324 | 1.0 | 250 | 1.0855 | 0.801 |
| 0.8121 | 2.0 | 500 | 0.7251 | 0.872 |
| 0.5982 | 3.0 | 750 | 0.6929 | 0.8695 |
| 0.4694 | 4.0 | 1000 | 0.6529 | 0.8775 |
| 0.3873 | 5.0 | 1250 | 0.7370 | 0.873 |
| 0.3477 | 6.0 | 1500 | 0.6082 | 0.8855 |
| 0.3169 | 7.0 | 1750 | 0.6202 | 0.885 |
| 0.2855 | 8.0 | 2000 | 0.5843 | 0.88 |
| 0.2669 | 9.0 | 2250 | 0.6290 | 0.8825 |
| 0.2493 | 10.0 | 2500 | 0.7612 | 0.8785 |
| 0.2326 | 11.0 | 2750 | 0.6896 | 0.883 |