CoolFace
Modelpublic

Realgon/N_bert_imdb_padding30model

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

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.6907
  • —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.21781.015630.23890.9234
0.16172.031260.24740.9303
0.08723.046890.30290.9283
0.0654.062520.34930.9316
0.03485.078150.36850.9365
0.03116.093780.49130.9310
0.02057.0109410.44850.9362
0.01778.0125040.49030.9354
0.01479.0140670.57860.9322
0.011910.0156300.52450.9356
0.0111.0171930.57300.9364
0.009112.0187560.57300.9383
0.00613.0203190.55960.9386
0.00414.0218820.67600.9354
0.001815.0234450.58130.9402
0.001816.0250080.65260.9378
0.003517.0265710.64530.9384
0.000218.0281340.67140.9392
0.000119.0296970.68930.9397
0.020.0312600.69070.9394

Framework versions

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