CoolFace
Modelpublic

Realgon/N_bert_sst5_padding40model

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

Nbertsst5_padding40model

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

  • —Loss: 4.2139
  • —Accuracy: 0.5344

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
1.27351.05341.20010.4701
0.97292.010681.07350.5367
0.76083.016021.15890.5258
0.58064.021361.40400.5226
0.41825.026701.66000.5158
0.30216.032041.99660.5072
0.22867.037382.24650.5271
0.178.042722.56030.5258
0.14899.048062.93610.5086
0.119110.053403.12440.5208
0.096611.058743.42860.5195
0.067812.064083.60560.5195
0.076213.069423.64780.5376
0.053714.074763.81860.5258
0.026915.080104.06810.5204
0.027216.085444.06000.5380
0.016817.090784.10780.5285
0.014318.096124.13540.5371
0.013819.0101464.21050.5344
0.011420.0106804.21390.5344

Framework versions

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