CoolFace
Modelpublic

casonshep/token_classification_test

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

tokenclassificationtest

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.2859
  • Precision: 0.9187
  • Recall: 0.9095
  • F1: 0.9140
  • Accuracy: 0.9308

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

Training results

Training LossEpochStepValidation LossPrecisionRecallF1Accuracy
No log1.0471.27000.67580.58960.62980.7121
No log2.0940.64680.83150.78640.80830.8461
No log3.01410.46070.87090.84220.85630.8845
No log4.01880.38410.89240.86860.88040.9047
No log5.02350.33800.90600.89050.89820.9180
No log6.02820.31640.90960.89340.90140.9213
No log7.03290.30720.90900.90010.90450.9227
No log8.03760.29970.91560.90090.90820.9258
No log9.04230.29400.91410.90580.90990.9269
No log10.04700.29040.91990.90760.91370.9312
0.533411.05170.28940.92100.90930.91510.9314
0.533412.05640.28840.91730.90810.91270.9295
0.533413.06110.28620.91840.90890.91360.9305
0.533414.06580.28590.91960.91030.91490.9310
0.533415.07050.28590.91870.90950.91400.9308

Framework versions

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