CoolFace
Modelpublic

ajrayman/Consc_binary

sourceHugging Facemitupdated 19d agoView on Hugging Face
0likes153downloads
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. -->

Consc_binary

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

  • Loss: 0.5621
  • Accuracy: 0.7559
  • Precision: 0.7204
  • Recall: 0.8354
  • F1: 0.7737
  • Auc: 0.8421

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: 1234
  • optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
  • lrschedulertype: linear
  • lrschedulerwarmup_ratio: 0.06
  • num_epochs: 8

Training results

Training LossEpochStepValidation LossAccuracyPrecisionRecallF1Auc
No log1.01180.56270.69490.80950.50870.62480.8117
No log2.02360.60500.69360.63070.93270.75250.8089
No log3.03540.51230.75090.70140.87280.77780.8400
No log4.04720.59660.71480.65250.91770.76270.8393
0.52275.05900.56210.75590.72040.83540.77370.8421

Framework versions

  • Transformers 4.44.1
  • Pytorch 1.11.0
  • Datasets 2.12.0
  • Tokenizers 0.19.1