CoolFace
Modelpublic

xxr/bert-base-uncased-issues-128

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

bert-base-uncased-issues-128

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

  • Loss: 1.2109

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: 5e-05
  • trainbatchsize: 8
  • evalbatchsize: 8
  • seed: 42
  • optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
  • lrschedulertype: linear
  • num_epochs: 16

Training results

Training LossEpochStepValidation Loss
1.98451.011631.6403
1.56952.023261.4212
1.42213.034891.3714
1.33024.046521.3592
1.27345.058151.2781
1.21436.069781.2286
1.17047.081411.2492
1.12618.093041.2044
1.08129.0104671.1878
1.065710.0116301.2177
1.031911.0127931.1428
1.006312.0139561.0910
0.973113.0151191.1111
0.967414.0162821.1699
0.939115.0174451.0805
0.938116.0186081.2109

Framework versions

  • Transformers 4.8.0
  • Pytorch 1.9.0+cu111
  • Datasets 1.18.3
  • Tokenizers 0.10.3