CoolFace
Modelpublic

Siqi-Hu/Llama2-7B-lora-r-32-finetuned-epoch-4

sourceHugging Facellama2updated 1y 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-lora-r-32-finetuned-epoch-4

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

  • —Loss: 1.9852

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

Training results

Training LossEpochStepValidation Loss
2.97520.3846202.9097
2.75040.7692402.4334
2.46831.1538602.1800
2.30151.5385802.0686
2.21781.92311002.0257
2.10132.30771201.9999
2.07492.69231401.9843
1.99213.07691601.9750
1.91273.46151801.9839
1.92113.84622001.9852

Framework versions

  • —PEFT 0.15.2
  • —Transformers 4.45.2
  • —Pytorch 2.5.0+cu121
  • —Datasets 3.2.0
  • —Tokenizers 0.20.3