CoolFace
Modelpublic

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

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

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

  • —Loss: 0.1749
  • —Accuracy: 0.9789
  • —Precision: 0.9790
  • —Recall: 0.9789
  • —F1: 0.9789

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.16711.031800.17350.96320.96480.96320.9635
0.13842.063600.11200.97360.97380.97360.9736
0.10643.095400.18800.96350.96470.96350.9635
0.08234.0127200.14950.97580.97590.97580.9757
0.04265.0159000.17660.97420.97460.97420.9743
0.02546.0190800.17240.97770.97780.97770.9777
0.02577.0222600.17600.97640.97670.97640.9764
0.00178.0254400.16720.97860.97870.97860.9786
0.00779.0286200.18940.97890.97910.97890.9789
0.001410.0318000.17490.97890.97900.97890.9789

Framework versions

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