CoolFace
Modelpublic

fffffly/my_awesome_model

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

myawesomemodel

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: 1.0970
  • —Accuracy: 0.8681
  • —F1: 0.8376

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: 16
  • —evalbatchsize: 16
  • —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.01670.38280.85010.8031
No log2.03340.47870.84560.8275
0.21013.05010.61860.86660.8367
0.21014.06680.72010.85460.8265
0.21015.08350.76750.86510.8346
0.03396.010020.85610.86810.8434
0.03397.011690.88980.86810.8382
0.03398.013360.98540.87110.8436
0.00699.015030.99190.87110.8407
0.006910.016701.06950.85610.8280
0.006911.018371.05420.86660.8349
0.000712.020041.08960.86810.8370
0.000713.021711.10010.86660.8349
0.000714.023381.08880.86060.8312
0.001215.025051.09700.86810.8376

Framework versions

  • —Transformers 4.29.2
  • —Pytorch 2.0.1+cu118
  • —Datasets 2.12.0
  • —Tokenizers 0.13.3