CoolFace
Modelpublic

kaczquszka/fine-tuned-on-1000-answers-distilbert-base-uncased

sourceHugging Faceapache-2.0updated 11mo agoView on Hugging Face
0likes7downloads
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. -->

fine-tuned-on-1000-answers-distilbert-base-uncased

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

  • —Loss: 0.4512
  • —Accuracy: 0.8654

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: 1e-05
  • —trainbatchsize: 20
  • —evalbatchsize: 20
  • —seed: 67
  • —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: 10

Training results

Training LossEpochStepValidation LossAccuracy
1.0341.0660.86160.6300
0.67922.01320.60880.7401
0.48273.01980.50220.8196
0.35794.02640.45280.8318
0.27095.03300.44360.8287
0.21336.03960.43790.8532
0.17077.04620.44140.8379
0.14058.05280.46090.8471
0.12459.05940.45110.8563
0.109510.06600.45120.8654

Framework versions

  • —Transformers 4.57.1
  • —Pytorch 2.8.0+cu126
  • —Datasets 4.0.0
  • —Tokenizers 0.22.1