CoolFace
Modelpublic

vasugupta0607/llama2_instruct_generation

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

llama2instructgeneration

This model is a fine-tuned version of NousResearch/Llama-2-7b-hf on the generator dataset. It achieves the following results on the evaluation set:

  • Loss: 1.6734

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.0002
  • trainbatchsize: 4
  • evalbatchsize: 8
  • seed: 42
  • optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
  • lrschedulertype: constant
  • lrschedulerwarmup_steps: 0.03
  • training_steps: 500

Training results

Training LossEpochStepValidation Loss
1.93640.0201.8092
1.91980.01401.7826
1.84510.01601.7675
1.84870.01801.7573
1.86670.011001.7435
1.74630.021201.7132
1.77890.021401.7038
1.81670.021601.7008
1.86540.021801.6944
1.91580.032001.6939
1.65810.032201.6909
1.7930.032401.6896
1.78780.042601.6872
1.75420.042801.6862
1.77230.043001.6863
1.76060.043201.6832
1.80540.053401.6802
1.73070.053601.6803
1.82780.053801.6790
1.79120.054001.6768
1.78260.064201.6749
1.89750.064401.6756
1.83950.064601.6763
1.83190.074801.6749
1.78790.075001.6734

Framework versions

  • PEFT 0.7.1
  • Transformers 4.37.2
  • Pytorch 2.1.0+cu121
  • Datasets 2.16.1
  • Tokenizers 0.15.1