CoolFace
Modelpublic

mljn/mdeberta-v3-base-finetuned-french-green-stance

sourceHugging Facemitupdated 2y agoView on Hugging Face
0likes34downloads
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-french-green-stance

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.3085
  • —Accuracy: 0.9533
  • —F1 Macro: 0.9428
  • —Accuracy Balanced: 0.9425
  • —F1 Micro: 0.9533
  • —Precision Macro: 0.9431
  • —Recall Macro: 0.9425
  • —Precision Micro: 0.9533
  • —Recall Micro: 0.9533

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: 4
  • —evalbatchsize: 4
  • —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.33041.013930.40280.91600.89840.90350.91600.89370.90350.91600.9160
0.20852.027860.28950.94400.92980.92010.94400.94100.92010.94400.9440
0.13683.041790.31360.95190.94080.93840.95190.94320.93840.95190.9519
0.03744.055720.30850.95330.94280.94250.95330.94310.94250.95330.9533

Framework versions

  • —Transformers 4.49.0
  • —Pytorch 2.5.1+cu124
  • —Datasets 3.3.2
  • —Tokenizers 0.21.0