CoolFace
Modelpublic

andreagasparini/ModernBERT-base-stress

sourceHugging Faceapache-2.0updated 1y 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. -->

results

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

  • —Loss: 0.6851
  • —F1: 0.8263
  • —F1 Macro: 0.8254
  • —F1 Micro: 0.8275
  • —Precision: 0.8312
  • —Precision Macro: 0.8328
  • —Precision Micro: 0.8275
  • —Recall: 0.8275
  • —Recall Macro: 0.8241
  • —Recall Micro: 0.8275

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: Use adamwtorch with betas=(0.9,0.999) and epsilon=1e-08 and optimizerargs=No additional optimizer arguments
  • —lrschedulertype: constant
  • —num_epochs: 3

Training results

Training LossEpochStepValidation LossF1F1 MacroF1 MicroPrecisionPrecision MacroPrecision MicroRecallRecall MacroRecall Micro
No log1.01600.35930.83100.83070.83100.83120.83050.83100.83100.83090.8310
No log2.03200.42920.82900.82790.83100.83940.84190.83100.83100.82640.8310
No log3.04800.68510.82630.82540.82750.83120.83280.82750.82750.82410.8275

Framework versions

  • —Transformers 4.48.0
  • —Pytorch 2.5.0+cu124
  • —Datasets 2.16.1
  • —Tokenizers 0.21.1