CoolFace
Modelpublic

mljn/mdeberta-v3-base-finetuned-climate-implicit-classification-full

sourceHugging Facemitupdated 11mo 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. -->

mdeberta-v3-base-finetuned-climate-implicit-classification-full

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.2690
  • —Accuracy: 0.9488
  • —Accuracy Balanced: 0.9119
  • —F1 Macro: 0.9063
  • —F1 Weighted: 0.9491
  • —F1 Micro: 0.9488
  • —F1 Positive: 0.8432
  • —Precision Macro: 0.9008
  • —Precision Weighted: 0.9496
  • —Recall Macro: 0.9119
  • —Recall Weighted: 0.9488
  • —Mcc: 0.8127
  • —Roc Auc: 0.9582
  • —Pr Auc: 0.8947

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.ADAMWTORCHFUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
  • —lrschedulertype: linear
  • —lrschedulerwarmup_ratio: 0.06
  • —num_epochs: 4
  • —mixedprecisiontraining: Native AMP

Training results

Training LossEpochStepValidation LossAccuracyAccuracy BalancedF1 MacroF1 WeightedF1 MicroF1 PositivePrecision MacroPrecision WeightedRecall MacroRecall WeightedMccRoc AucPr Auc
0.26661.017870.22130.93700.89160.88500.93750.93700.80760.87870.93820.89160.93700.77020.94300.8353
0.17412.035740.20570.94970.88930.90320.94880.94970.83620.91890.94850.88930.94970.80770.96540.9041
0.11843.053610.21070.95690.91500.91920.95670.95690.86390.92340.95650.91500.95690.83840.96570.8972
0.08594.071480.22230.95690.93150.92180.95740.95690.86930.91270.95810.93150.95690.84400.96860.8970

Framework versions

  • —Transformers 4.57.1
  • —Pytorch 2.8.0+cu126
  • —Datasets 4.0.0
  • —Tokenizers 0.22.1