CoolFace
Modelpublic

kennethge123/superglue_rte-gpt2

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

superglue_rte-gpt2

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

  • Loss: 4.4821
  • Accuracy: 0.5435

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

Training results

Training LossEpochStepValidation LossAccuracy
0.7781.06230.68450.5797
0.70422.012460.69090.5797
0.70223.018690.66080.5507
0.71454.024920.72060.5797
0.61835.031150.85100.5435
0.58556.037381.70100.5362
0.54687.043612.31860.5362
0.44118.049842.67900.5435
0.32269.056072.64860.5507
0.247910.062303.29580.5362
0.163211.068533.38930.5290
0.152612.074763.23820.5942
0.112713.080994.08890.4855
0.090214.087223.70490.5580
0.099715.093453.63770.5290
0.08316.099683.67230.6087
0.061217.0105914.29050.5870
0.035718.0112144.46110.5145
0.064319.0118374.40330.5217
0.034820.0124604.48210.5435

Framework versions

  • Transformers 4.32.1
  • Pytorch 1.13.0+cu117
  • Datasets 2.15.0
  • Tokenizers 0.13.3