Tweet-finetuned-emotion-classification
This model is a fine-tuned version of distilbert-base-uncased on the emotion dataset. It achieves the following results on the evaluation set:
- Loss: 0.1714
- Accuracy: 0.9395
- F1: 0.9395
Model description
More information needed
Intended uses & limitations
More information needed
Training and evaluation data
More information needed
Training procedure
Training hyperparameters
The following hyperparameters were used during training:
- learning_rate: 2e-05
- train_batch_size: 64
- eval_batch_size: 64
- seed: 42
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
- lr_scheduler_type: linear
- num_epochs: 10
Training results
Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
---|---|---|---|---|---|
0.7744 | 1.0 | 250 | 0.2544 | 0.9185 | 0.9189 |
0.1925 | 2.0 | 500 | 0.1659 | 0.9355 | 0.9354 |
0.1285 | 3.0 | 750 | 0.1505 | 0.936 | 0.9367 |
0.1008 | 4.0 | 1000 | 0.1402 | 0.942 | 0.9419 |
0.0822 | 5.0 | 1250 | 0.1429 | 0.9405 | 0.9405 |
0.0676 | 6.0 | 1500 | 0.1512 | 0.9395 | 0.9396 |
0.0562 | 7.0 | 1750 | 0.1641 | 0.9385 | 0.9384 |
0.046 | 8.0 | 2000 | 0.1698 | 0.935 | 0.9351 |
0.0379 | 9.0 | 2250 | 0.1705 | 0.939 | 0.9389 |
0.0334 | 10.0 | 2500 | 0.1714 | 0.9395 | 0.9395 |
Framework versions
- Transformers 4.38.1
- Pytorch 2.1.0+cu121
- Datasets 2.18.0
- Tokenizers 0.15.2
- Downloads last month
- 7
Inference Providers
NEW
This model isn't deployed by any Inference Provider.
🙋
Ask for provider support
Model tree for JayShah07/Tweet-finetuned-emotion-classification
Base model
distilbert/distilbert-base-uncasedDataset used to train JayShah07/Tweet-finetuned-emotion-classification
Evaluation results
- Accuracy on emotionvalidation set self-reported0.940
- F1 on emotionvalidation set self-reported0.939