CoolFace
Modelpublic

mpalaval/bert-goemotions-10epochs-run5

sourceHugging Faceapache-2.0updated 3y agoView on Hugging Face
0likes3downloads
Model Card

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

bert-goemotions-10epochs-run5

This model is a fine-tuned version of bert-base-uncased on an unknown dataset. It achieves the following results on the evaluation set:

  • Loss: 0.1699
  • Accuracy Thresh: 0.9478
  • F1 weighted: 0.3214
  • F1 macro: 0.2568
  • Accuracy: 0.3159
  • Recall weighted: 0.3159
  • Recall macro: 0.2830

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
  • trainbatchsize: 16
  • evalbatchsize: 16
  • seed: 42
  • optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
  • lrschedulertype: linear
  • num_epochs: 10
  • mixedprecisiontraining: Native AMP

Training results

Training LossEpochStepValidation LossAccuracy ThreshF1 weightedF1 macroAccuracyRecall weightedRecall macro
0.06411.0105580.14950.95250.35890.28770.35790.35790.3107
0.0592.0211160.14850.95170.35120.28340.34720.34720.3064
0.06243.0316740.15960.95050.34260.27080.34110.34110.2892
0.06024.0422320.16710.94740.32940.26780.32380.32380.2946
0.05935.0527900.16970.94810.33080.25990.32780.32780.2834
0.06456.0633480.14400.95320.34190.27720.34050.34050.3053
0.0757.0739060.15010.95160.33620.26820.33240.33240.2909
0.07218.0844640.15700.95010.32920.26130.32490.32490.2843
0.06959.0950220.16270.94920.32520.26000.32140.32140.2861
0.067210.01055800.16990.94780.32140.25680.31590.31590.2830

Framework versions

  • Transformers 4.35.1
  • Pytorch 2.1.0+cu118
  • Datasets 2.14.6
  • Tokenizers 0.14.1