CoolFace
Modelpublic

aodl/distilbert-fever

sourceHugging Faceapache-2.0updated 10mo agoView on Hugging Face
0likes131downloads
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-fever

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

  • —Loss: 2.1761
  • —Accuracy: 0.529

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: 0.0002
  • —trainbatchsize: 32
  • —evalbatchsize: 32
  • —seed: 42
  • —optimizer: Use OptimizerNames.ADAMWTORCHFUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
  • —lrschedulertype: linear
  • —num_epochs: 20

Training results

Training LossEpochStepValidation LossAccuracy
No log1.0631.05700.498
No log2.01261.11030.505
No log3.01891.17860.543
No log4.02521.25730.506
No log5.03151.21500.5
No log6.03781.43500.512
No log7.04411.37090.533
0.56648.05041.58780.523
0.56649.05671.85230.535
0.566410.06301.93480.519
0.566411.06931.78970.516
0.566412.07561.89380.523
0.566413.08191.78320.54
0.566414.08821.71010.524
0.566415.09451.96400.514
0.210316.010082.06980.513
0.210317.010712.21930.523
0.210318.011342.24310.527
0.210319.011972.19990.522
0.210320.012602.17610.529

Framework versions

  • —Transformers 4.57.1
  • —Pytorch 2.9.1
  • —Datasets 4.4.1
  • —Tokenizers 0.22.1