CoolFace
Modelpublic

omersubasi/fine-tune-vanilla-bert-base-uncased-ch9

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

fine-tune-vanilla-bert-base-uncased-ch9

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

  • —Loss: 0.1664
  • —Micro f1: 0.7308
  • —Macro f1: 0.6418

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: 10

Training results

Training LossEpochStepValidation LossMicro f1Macro f1
0.39431.0560.34260.00.0
0.31652.01120.31110.28570.1010
0.27013.01680.25310.50.2266
0.20194.02240.21550.61960.3375
0.15445.02800.20940.60640.4363
0.11356.03360.18290.70300.5914
0.08237.03920.17740.69700.5956
0.06198.04480.17810.69650.6130
0.04919.05040.16950.73270.6402
0.041910.05600.16640.73080.6418

Framework versions

  • —Transformers 4.16.2
  • —Pytorch 2.1.0+cu118
  • —Datasets 1.16.1
  • —Tokenizers 0.15.0