CoolFace
Modelpublic

Aya-khaled/llama2-7b-aqag-finetuned-10K-without-doubleQuant

sourceHugging Facellama2updated 5mo agoView on Hugging Face
0likes4downloads
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. -->

llama2-7b-aqag-finetuned-10K-without-doubleQuant

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

  • —Loss: 0.9506

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: 2
  • —evalbatchsize: 8
  • —seed: 42
  • —gradientaccumulationsteps: 8
  • —totaltrainbatch_size: 16
  • —optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
  • —lrschedulertype: cosine
  • —lrschedulerwarmup_ratio: 0.03
  • —num_epochs: 2
  • —mixedprecisiontraining: Native AMP

Training results

Training LossEpochStepValidation Loss
1.07860.25051201.0563
1.03260.50092401.0329
0.99570.75143601.0086
0.99771.00184800.9870
0.93231.25256000.9681
0.92481.50307200.9553
0.88851.75358400.9506

Framework versions

  • —PEFT 0.11.1
  • —Transformers 4.41.0
  • —Pytorch 2.10.0+cu128
  • —Datasets 4.8.3
  • —Tokenizers 0.19.1