CoolFace
Modelpublic

Pavithra/codeparrot-ds-sample-gpt-small-neo-10epoch1

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

codeparrot-ds-sample-gpt-small-neo-10epoch1

This model is a fine-tuned version of EleutherAI/gpt-neo-125M on an unknown dataset. It achieves the following results on the evaluation set:

  • —Loss: 2.5696

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: 0.0005
  • —trainbatchsize: 32
  • —evalbatchsize: 32
  • —seed: 42
  • —gradientaccumulationsteps: 8
  • —totaltrainbatch_size: 256
  • —optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
  • —lrschedulertype: cosine
  • —lrschedulerwarmup_steps: 1000
  • —num_epochs: 10
  • —mixedprecisiontraining: Native AMP

Training results

Training LossEpochStepValidation Loss
3.56390.9410002.9253
2.32531.8820002.4563
1.84942.8230002.2655
1.51333.7740002.1635
1.2494.7150002.1414
1.01945.6560002.1818
0.79996.5970002.2738
0.59717.5380002.3910
0.42388.4790002.5062
0.31079.42100002.5696

Framework versions

  • —Transformers 4.18.0
  • —Pytorch 1.10.0+cu111
  • —Datasets 2.0.0
  • —Tokenizers 0.11.6