CoolFace
Modelpublic

fabriceyhc/bert-base-uncased-yahoo_answers_topics

sourceHugging Faceapache-2.0updated 5y agoView on Hugging Face
2likes152downloads
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-yahooanswerstopics

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

  • —Loss: 0.8092
  • —Accuracy: 0.7499

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: 16
  • —seed: 42
  • —optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
  • —lrschedulertype: linear
  • —lrschedulerwarmup_steps: 86625
  • —training_steps: 866250

Training results

Training LossEpochStepValidation LossAccuracy
2.1620.0120001.74440.5681
1.31260.0240001.00810.7054
0.95920.0360000.90210.7234
0.89030.0580000.88270.7276
0.86850.06100000.85400.7341
0.84220.07120000.85470.7365
0.85350.08140000.82640.7372
0.81780.09160000.83310.7389
0.83250.1180000.82420.7411
0.81810.12200000.83560.7437
0.81710.13220000.80900.7451
0.80920.14240000.84690.7392
0.80570.15260000.81850.7478
0.80850.16280000.80900.7467
0.82290.17300000.82250.7417
0.81510.18320000.82620.7419
0.810.2340000.81490.7383
0.80730.21360000.82250.7441
0.8160.22380000.80370.744
0.82170.23400000.84090.743
0.820.24420000.82860.7385
0.81010.25440000.82820.7413
0.82540.27460000.81700.7414

Framework versions

  • —Transformers 4.10.2
  • —Pytorch 1.7.1
  • —Datasets 1.6.1
  • —Tokenizers 0.10.3