CoolFace
Modelpublic

TieIncred/distilbert-base-uncased-finetuned-intro2-verizon

sourceHugging Faceapache-2.0updated 3y agoView on Hugging Face
0likes7downloads
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-intro2-verizon

This model is a fine-tuned version of distilbert-base-uncased on an unknown dataset. It achieves the following results on the evaluation set:

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

Training results

Training LossEpochStepValidation LossAccuracyF1
0.68261.030.60741.01.0
0.56092.060.48001.01.0
0.47923.090.35451.01.0
0.32444.0120.26441.01.0
0.26515.0150.18611.01.0
0.17196.0180.13141.01.0
0.13617.0210.09751.01.0
0.0928.0240.07481.01.0
0.07149.0270.05991.01.0
0.048710.0300.04891.01.0
0.042511.0330.04071.01.0
0.034112.0360.03471.01.0
0.030413.0390.03031.01.0
0.026214.0420.02731.01.0
0.024415.0450.02521.01.0
0.02216.0480.02371.01.0
0.021317.0510.02271.01.0
0.020418.0540.02201.01.0
0.020719.0570.02161.01.0
0.018420.0600.02151.01.0

Framework versions

  • —Transformers 4.16.2
  • —Pytorch 2.1.0+cu121
  • —Datasets 2.18.0
  • —Tokenizers 0.15.2