CoolFace
Modelpublic

ali2066/finetuned_token_itr0_3e-05_essays_16_02_2022-21_02_59

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

finetunedtokenitr03e-05essays16022022-2102_59

This model is a fine-tuned version of distilbert-base-uncased-finetuned-sst-2-english on the None dataset. It achieves the following results on the evaluation set:

  • —Loss: 0.2374
  • —Precision: 0.4766
  • —Recall: 0.5549
  • —F1: 0.5127
  • —Accuracy: 0.9173

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

Training results

Training LossEpochStepValidation LossPrecisionRecallF1Accuracy
No log1.0110.41550.15690.31680.20990.8163
No log2.0220.35840.38270.57250.45870.8691
No log3.0330.34830.43530.56490.49170.8737
No log4.0440.31870.44030.59160.50490.8770
No log5.0550.31880.44630.60310.51300.8806

Framework versions

  • —Transformers 4.15.0
  • —Pytorch 1.10.1+cu113
  • —Datasets 1.18.0
  • —Tokenizers 0.10.3