CoolFace
Modelpublic

Realgon/N_bert_imdb_padding20model

sourceHugging Faceapache-2.0updated 3y agoView on Hugging Face
0likes18downloads
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. -->

Nbertimdb_padding20model

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

  • —Loss: 0.6296
  • —Accuracy: 0.9405

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.22241.015630.24810.9156
0.15642.031260.20970.9386
0.09373.046890.26870.9347
0.0564.062520.29340.9377
0.03825.078150.35890.9370
0.03046.093780.41490.9355
0.027.0109410.48750.9348
0.01748.0125040.47100.938
0.01359.0140670.52130.9333
0.012210.0156300.50690.9366
0.013211.0171930.53940.9326
0.006712.0187560.56910.9377
0.002313.0203190.58570.9368
0.004314.0218820.57340.9395
0.004815.0234450.59360.9388
0.004616.0250080.58030.9389
0.003217.0265710.56930.9402
0.000618.0281340.63080.9396
0.001619.0296970.62210.9402
0.000820.0312600.62960.9405

Framework versions

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