CoolFace
Modelpublic

datarpit/distilbert-base-uncased-finetuned-natural-questions

sourceHugging Faceapache-2.0updated 5y agoView on Hugging Face
3likes2.2kdownloads
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. -->

distilbert-base-uncased-finetuned-natural-questions

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

  • —Loss: 0.6267

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: 2e-05
  • —trainbatchsize: 64
  • —evalbatchsize: 64
  • —seed: 42
  • —optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
  • —lrschedulertype: linear
  • —num_epochs: 40

Training results

Training LossEpochStepValidation Loss
2.05321.051040.2393
1.89122.0102080.2284
1.78543.0153120.2357
1.68564.0204160.2487
1.59185.0255200.2743
1.50676.0306240.2586
1.43237.0357280.2763
1.3658.0408320.2753
1.31629.0459360.3200
1.28110.0510400.3127
1.30811.0571040.2947
1.24112.0622080.2941
1.139113.0673120.3103
1.033414.0724160.3694
0.953815.0775200.3658
0.874916.0826240.4009
0.815417.0877280.3672
0.753318.0928320.3675
0.707919.0979360.4611
0.665820.01030400.4222
0.59521.01081440.4095
0.576522.01132480.4400
0.525923.01183520.5109
0.480424.01234560.4711
0.438925.01285600.5072
0.403426.01336640.5363
0.37427.01387680.5460
0.343428.01438720.5627
0.318129.01489760.5657
0.297130.01540800.5819
0.27531.01591840.5649
0.256432.01642880.6087
0.243133.01693920.6137
0.228934.01744960.6123
0.215135.01796000.5979
0.204136.01847040.6196
0.192237.01898080.6191
0.185238.01949120.6313
0.171839.02000160.6234
0.171839.812041600.6267

Framework versions

  • —Transformers 4.17.0
  • —Pytorch 1.10.0
  • —Datasets 1.18.4
  • —Tokenizers 0.11.6