CoolFace
Modelpublic

eskayML/bert_interview_new

sourceHugging Faceapache-2.0updated 2y 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. -->

bertinterviewnew

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: 2.6712
  • Accuracy: 0.3534

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: 2
  • evalbatchsize: 2
  • seed: 42
  • optimizer: Use adamwtorch with betas=(0.9,0.999) and epsilon=1e-08 and optimizerargs=No additional optimizer arguments
  • lrschedulertype: linear
  • num_epochs: 10

Training results

Training LossEpochStepValidation LossAccuracy
No log1.04632.21960.3319
2.16082.09262.12350.3534
1.8163.013892.13930.3879
1.5334.018522.18360.3578
1.27615.023152.27300.3664
1.1226.027782.39390.3578
0.94037.032412.49080.3578
0.83178.037042.56710.3448
0.75719.041672.64840.3491
0.69310.046302.67120.3534

Framework versions

  • Transformers 4.47.1
  • Pytorch 2.5.1+cu121
  • Datasets 3.2.0
  • Tokenizers 0.21.0