CoolFace
Modelpublic

Manyee101/finetuned_distilbert_model

sourceHugging Faceapache-2.0updated 1y agoView on Hugging Face
0likes27downloads
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. -->

finetuneddistilbertmodel

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

  • —Loss: 0.4359
  • —Accuracy: 0.9446
  • —Precision: 0.9448
  • —Recall: 0.9446
  • —F1: 0.9446

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: 32
  • —evalbatchsize: 32
  • —seed: 42
  • —optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
  • —lrschedulertype: linear
  • —num_epochs: 10
  • —mixedprecisiontraining: Native AMP

Training results

Training LossEpochStepValidation LossAccuracyPrecisionRecallF1
0.19021.037500.17540.94040.94140.94040.9406
0.13352.075000.17060.94680.94740.94680.9469
0.08973.0112500.20550.94380.94520.94380.9437
0.06574.0150000.22460.94700.94700.94700.9470
0.05075.0187500.28570.94140.94170.94140.9414
0.0336.0225000.32490.94240.94280.94240.9425
0.01957.0262500.37430.94130.94160.94130.9414
0.01088.0300000.40190.94460.94480.94460.9446
0.00859.0337500.40980.9450.94520.94500.9451
0.006110.0375000.43590.94460.94480.94460.9446

Framework versions

  • —Transformers 4.26.1
  • —Pytorch 2.6.0+cu118
  • —Datasets 3.5.0
  • —Tokenizers 0.13.3