CoolFace
Modelpublic

marzieh-maleki/roberta-small-ucic

sourceHugging Faceupdated 2mo 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. -->

roberta-small-ucic

This model is a fine-tuned version of smallbenchnlp/roberta-small on the trec dataset. It achieves the following results on the evaluation set:

  • Loss: 2.2140
  • Accuracy: 0.542
  • F1: 0.1365
  • Precision: 0.1192
  • Recall: 0.1703

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: 8
  • evalbatchsize: 8
  • seed: 42
  • gradientaccumulationsteps: 8
  • totaltrainbatch_size: 64
  • optimizer: Use OptimizerNames.ADAMWTORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizerargs=No additional optimizer arguments
  • lrschedulertype: cosine
  • num_epochs: 10
  • mixedprecisiontraining: Native AMP

Training results

Training LossEpochStepValidation LossAccuracyF1PrecisionRecall
3.730.6462503.56380.1760.00670.00390.0222
3.4361.28431003.36280.1760.00670.00390.0222
3.28041.93051503.14250.260.03210.04880.0520
3.01822.56872002.93180.3840.06720.06880.0930
2.88723.20682502.75010.4680.10660.10730.1278
2.72323.85303002.61190.4920.11090.10510.1370
2.57654.49113502.49850.5080.12280.12110.1477
2.46395.12924002.41200.5140.12500.12410.1502
2.41985.77544502.34420.5240.13070.12300.1575
2.3326.41365002.29350.530.13210.12020.1606
2.27797.05175502.25940.5360.13590.12100.1672
2.27677.69796002.23630.5380.13790.12430.1676
2.24798.33606502.22240.5420.13670.11950.1703
2.26668.98227002.21610.5420.13650.11920.1703
2.23669.62047502.21400.5420.13650.11920.1703

Framework versions

  • Transformers 4.53.3
  • Pytorch 2.6.0+cu124
  • Datasets 4.8.4
  • Tokenizers 0.21.4