CoolFace
Modelpublic

NaveenTNS/mental-roberta

sourceHugging Facecc-by-nc-4.0updated 10mo agoView on Hugging Face
0likes31downloads
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

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

  • Loss: 0.8519
  • Accuracy: 0.8522
  • Precision: 0.8552
  • Recall: 0.8523
  • F1 Macro: 0.8534
  • F1 Weighted: 0.8516

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: 16
  • evalbatchsize: 16
  • 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_ratio: 0.1
  • num_epochs: 5
  • mixedprecisiontraining: Native AMP
  • labelsmoothingfactor: 0.1

Training results

Training LossEpochStepValidation LossAccuracyPrecisionRecallF1 MacroF1 Weighted
1.02950.19645000.95980.74260.60540.56650.55150.7214
0.84470.392810000.81800.81120.79520.75930.77260.8106
0.80770.589215000.78920.82180.80760.78570.79520.8204
0.81420.785520000.77050.82600.80630.81280.80900.8263
0.7810.981925000.77340.82470.79890.83030.81120.8260
0.70921.178330000.77830.83690.83230.81820.82050.8371
0.73421.374735000.75300.84420.83180.83870.83500.8439
0.71711.571140000.77190.84210.83750.82520.83070.8417
0.7041.767545000.75570.84510.84510.83380.83920.8460
0.68961.963950000.74550.84590.83240.84640.83890.8468
0.66792.160355000.75530.84880.83430.84480.83830.8488
0.64092.356660000.76790.85010.84130.84840.84470.8501
0.62872.553065000.76600.84800.85540.83820.84450.8486
0.63942.749470000.76870.84990.85220.84810.84970.8506
0.61932.945875000.77540.85100.85220.85280.85160.8511
0.57733.142280000.82970.84770.86100.83610.84770.8471
0.58733.338685000.82360.85120.85610.85090.85220.8511
0.58233.535090000.83040.85050.84930.85510.85190.8512
0.57433.731395000.81210.85110.84330.85990.85110.8513
0.57283.9277100000.80830.85090.84800.85450.85020.8507
0.5474.1241105000.85190.85220.85520.85230.85340.8516
0.56194.3205110000.85490.84900.84940.85750.85300.8494
0.56544.5169115000.84900.84990.84830.85720.85260.8500
0.54924.7133120000.84730.84840.84890.85400.85120.8488
0.57244.9097125000.85630.84880.84950.85560.85220.8490

Framework versions

  • Transformers 4.46.1
  • Pytorch 2.3.0+cu121
  • Datasets 4.4.1
  • Tokenizers 0.20.3