CoolFace
Modelpublic

chanchongwei/bert-base-uncased-issues-128

sourceHugging Faceapache-2.0updated 3y 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: 0.0420
  • Micro f1: 0.6972
  • Macro f1: 0.5740

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: 3e-05
  • trainbatchsize: 4
  • evalbatchsize: 32
  • seed: 42
  • optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
  • lrschedulertype: constant
  • num_epochs: 20

Training results

Training LossEpochStepValidation LossMicro f1Macro f1
0.15421.04040.08500.00.0
0.08532.08080.08260.00.0
0.08283.012120.07760.00.0
0.07344.016160.06730.17350.0294
0.0615.020200.05970.35000.0797
0.0496.024240.05560.44490.1180
0.03987.028280.04970.50270.1615
0.03218.032320.04720.56090.2498
0.02619.036360.04810.52120.2442
0.021810.040400.04410.62380.3251
0.018211.044440.04230.63460.3880
0.015412.048480.04120.65730.4223
0.012613.052520.04190.65860.4570
0.010914.056560.04160.66460.4813
0.009215.060600.04010.66770.5041
0.007916.064640.04120.68590.5323
0.006817.068680.04350.66670.5372
0.005918.072720.04520.67350.5617
0.005319.076760.04200.67350.5590
0.004220.080800.04200.69720.5740

Framework versions

  • Transformers 4.26.1
  • Pytorch 1.13.1
  • Datasets 2.10.1
  • Tokenizers 0.11.0