CoolFace
Modelpublic

a-scarlett/results

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

results

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.0107
  • —Model Preparation Time: 0.0007
  • —F1: 0.9970
  • —Precision: 0.9971
  • —Recall: 0.9970
  • —Accuracy: 0.9970

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

Training results

Training LossEpochStepValidation LossModel Preparation TimeF1PrecisionRecallAccuracy
0.01660.33671000.01020.00070.99790.99790.99790.9979
0.00220.67342000.00520.00070.99830.99830.99830.9983

Framework versions

  • —Transformers 4.45.2
  • —Pytorch 2.4.1
  • —Datasets 3.0.1
  • —Tokenizers 0.20.1