CoolFace
Modelpublic

wiorz/gpt2_sm_cv_summarized_4

sourceHugging Facemitupdated 2y agoView on Hugging Face
0likes9downloads
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. -->

gpt2smcvsummarized4

This model is a fine-tuned version of gpt2 on the None dataset. It achieves the following results on the evaluation set:

  • Loss: 2.4906
  • Accuracy: 0.743
  • Precision: 0.3038
  • Recall: 0.2462
  • F1: 0.2720
  • D-index: 1.4383

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: 16
  • evalbatchsize: 16
  • seed: 42
  • optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
  • lrschedulertype: linear
  • lrschedulerwarmup_steps: 8000
  • num_epochs: 20
  • mixedprecisiontraining: Native AMP

Training results

Training LossEpochStepValidation LossAccuracyPrecisionRecallF1D-index
No log1.02501.08270.6730.21550.25640.23421.3419
2.58632.05000.60380.7610.23810.10260.14341.4124
2.58633.07500.52380.7940.33330.05640.09651.4421
0.52054.010000.52060.7980.31580.03080.05611.4384
0.52055.012500.50680.8020.42860.04620.08331.4495
0.46196.015000.51530.7950.40740.11280.17671.4637
0.46197.017500.52460.7950.36110.06670.11261.4472
0.39888.020000.66710.7970.33330.04100.07311.4407
0.39889.022500.60910.7630.350.25130.29251.4680
0.312810.025000.73420.7590.32840.22560.26751.4535
0.312811.027500.82360.7410.30490.25640.27861.4391
0.219812.030000.93490.7420.32970.31280.32111.4601
0.219813.032501.19790.7640.34810.24100.28481.4658
0.152214.035001.39950.7580.34640.27180.30461.4682
0.152215.037502.33040.7790.31430.11280.16601.4414
0.113716.040002.09300.7620.29910.16410.21191.4359
0.113717.042502.68690.7870.37140.13330.19621.4598
0.090418.045002.23470.6780.28180.42050.33741.4071
0.090419.047502.45800.7520.32210.24620.27911.4509
0.073720.050002.49060.7430.30380.24620.27201.4383

Framework versions

  • Transformers 4.28.0
  • Pytorch 2.0.1+cu118
  • Datasets 2.12.0
  • Tokenizers 0.13.3