CoolFace
Modelpublic

HrayrM/bert-base-uncased-issues-128

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

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.09871.02911.6066
1.6312.05821.4775
1.49333.08731.4646
1.39844.011641.3314
1.33775.014551.3122
1.2746.017461.2062
1.25387.020371.2626
1.1928.023281.1832
1.16129.026191.2055
1.148910.029101.1605
1.126211.032011.1925
1.102212.034921.1309
1.089213.037831.1692
1.081214.040741.2384
1.066615.043651.0822
1.053316.046561.2432

Framework versions

  • Transformers 4.13.0
  • Pytorch 1.10.0
  • Datasets 2.2.2
  • Tokenizers 0.10.3