generated_from_trainer

<!-- 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. -->

Text Classification GoEmotions

This model is a fine-tuned version of roberta-large on the go_emotions dataset. It achieves the following results on the test set (with a threshold of 0.15):

Code

Code for training this model can be found here.

Training procedure

Training hyperparameters

The following hyperparameters were used during training:

Training results

Training Loss Epoch Validation Loss Accuracy Precision Recall F1
No log 1.0 0.088978 0.404349 0.480763 0.456827 0.444685
0.10620 2.0 0.082806 0.411353 0.460896 0.536386 0.486819
0.10620 3.0 0.081338 0.420199 0.519828 0.561297 0.522716

Framework versions