CoolFace
Modelpublic

m-aliabbas1/roberta_en_med_1

sourceHugging Facemitupdated 1y 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. -->

robertaenmed_1

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

  • —Loss: 0.7481
  • —F1: 0.8553
  • —Accuracy: 0.8567

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: 0.0001
  • —trainbatchsize: 64
  • —evalbatchsize: 32
  • —seed: 42
  • —optimizer: Use OptimizerNames.ADAMWTORCHFUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
  • —lrschedulertype: linear
  • —num_epochs: 15

Training results

Training LossEpochStepValidation LossF1Accuracy
0.57261.014810.54610.81790.8218
0.4952.029620.49220.83180.8332
0.39493.044430.47440.84210.8456
0.36274.059240.47440.84880.8502
0.30595.074050.47840.85090.8514
0.25556.088860.51500.85080.8522
0.21537.0103670.53790.84620.8464
0.16578.0118480.58930.85050.8514
0.13989.0133290.62500.84760.8506
0.106710.0148100.65370.85210.8522
0.087711.0162910.74810.85530.8567
0.058212.0177720.77340.85300.8538
0.047713.0192530.87270.85240.8543
0.034914.0207340.93700.85470.8561
0.022515.0222150.95370.85490.8561

Framework versions

  • —Transformers 4.56.1
  • —Pytorch 2.4.1+cu124
  • —Datasets 4.0.0
  • —Tokenizers 0.22.0