CoolFace
Modelpublic

ali2066/DistilBERT_FINAL_ctxSentence_TRAIN_essays_TEST_NULL_second_train_set_null_False

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

DistilBERTFINALctxSentenceTRAINessaysTESTNULLsecondtrainsetnull_False

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.7321
  • Precision: 0.9795
  • Recall: 0.7277
  • F1: 0.835
  • Accuracy: 0.7208

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: 1e-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.01300.37550.85210.99100.91630.8529
No log2.02600.33520.88750.96380.92410.8713
No log3.03900.33700.89180.93210.91150.8529
0.43384.05200.34150.89570.93210.91350.8566
0.43385.06500.34160.89180.93210.91150.8529

Framework versions

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