CoolFace
Modelpublic

Realgon/N_bert_sst5_padding100model

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. -->

Nbertsst5_padding100model

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.0441
  • —Accuracy: 0.5249

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.30981.05341.30570.4339
0.99192.010681.08630.5326
0.76543.016021.19880.5231
0.5934.021361.38320.5244
0.42565.026701.68100.5154
0.3136.032041.93960.5154
0.21697.037382.28590.5140
0.17458.042722.60110.5163
0.15219.048062.74840.5181
0.127810.053403.09320.5281
0.099311.058743.26830.5181
0.09712.064083.40210.5217
0.062913.069423.70960.5258
0.043714.074763.72750.5235
0.029815.080103.76270.5290
0.025716.085443.87170.5276
0.017517.090783.94460.5213
0.017418.096123.97030.5226
0.010119.0101464.04370.5222
0.00720.0106804.04410.5249

Framework versions

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