CoolFace
Modelpublic

Yuvrajg2107/roberta-base-cpp-final

sourceHugging Facemitupdated 9mo agoView on Hugging Face
0likes14downloads
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-base-cpp

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

  • Loss: 0.0844
  • Accuracy: 0.9550

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

Training results

Training LossEpochStepValidation LossAccuracy
0.10850.0510000.10800.9183
0.07160.120000.25240.8473
0.06150.1530000.11820.9299
0.06480.240000.07570.9498
0.05220.2550000.12010.9273
0.03770.360000.08460.9555
0.04470.3570000.10360.9323
0.04210.480000.18040.8914
0.03640.4590000.04940.9628
0.03010.5100000.05830.9689
0.02810.55110000.05540.9689
0.03620.6120000.08980.9428
0.0220.65130000.07720.9687
0.02210.7140000.07060.9613
0.02560.75150000.04870.9719
0.02150.8160000.04270.9765
0.01620.85170000.04370.9742
0.01860.9180000.06130.9680
0.02110.95190000.09500.9514
0.01361.0200000.08440.9550

Framework versions

  • Transformers 4.57.3
  • Pytorch 2.8.0+cu126
  • Datasets 4.4.2
  • Tokenizers 0.22.1