CoolFace
Modelpublic

Realgon/bert_sst5_padding0model

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

bertsst5padding0model

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.1289
  • Accuracy: 0.5348

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.25711.05341.18250.4674
0.94732.010681.09900.5344
0.71533.016021.35970.5122
0.54644.021361.48530.5140
0.37545.026701.76870.5222
0.26726.032042.04000.5294
0.19657.037382.39210.5149
0.15938.042722.57960.5262
0.13089.048062.97640.5281
0.107410.053403.12470.5299
0.092211.058743.46530.5290
0.060212.064083.65410.5217
0.048713.069423.82700.5294
0.036414.074763.95580.5276
0.036715.080103.89270.5380
0.021816.085444.01950.5326
0.016617.090784.05710.5312
0.014518.096124.13340.5335
0.010219.0101464.09700.5294
0.007320.0106804.12890.5348

Framework versions

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