CoolFace
Modelpublic

LovenOO/distilBERT_gptdata_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. -->

distilBERTgptdatawithpreprocessinggrid_search

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.2221
  • Precision: 0.9563
  • Recall: 0.9566
  • F1: 0.9562
  • Accuracy: 0.9561

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

Training results

Training LossEpochStepValidation LossPrecisionRecallF1Accuracy
No log1.02250.25310.93610.93590.93460.935
No log2.04500.18350.95140.95200.95120.9511
0.43723.06750.17980.95430.95460.95390.9539
0.43724.09000.20590.94990.95000.94970.9494
0.05755.011250.20020.95630.95670.95610.9561
0.05756.013500.20190.95570.95520.95530.955
0.02317.015750.21520.95480.95500.95460.9544
0.02318.018000.21560.95540.95560.95540.955
0.01169.020250.22400.95590.95610.95570.9556
0.011610.022500.22210.95630.95660.95620.9561

Framework versions

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