CoolFace
Modelpublic

YeRyeongLee/bert-base-cased-finetuned-filtered-0609

sourceHugging Faceapache-2.0updated 4y agoView on Hugging Face
0likes21downloads
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-cased-finetuned-filtered-0609

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

  • —Loss: 0.2410
  • —Accuracy: 0.9748
  • —Precision: 0.9751
  • —Recall: 0.9748
  • —F1: 0.9749

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
  • —lrschedulerwarmup_steps: 1000
  • —num_epochs: 10

Training results

Training LossEpochStepValidation LossAccuracyPrecisionRecallF1
0.20281.031800.24050.95350.95610.95350.9538
0.16322.063600.16860.96600.96640.96600.9661
0.12033.095400.16250.96480.96550.96480.9648
0.12334.0127200.15100.96980.97020.96980.9699
0.08235.0159000.16000.97300.97320.97300.9730
0.04536.0190800.19530.97230.97240.97230.9723
0.0317.0222600.17540.97550.97550.97550.9755
0.01668.0254400.21550.97390.97400.97390.9739
0.00369.0286200.25190.97300.97330.97300.9730
0.003510.0318000.24100.97480.97510.97480.9749

Framework versions

  • —Transformers 4.19.2
  • —Pytorch 1.9.1+cu111
  • —Datasets 1.16.1
  • —Tokenizers 0.12.1