CoolFace
Modelpublic

Shenghao1993/bert-base-uncased-issues-128

sourceHugging Faceapache-2.0updated 4y agoView on Hugging Face
0likes10downloads
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.2503

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: 32
  • 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
2.09761.02911.7064
1.63882.05821.4335
1.48463.08731.3750
1.40034.011641.3749
1.33935.014551.1970
1.28486.017461.2826
1.23857.020371.2652
1.19748.023281.2158
1.16539.026191.1808
1.14210.029101.2091
1.1311.032011.2147
1.105112.034921.1668
1.080213.037831.2550
1.078114.040741.1659
1.064415.043651.1272
1.061816.046561.2503

Framework versions

  • Transformers 4.21.1
  • Pytorch 1.12.1+cu113
  • Datasets 2.4.0
  • Tokenizers 0.12.1