CoolFace
Modelpublic

LovenOO/distilBERT_with_preprocessing_grid_search

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

distilBERTwithpreprocessinggridsearch

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.8637
  • Precision: 0.8392
  • Recall: 0.8339
  • F1: 0.8360
  • Accuracy: 0.8630

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

Training results

Training LossEpochStepValidation LossPrecisionRecallF1Accuracy
0.94921.05100.59730.75720.82870.78360.8434
0.46612.010200.50800.81460.85350.83110.8567
0.29543.015300.69100.82830.82310.82450.8591
0.22634.020400.73670.84480.82930.83630.8635
0.17495.025500.73990.84020.83730.83830.8650
0.12736.030600.77590.83520.84140.83770.8689
0.10517.035700.88640.83750.82710.83080.8616
0.08778.040800.84070.83270.83600.83350.8625
0.07819.045900.85860.83450.83620.83450.8645
0.062710.051000.86370.83920.83390.83600.8630

Framework versions

  • Transformers 4.31.0
  • Pytorch 2.0.1+cu118
  • Datasets 2.14.4
  • Tokenizers 0.13.3