CoolFace
Modelpublic

netoferraz/distilbert-base-uncased-finetuned-pad-mult-clf-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-mult-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.5603
  • —Accuracy: 0.8182
  • —F1: 0.7530

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: 15

Training results

Training LossEpochStepValidation LossAccuracyF1
No log1.031.18430.53970.3783
No log2.061.04910.53970.3783
No log3.090.96920.53970.3783
1.14064.0120.89810.57450.4501
1.14065.0150.82770.72920.6618
1.14066.0180.76540.78340.7178
0.8627.0210.71250.80460.7388
0.8628.0240.66800.81430.7480
0.8629.0270.63950.81620.7499
0.697110.0300.61320.81620.7499
0.697111.0330.59990.81820.7523
0.697112.0360.57660.82210.7556
0.697113.0390.56370.82210.7561
0.601214.0420.56070.81820.7529
0.601215.0450.56030.81820.7530

Framework versions

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