CoolFace
Modelpublic

cuadron11/suicide-distilbert-5-5

sourceHugging Faceapache-2.0updated 3y agoView on Hugging Face
0likes6downloads
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-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: 1.8866
  • Accuracy: {'accuracy': 0.41}
  • Precision: 0.3515
  • Recall: 0.41
  • Fscore: 0.3748

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

Training results

Training LossEpochStepValidation LossAccuracyPrecisionRecallFscore
No log1.0101.6137{'accuracy': 0.31}0.09610.310.1467
No log2.0201.5891{'accuracy': 0.31}0.09610.310.1467
No log3.0301.5298{'accuracy': 0.29}0.09270.290.1405
No log4.0401.4865{'accuracy': 0.34}0.16490.340.2211
No log5.0501.4554{'accuracy': 0.35}0.25360.350.2760
No log6.0601.4830{'accuracy': 0.39}0.33360.390.3132
No log7.0701.5124{'accuracy': 0.37}0.33830.370.3351
No log8.0801.5414{'accuracy': 0.4}0.35350.40.3620
No log9.0901.6319{'accuracy': 0.36}0.32160.360.3306
No log10.01001.7549{'accuracy': 0.36}0.31830.360.3164
No log11.01101.7023{'accuracy': 0.37}0.32930.370.3459
No log12.01201.8304{'accuracy': 0.37}0.31900.370.3365
No log13.01301.8078{'accuracy': 0.38}0.35410.380.3487
No log14.01401.8710{'accuracy': 0.41}0.35150.410.3748
No log15.01501.8866{'accuracy': 0.41}0.35150.410.3748

Framework versions

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