CoolFace
Modelpublic

Realgon/roberta_sst5_padding0model

sourceHugging Facemitupdated 3y agoView on Hugging Face
0likes25downloads
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. -->

robertasst5padding0model

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

  • Loss: 3.7599
  • Accuracy: 0.5538

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: Adam with betas=(0.9,0.999) and epsilon=1e-08
  • lrschedulertype: linear
  • num_epochs: 20

Training results

Training LossEpochStepValidation LossAccuracy
1.22261.05341.17340.4774
0.98392.010681.03700.5561
0.81473.016021.04450.5701
0.6934.021361.20260.5484
0.545.026701.27410.5597
0.4416.032041.55930.5367
0.33337.037381.70480.5407
0.26618.042721.90490.5548
0.22929.048062.20510.5548
0.196810.053402.38510.5507
0.171411.058742.81580.5489
0.152412.064082.91600.5471
0.136713.069423.25660.5357
0.108714.074763.36130.5525
0.087415.080103.39340.5548
0.056116.085443.54860.5584
0.063717.090783.59890.5525
0.040218.096123.72900.5548
0.03619.0101463.70580.5552
0.029620.0106803.75990.5538

Framework versions

  • Transformers 4.32.1
  • Pytorch 2.1.1
  • Datasets 2.12.0
  • Tokenizers 0.13.3