dair-ai/emotion
Viewer • Updated • 437k • 33.8k • 440
How to use gokuls/hbertv1-tiny-wt-48-emotion-emb-comp with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="gokuls/hbertv1-tiny-wt-48-emotion-emb-comp") # Load model directly
from transformers import AutoModelForSequenceClassification
model = AutoModelForSequenceClassification.from_pretrained("gokuls/hbertv1-tiny-wt-48-emotion-emb-comp", dtype="auto")This model is a fine-tuned version of gokuls/model_v1_complete_training_wt_init_48_tiny_emb_comp 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.3139 | 1.0 | 250 | 0.8529 | 0.727 |
| 0.6339 | 2.0 | 500 | 0.4745 | 0.848 |
| 0.4011 | 3.0 | 750 | 0.3605 | 0.875 |
| 0.2998 | 4.0 | 1000 | 0.3326 | 0.885 |
| 0.25 | 5.0 | 1250 | 0.3346 | 0.8815 |
| 0.2177 | 6.0 | 1500 | 0.3216 | 0.8885 |
| 0.1928 | 7.0 | 1750 | 0.3214 | 0.8885 |
| 0.1747 | 8.0 | 2000 | 0.3178 | 0.8875 |
| 0.1581 | 9.0 | 2250 | 0.3291 | 0.885 |
| 0.1404 | 10.0 | 2500 | 0.3260 | 0.887 |