CoolFace
Modelpublic

OrbitalWitness/distilbert-finetuned-headings

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

distilbert-finetuned-headings

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

  • Loss: 0.1790
  • F1 Positive: 0.8852
  • F1 Negative: 0.9822
  • F1: 0.9691
  • Roc Auc: 0.9141
  • Accuracy: 0.9691

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

Training results

Training LossEpochStepValidation LossF1 PositiveF1 NegativeF1Roc AucAccuracy
0.18851.017850.13810.8450.97710.96010.87860.9601
0.132.035700.14150.84340.97710.96010.87480.9601
0.10343.053550.19460.85070.97780.96140.88310.9614
0.07474.071400.17900.88520.98220.96910.91410.9691
0.03975.089250.20510.87180.97950.96460.91520.9646
0.0326.0107100.23020.87290.98030.96590.90650.9659
0.02117.0124950.24540.87730.97980.96530.92690.9653
0.02198.0142800.26930.87500.97890.96400.93180.9640

Framework versions

  • Transformers 4.34.1
  • Pytorch 2.1.0+cu118
  • Datasets 2.14.6
  • Tokenizers 0.14.1