CoolFace
Modelpublic

AceVikings/deberta-category

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. -->

deberta-category

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

  • Loss: 0.3595
  • Macro F1: 0.7766
  • Weighted F1: 0.8732
  • Accuracy: 0.8728

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: 32
  • evalbatchsize: 32
  • seed: 42
  • optimizer: Use OptimizerNames.ADAMWTORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizerargs=No additional optimizer arguments
  • lrschedulertype: linear
  • num_epochs: 10
  • mixedprecisiontraining: Native AMP

Training results

Training LossEpochStepValidation LossMacro F1Weighted F1Accuracy
0.45920.48405000.46340.59380.73830.7330
0.25410.968110000.30370.68940.82890.8264
0.19751.452115000.32950.74220.84530.8458
0.14391.936120000.28620.74550.85110.8488
0.16742.420125000.29820.74270.86330.8629
0.19322.904230000.26220.73730.85930.8589
0.14683.388235000.30170.78250.86220.8627
0.05253.872240000.35400.76290.86220.8602
0.09774.356245000.35570.76770.85980.8572
0.06964.840350000.35950.77660.87320.8728

Framework versions

  • Transformers 4.53.3
  • Pytorch 2.6.0+cu124
  • Datasets 4.0.0
  • Tokenizers 0.21.2