CoolFace
Modelpublic

netoferraz/distilbert-base-uncased-finetuned-pad-clf-corpus-v2

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. -->

distilbert-base-uncased-finetuned-pad-clf-corpus-v2

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.2403
  • —Accuracy: 0.9417
  • —F1: 0.9416

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

Training results

Training LossEpochStepValidation LossAccuracyF1
No log1.040.66700.550.3903
No log2.080.60780.56670.4267
No log3.0120.51800.80.7985
0.6164.0160.48060.7750.7566
0.6165.0200.39040.85830.8584
0.6166.0240.30640.93330.9330
0.36617.0280.28250.9250.9251
0.36618.0320.26070.9250.9251
0.36619.0360.24350.950.9499
0.366110.0400.24030.94170.9416

Framework versions

  • —Transformers 4.35.2
  • —Pytorch 2.1.1+cu121
  • —Datasets 2.15.0
  • —Tokenizers 0.15.0