CoolFace
Modelpublic

ds3001/qlora-llama3b-iterative

sourceHugging Facellama3.2updated 2y agoView on Hugging Face
0likes9downloads
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. -->

qlora-llama3b-iterative

This model is a fine-tuned version of meta-llama/Llama-3.2-3B-Instruct on the train-iterative dataset. It achieves the following results on the evaluation set:

  • —Loss: 0.0051

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: 1
  • —evalbatchsize: 1
  • —seed: 42
  • —gradientaccumulationsteps: 8
  • —totaltrainbatch_size: 8
  • —optimizer: Use OptimizerNames.ADAMWTORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizerargs=No additional optimizer arguments
  • —lrschedulertype: cosine
  • —lrschedulerwarmup_ratio: 0.1
  • —training_steps: 500

Training results

Training LossEpochStepValidation Loss
2.11560.0889101.5894
1.18930.1778200.6868
0.52180.2667300.4555
0.52920.3556400.3795
0.38660.4444500.3065
0.32320.5333600.2074
0.18020.6222700.1532
0.210.7111800.1348
0.1580.8900.1372
0.16290.88891000.1276
0.09660.97781100.1003
0.06431.06671200.0879
0.07261.15561300.0872
0.04931.24441400.0906
0.07461.33331500.0587
0.04731.42221600.0561
0.06441.51111700.0503
0.03661.61800.0307
0.02471.68891900.0233
0.011.77782000.0215
0.03931.86672100.0122
0.02991.95562200.0180
0.01662.04442300.0082
0.03192.13332400.0083
0.00772.22222500.0072
0.01412.31112600.0031
0.00172.42700.0120
0.00152.48892800.0153
0.01262.57782900.0141
0.00432.66673000.0022
0.00682.75563100.0019
0.00182.84443200.0022
0.00262.93333300.0034
0.00173.02223400.0076
0.00023.11113500.0102
0.00043.23600.0112
0.0063.28893700.0094
0.00033.37783800.0075
0.00033.46673900.0069
0.00023.55564000.0067
0.00053.64444100.0066
0.00033.73334200.0072
0.00373.82224300.0063
0.0043.91114400.0053
0.00034.04500.0052
0.00024.08894600.0051
0.00024.17784700.0050
0.00064.26674800.0049
0.00054.35564900.0048
0.00024.44445000.0051

Framework versions

  • —PEFT 0.12.0
  • —Transformers 4.46.1
  • —Pytorch 2.5.1+cu124
  • —Datasets 3.1.0
  • —Tokenizers 0.20.3