CoolFace
Modelpublic

cuadron11/suicide-distilbert-original-5-5

sourceHugging Faceapache-2.0updated 3y 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. -->

suicide-distilbert-original-5-5

This model is a fine-tuned version of distilbert-base-uncased on the None dataset. It achieves the following results on the evaluation set:

  • Loss: 2.3097
  • Accuracy: {'accuracy': 0.33}
  • Precision: 0.2925
  • Recall: 0.33
  • Fscore: 0.3091

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: 4.5e-05
  • trainbatchsize: 32
  • evalbatchsize: 32
  • seed: 42
  • optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
  • lrschedulertype: linear
  • num_epochs: 20

Training results

Training LossEpochStepValidation LossAccuracyPrecisionRecallFscore
No log1.0101.6028{'accuracy': 0.31}0.09610.310.1467
No log2.0201.5911{'accuracy': 0.31}0.09610.310.1467
No log3.0301.5529{'accuracy': 0.31}0.09710.310.1478
No log4.0401.5191{'accuracy': 0.32}0.15320.320.2072
No log5.0501.4784{'accuracy': 0.35}0.18290.350.2343
No log6.0601.4951{'accuracy': 0.39}0.32900.390.2927
No log7.0701.5486{'accuracy': 0.35}0.25320.350.2676
No log8.0801.5740{'accuracy': 0.38}0.35370.380.3242
No log9.0901.6350{'accuracy': 0.37}0.32190.370.3439
No log10.01001.7061{'accuracy': 0.38}0.32530.380.3401
No log11.01101.7335{'accuracy': 0.37}0.32140.370.3430
No log12.01201.8224{'accuracy': 0.39}0.33320.390.3558
No log13.01301.8892{'accuracy': 0.37}0.32070.370.3414
No log14.01402.0359{'accuracy': 0.34}0.30920.340.3232
No log15.01502.0748{'accuracy': 0.36}0.43940.360.3411
No log16.01602.2032{'accuracy': 0.37}0.31820.370.3367
No log17.01702.2481{'accuracy': 0.34}0.29710.340.3141
No log18.01802.2278{'accuracy': 0.34}0.29570.340.3157
No log19.01902.2986{'accuracy': 0.32}0.28280.320.2981
No log20.02002.3097{'accuracy': 0.33}0.29250.330.3091

Framework versions

  • Transformers 4.35.2
  • Pytorch 2.1.0+cu118
  • Datasets 2.15.0
  • Tokenizers 0.15.0