CoolFace
Modelpublic

Realgon/N_bert_imdb_padding70model

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

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.6873
  • —Accuracy: 0.9394

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.22131.015630.31030.8968
0.15412.031260.30410.908
0.09073.046890.30700.9316
0.06544.062520.33200.9348
0.04585.078150.40880.9346
0.02776.093780.40320.9328
0.02577.0109410.44210.9336
0.02558.0125040.45740.9347
0.01259.0140670.44880.9375
0.014910.0156300.67410.9207
0.011711.0171930.63660.9342
0.011212.0187560.60090.9330
0.009813.0203190.62840.9358
0.001414.0218820.55670.9394
0.006915.0234450.61300.9362
0.001316.0250080.65770.9374
0.017.0265710.68160.9386
0.000318.0281340.71440.9371
0.003519.0296970.68440.9391
0.020.0312600.68730.9394

Framework versions

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