CoolFace
Modelpublic

saiteki-kai/QA-DeBERTa-v3-base-binary

sourceHugging Facemitupdated 8mo agoView on Hugging Face
0likes12downloads
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-base-binary

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

  • —Loss: 0.3236
  • —Accuracy: 0.8600
  • —Unsafe Precision: 0.8759
  • —Unsafe Recall: 0.8720
  • —Unsafe F1: 0.8739
  • —Unsafe Fpr: 0.1550
  • —Unsafe Aucpr: 0.9529
  • —Safe Precision: 0.8403
  • —Safe Recall: 0.8450
  • —Safe F1: 0.8426
  • —Safe Fpr: 0.1280
  • —Safe Aucpr: 0.9158

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.32240.250121140.37660.83320.89080.79800.84190.12270.93510.77590.87730.82350.20200.8803
0.36010.500142280.34950.84410.85650.86470.86060.18180.94330.82820.81820.82320.13530.8954
0.32290.750263420.34090.85030.88910.83510.86120.13070.94640.80780.86930.83740.16490.9012
0.35971.000284560.33440.85200.86950.86370.86660.16270.94820.83040.83730.83380.13630.9060
0.32951.2503105700.33570.85410.87410.86190.86800.15570.94910.82980.84430.83700.13810.9074
0.28941.5004126840.34920.85520.87100.86830.86970.16130.95000.83540.83870.83710.13170.9096
0.29021.7504147980.33210.85640.86780.87530.87150.16730.95100.84180.83270.83720.12470.9123
0.34412.0005169120.32460.85970.88040.86540.87280.14740.95240.83470.85260.84350.13460.9145
0.32682.2505190260.33100.85800.86640.88050.87340.17040.95160.84700.82960.83820.11950.9135
0.27522.5006211400.33180.85800.86470.88300.87370.17330.95210.84920.82670.83780.11700.9149
0.29382.7507232540.32360.86000.87590.87200.87390.15500.95290.84030.84500.84260.12800.9158
0.29933.0007253680.32290.86050.88260.86420.87330.14430.95320.83400.85570.84470.13580.9166
0.29733.2508274820.32830.86040.88310.86340.87310.14330.95290.83330.85670.84480.13660.9155
0.27413.5008295960.32880.86000.88320.86250.87270.14320.95310.83250.85680.84450.13750.9154
0.31233.7509317100.32890.85920.89730.84350.86960.12110.95340.81740.87890.84710.15650.9158

Framework versions

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