CoolFace
Modelpublic

Realgon/N_roberta_imdb_padding100model

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

Nrobertaimdb_padding100model

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

  • Loss: 0.4217
  • Accuracy: 0.9496

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
0.20971.015630.18930.9421
0.17252.031260.15880.9470
0.10913.046890.23490.9444
0.07964.062520.24740.9435
0.05435.078150.28660.9453
0.03876.093780.32190.9452
0.02527.0109410.34100.9443
0.02788.0125040.38110.9447
0.02349.0140670.35180.9459
0.017710.0156300.37330.9437
0.024711.0171930.35690.9481
0.011812.0187560.37110.9441
0.016613.0203190.35970.9470
0.010914.0218820.41840.9498
0.004615.0234450.43630.9438
0.004616.0250080.45970.9467
0.005717.0265710.42820.9481
0.004518.0281340.43450.9482
0.005619.0296970.40970.9493
0.002220.0312600.42170.9496

Framework versions

  • Transformers 4.33.2
  • Pytorch 2.0.1+cu117
  • Datasets 2.14.5
  • Tokenizers 0.13.3