CoolFace
Modelpublic

mljn/mdeberta-v3-base-finetuned-green-classification

sourceHugging Facemitupdated 1y agoView on Hugging Face
0likes23downloads
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-green-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.3960
  • Accuracy: 0.9213
  • F1 Macro: 0.8801
  • Accuracy Balanced: 0.8710
  • F1 Micro: 0.9213
  • Precision Macro: 0.8902
  • Recall Macro: 0.8710
  • Precision Micro: 0.9213
  • Recall Micro: 0.9213

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.4690.56635000.60210.84370.69740.66280.84370.83250.66280.84370.8437
0.32381.132510000.36770.91170.87280.88510.91170.86220.88510.91170.9117
0.25881.698815000.38230.89470.85900.90220.89470.83340.90220.89470.8947
0.21082.265020000.41860.90940.85590.83360.90940.88580.83360.90940.9094
0.1782.831325000.35580.92300.88640.88940.92300.88350.88940.92300.9230
0.1123.397530000.41000.92190.88130.87330.92190.89020.87330.92190.9219
0.1163.963835000.39600.92130.88010.87100.92130.89020.87100.92130.9213

Framework versions

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