CoolFace
Modelpublic

mljn/mdeberta-v3-base-finetuned-renewable-energy-classification

sourceHugging Facemitupdated 1y agoView on Hugging Face
0likes5downloads
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-renewable-energy-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.0968
  • Accuracy: 0.9823
  • F1 Macro: 0.8778
  • Accuracy Balanced: 0.8515
  • F1 Micro: 0.9823
  • Precision Macro: 0.9088
  • Recall Macro: 0.8515
  • Precision Micro: 0.9823
  • Recall Micro: 0.9823

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.23120.73535000.17020.95950.48970.50.95950.47980.50.95950.9595
0.15581.470610000.09690.97570.79490.72610.97570.93520.72610.97570.9757
0.10422.205915000.11120.97060.81990.83660.97060.80490.83660.97060.9706
0.06222.941220000.13190.97570.79960.73480.97570.92240.73480.97570.9757
0.04993.676525000.09680.98230.87780.85150.98230.90880.85150.98230.9823

Framework versions

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