CoolFace
Modelpublic

anth0nyhak1m/SS_model

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

SS_model

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.3980
  • Accuracy: 0.9587

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

Training results

Training LossEpochStepValidation LossAccuracy
0.1531.043010.14720.9526
0.11652.086020.13760.9562
0.09513.0129030.14620.9596
0.08514.0172040.15500.9602
0.07095.0215050.18480.9596
0.0696.0258060.20270.9586
0.05917.0301070.22660.9582
0.0478.0344080.21100.9573
0.03919.0387090.24050.9577
0.033310.0430100.28650.9566
0.033611.0473110.26710.9588
0.022612.0516120.27430.9567
0.026613.0559130.32810.9577
0.019114.0602140.30620.9572
0.023215.0645150.34790.9585
0.014916.0688160.35420.9587
0.009917.0731170.36460.9587
0.012318.0774180.37210.9584
0.009119.0817190.38960.9590
0.008620.0860200.39800.9587

Framework versions

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