CoolFace
Modelpublic

pkbiswas/Llama-3.1-8B-Summarization-QLoRa

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

Llama-3.1-8B-Summarization-QLoRa

This model is a fine-tuned version of meta-llama/Meta-Llama-3.1-8B on the scitldr dataset. It achieves the following results on the evaluation set:

  • Loss: 2.3813

Model description

More information needed

Intended uses & limitations

Summarization

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: 2
  • seed: 42
  • optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
  • lrschedulertype: linear
  • lrschedulerwarmup_steps: 2
  • num_epochs: 2
  • mixedprecisiontraining: Native AMP

Training results

Training LossEpochStepValidation Loss
2.19680.20082002.2962
2.20260.40164002.3085
2.2050.60246002.3048
2.20280.80328002.2968
2.20011.004010002.2911
1.70631.204812002.3696
1.68561.405614002.3756
1.65561.606416002.3823
1.63311.807218002.3813

Framework versions

  • PEFT 0.12.0
  • Transformers 4.44.2
  • Pytorch 2.4.0+cu121
  • Datasets 2.21.0
  • Tokenizers 0.19.1