CoolFace
Modelpublic

fabriceyhc/bert-base-uncased-dbpedia_14

sourceHugging Faceapache-2.0updated 5y agoView on Hugging Face
0likes167downloads
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-dbpedia_14

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

  • —Loss: 0.0547
  • —Accuracy: 0.9903

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: 34650
  • —training_steps: 346500

Training results

Training LossEpochStepValidation LossAccuracy
1.77570.0320000.27320.9880
0.10020.0640000.06200.9891
0.05470.0960000.07230.9879
0.05580.1280000.06780.9875
0.05340.14100000.05540.9896
0.06320.17120000.06700.9888
0.06120.2140000.07330.9873
0.06670.23160000.06230.9896
0.06360.26180000.08360.9868
0.07050.29200000.07760.9855
0.07260.32220000.08050.9861
0.07780.35240000.07130.9870
0.07130.38260000.12770.9805
0.09650.4280000.08100.9855
0.08810.43300000.09100.985

Framework versions

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