CoolFace
Modelpublic

hoganpham/distilgpt2-finetuned-recipe-nlg-generator

sourceHugging Faceapache-2.0updated 2y agoView on Hugging Face
1likes16downloads
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. -->

distilgpt2-finetuned-recipe-nlg-generator

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

  • —Loss: 2.0487

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

Training results

Training LossEpochStepValidation Loss
0.52031.02501.7127
0.16332.05001.8375
0.15273.07501.9014
0.14714.010001.9561
0.14325.012501.9629
0.1416.015001.9881
0.13897.017502.0218
0.13778.020002.0492
0.13629.022502.0558
0.135910.025002.0487

Framework versions

  • —Transformers 4.44.2
  • —Pytorch 2.4.1+cu121
  • —Datasets 3.2.0
  • —Tokenizers 0.19.1