sangkm/go-emotions-fine-tuned-distilroberta
015
<!-- This model card has been generated automatically according to the information the Trainer had access to. You should probably proofread and complete it, then remove this comment. -->
go-emotions-fine-tuned-distilroberta
This model is a fine-tuned version of distilbert/distilroberta-base on GoEmotions dataset. It achieves the following results on the evaluation set (threshold = 0.5):
- Loss: 0.0841
- Micro Precision: 0.6789
- Micro Recall: 0.5047
- Micro F1: 0.5790
- Macro Precision: 0.5559
- Macro Recall: 0.4000
- Macro F1: 0.4502
- Weighted Precision: 0.6538
- Weighted Recall: 0.5047
- Weighted F1: 0.5577
- Hamming Loss: 0.0308
Training hyperparameters
The following hyperparameters were used during training:
- learning_rate: 5e-05
- trainbatchsize: 8
- evalbatchsize: 8
- seed: 42
- optimizer: Use OptimizerNames.ADAMWTORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizerargs=No additional optimizer arguments
- lrschedulertype: linear
- num_epochs: 3.0
Training results
Test results
Framework versions
- Transformers 4.47.0
- Pytorch 2.3.1+cu121
- Datasets 2.20.0
- Tokenizers 0.21.0
