CoolFace
Modelpublic

Realgon/N_bert_imdb_padding80model

sourceHugging Faceapache-2.0updated 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. -->

Nbertimdb_padding80model

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.6996
  • Accuracy: 0.9371

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.21981.015630.22960.9239
0.15822.031260.21580.9298
0.08963.046890.30670.9335
0.06354.062520.35940.9304
0.03445.078150.39230.9299
0.03156.093780.46250.9343
0.01967.0109410.46290.9338
0.02058.0125040.52470.9252
0.01619.0140670.45490.9326
0.010510.0156300.47030.9323
0.004911.0171930.60500.9286
0.008812.0187560.57880.9353
0.004313.0203190.54950.9348
0.006214.0218820.68860.9307
0.001915.0234450.64790.9348
0.003516.0250080.64490.9360
0.000817.0265710.70240.9349
0.000318.0281340.70110.9370
0.00119.0296970.69210.9372
0.020.0312600.69960.9371

Framework versions

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