CoolFace
Modelpublic

Realgon/N_bert_imdb_padding0model

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

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.6575
  • —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.22041.015630.20860.9332
0.15012.031260.21950.9356
0.08713.046890.31560.935
0.05554.062520.31700.9314
0.03625.078150.35680.9353
0.02826.093780.44380.9380
0.01997.0109410.49000.9357
0.02198.0125040.49630.9344
0.01159.0140670.55540.9333
0.007810.0156300.59740.9340
0.008711.0171930.60810.9360
0.003812.0187560.59090.9322
0.009613.0203190.60020.9381
0.006114.0218820.56450.9372
0.005715.0234450.64150.9388
0.001916.0250080.69010.9388
0.000517.0265710.70990.9389
0.018.0281340.70220.9392
0.000819.0296970.66400.9398
0.020.0312600.65750.9405

Framework versions

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