CoolFace
Modelpublic

yunaseo/emotions_bert

sourceHugging Faceapache-2.0updated 2y agoView on Hugging Face
0likes8downloads
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. -->

emotions_bert

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.5151
  • —F1 Micro: 0.6887
  • —F1 Macro: 0.6024
  • —Accuracy: 0.1929

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: 0.0001
  • —trainbatchsize: 128
  • —evalbatchsize: 128
  • —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 LossF1 MicroF1 MacroAccuracy
0.75490.4082200.64550.61250.42640.1243
0.61440.8163400.56750.65100.51880.1670
0.54961.2245600.54140.67470.55700.1883
0.48781.6327800.51910.68490.58940.2104
0.47542.04081000.51400.68100.59090.2013
0.40272.44901200.51690.68490.58800.2207
0.39862.85711400.51510.68870.60240.1929
0.37113.26531600.51870.68200.59910.2188
0.3253.67351800.52630.67530.59280.1942
0.33034.08162000.52940.69000.59490.2149
0.28014.48982200.54200.68400.59530.2097
0.27484.89802400.55830.67970.58610.2162
0.24525.30612600.57810.67580.58710.1981
0.22535.71432800.58890.67150.58120.1929
0.2266.12243000.59550.67930.58520.2207
0.19586.53063200.61200.67340.58610.2032
0.19526.93883400.62090.67440.58060.2084
0.17587.34693600.63390.67560.57890.2136
0.16917.75513800.64120.67730.57790.2188
0.16138.16334000.64310.67610.57940.2142
0.14868.57144200.65320.67180.57630.2104
0.15298.97964400.65770.67370.57470.2136
0.14369.38784600.66580.67340.57440.2194
0.13999.79594800.66400.67350.57450.2188

Framework versions

  • —Transformers 4.40.2
  • —Pytorch 2.2.1+cu121
  • —Datasets 2.19.1
  • —Tokenizers 0.19.1