CoolFace
Modelpublic

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

sourceHugging Faceapache-2.0updated 3y agoView on Hugging Face
0likes4downloads
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-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.0935
  • —Accuracy: 1.0
  • —F1: 1.0

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.64930.550.3991
No log2.080.56120.90830.9072
No log3.0120.43150.9250.9244
0.58824.0160.32710.96670.9667
0.58825.0200.23470.98330.9833
0.58826.0240.17150.99170.9917
0.58827.0280.13230.99170.9917
0.2488.0320.10931.01.0
0.2489.0360.09751.01.0
0.24810.0400.09351.01.0

Framework versions

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