CoolFace
Modelpublic

mljn/mdeberta-v3-base-finetuned-climate-vs-environment-classification

sourceHugging Facemitupdated 1y agoView on Hugging Face
0likes25downloads
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. -->

mdeberta-v3-base-finetuned-climate-vs-environment-classification

This model is a fine-tuned version of microsoft/mdeberta-v3-base on the None dataset. It achieves the following results on the evaluation set:

  • Loss: 0.3534
  • Accuracy: 0.9337
  • F1 Macro: 0.9322
  • Accuracy Balanced: 0.9309
  • F1 Micro: 0.9337
  • Precision Macro: 0.9336
  • Recall Macro: 0.9309
  • Precision Micro: 0.9337
  • Recall Micro: 0.9337

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: 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
  • lrschedulerwarmup_ratio: 0.06
  • num_epochs: 4

Training results

Training LossEpochStepValidation LossAccuracyF1 MacroAccuracy BalancedF1 MicroPrecision MacroRecall MacroPrecision MicroRecall Micro
0.50530.56635000.37450.89240.89110.89530.89240.88920.89530.89240.8924
0.30561.132510000.33150.91510.91390.91740.91510.91190.91740.91510.9151
0.21841.698815000.34140.92640.92530.92800.92640.92340.92800.92640.9264
0.20062.265020000.35020.92980.92790.92550.92980.93100.92550.92980.9298
0.14642.831325000.31430.93370.93230.93210.93370.93250.93210.93370.9337
0.11773.397530000.35500.93490.93320.93130.93490.93560.93130.93490.9349
0.09923.963835000.35340.93370.93220.93090.93370.93360.93090.93370.9337

Framework versions

  • Transformers 4.52.2
  • Pytorch 2.6.0+cu124
  • Datasets 2.14.4
  • Tokenizers 0.21.1