CoolFace
Modelpublic

saiteki-kai/QA-DeBERTa-v3-large-diff-binary-2

sourceHugging Facemitupdated 10mo agoView on Hugging Face
0likes32downloads
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. -->

QA-DeBERTa-v3-large-diff-binary-2

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

  • Loss: 0.3409
  • Accuracy: 0.8609
  • Unsafe Precision: 0.8682
  • Unsafe Recall: 0.8842
  • Unsafe F1: 0.8761
  • Unsafe Fpr: 0.1684
  • Unsafe Aucpr: 0.9538
  • Safe Precision: 0.8512
  • Safe Recall: 0.8316
  • Safe F1: 0.8413
  • Safe Fpr: 0.1158
  • Safe Aucpr: 0.9184

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: 6e-06
  • trainbatchsize: 64
  • evalbatchsize: 64
  • 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_steps: 1000
  • num_epochs: 10

Training results

Training LossEpochStepValidation LossAccuracyUnsafe PrecisionUnsafe RecallUnsafe F1Unsafe FprUnsafe AucprSafe PrecisionSafe RecallSafe F1Safe FprSafe Aucpr
0.29980.250121140.36770.84460.90270.80780.85260.10930.94360.78700.89070.83560.19220.8961
0.32620.500142280.32780.85610.87860.86020.86930.14910.94950.82910.85090.83990.13980.9087
0.30190.750263420.32360.85880.89720.84290.86920.12110.95270.81680.87890.84670.15710.9155
0.34791.000284560.32150.85990.86900.88110.87500.16660.95310.84820.83340.84070.11890.9175
0.3021.2503105700.32210.86110.88390.86390.87380.14230.95360.83400.85770.84570.13610.9176
0.26631.5004126840.34090.86090.86820.88420.87610.16840.95380.85120.83160.84130.11580.9184
0.28411.7504147980.32230.86220.87720.87480.87600.15370.95510.84350.84630.84490.12520.9202
0.30742.0005169120.32440.86320.89950.84900.87350.11900.95530.82300.88100.85100.15100.9182
0.30522.2505190260.32000.86180.88330.86600.87460.14350.95460.83590.85650.84610.13400.9221
0.2682.5006211400.31920.86270.88760.86250.87480.13700.95500.83340.86300.84790.13750.9220

Framework versions

  • Transformers 4.57.3
  • Pytorch 2.7.1+cu118
  • Datasets 4.4.1
  • Tokenizers 0.22.1