CoolFace
Modelpublic

TieIncred/verizon_model1

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

verizon_model1

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

  • —Loss: 0.0242
  • —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
1.4581.081.17740.74510.6817
1.15742.0160.83760.78430.6934
0.82813.0240.61550.86270.8055
0.62724.0320.44620.88240.8493
0.45325.0400.33440.92160.9111
0.36076.0480.25351.01.0
0.21537.0560.19610.98040.9800
0.17048.0640.14891.01.0
0.12389.0720.11161.01.0
0.099810.0800.08411.01.0
0.09711.0880.06421.01.0
0.075112.0960.05101.01.0
0.058313.01040.04211.01.0
0.042214.01120.03501.01.0
0.03715.01200.03071.01.0
0.035416.01280.02821.01.0
0.033617.01360.02651.01.0
0.031618.01440.02521.01.0
0.034119.01520.02441.01.0
0.02720.01600.02421.01.0

Framework versions

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