CoolFace
Modelpublic

jordanfan/mental-roberta_depression

sourceHugging Facecc-by-nc-4.0updated 2y 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. -->

mental-roberta_depression

This model is a fine-tuned version of mental/mental-roberta-base on an unknown dataset. It achieves the following results on the evaluation set:

  • Loss: 0.5389
  • Accuracy: 0.7679
  • Precision: 0.7676
  • Recall: 0.7679
  • F1: 0.7674

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: 24
  • evalbatchsize: 24
  • seed: 42
  • optimizer: Use OptimizerNames.ADAMW8BIT with betas=(0.9,0.999) and epsilon=1e-08 and optimizerargs=No additional optimizer arguments
  • lrschedulertype: linear
  • num_epochs: 3
  • mixedprecisiontraining: Native AMP

Training results

Training LossEpochStepValidation LossAccuracyPrecisionRecallF1
0.82541.09690.57880.74730.74630.74730.7465
0.58322.019380.54510.76710.76710.76710.7664
0.55143.029070.53890.76790.76760.76790.7674

Framework versions

  • PEFT 0.14.0
  • Transformers 4.48.3
  • Pytorch 2.5.1+cu124
  • Datasets 3.3.2
  • Tokenizers 0.21.0