CoolFace
Modelpublic

dd3434/test_model

sourceHugging Faceupdated 2y agoView on Hugging Face
1likes82downloads
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. -->

test_model

This model was trained from scratch on an unknown dataset. It achieves the following results on the evaluation set:

  • Loss: 0.9938
  • Accuracy: 0.76

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: 5e-05
  • trainbatchsize: 128
  • evalbatchsize: 128
  • seed: 42
  • optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
  • lrschedulertype: linear
  • num_epochs: 5

Training results

Training LossEpochStepValidation LossAccuracy
0.62630.621000.59410.7394
0.52631.242000.58140.7578
0.41771.863000.60130.7530
0.29012.484000.72750.7402
0.23773.115000.78530.7433
0.13133.736000.87470.7394
0.10434.357000.95100.7464
0.07144.978000.99380.7473

Framework versions

  • Transformers 4.32.0
  • Pytorch 2.1.2
  • Datasets 2.16.0
  • Tokenizers 0.13.3