CoolFace
Modelpublic

nguyennghia0902/deberta-auto-grading-newfinal

sourceHugging Facemitupdated 5mo agoView on Hugging Face
1likes4downloads
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-auto-grading-newfinal

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

  • Loss: 0.5761
  • Accuracy: 0.8292
  • F1 Macro: 0.8088
  • F1 Incorrect: 0.8100
  • F1 Partial: 0.7366
  • F1 Correct: 0.8797

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: 64
  • seed: 42
  • gradientaccumulationsteps: 2
  • totaltrainbatch_size: 64
  • optimizer: Use OptimizerNames.ADAMWTORCHFUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
  • lrschedulertype: linear
  • lrschedulerwarmup_steps: 0.1
  • num_epochs: 7

Training results

Training LossEpochStepValidation LossAccuracyF1 MacroF1 IncorrectF1 PartialF1 Correct
1.75301.03540.56010.74060.71730.69010.64900.8127
1.00092.07080.50100.76090.74910.74150.68680.8189
0.72333.010620.52820.78520.75850.74330.67640.8558
0.57444.014160.51810.78960.77000.760.69940.8506
0.46615.017700.61800.79180.77900.77170.71850.8466
0.38816.021240.61600.80520.78980.78150.72810.8598
0.31947.024780.67060.80520.78860.77840.72720.8603

Framework versions

  • Transformers 5.0.0
  • Pytorch 2.10.0+cu128
  • Datasets 4.8.3
  • Tokenizers 0.22.2