CoolFace
Modelpublic

advy/llama71b-mentalchat16k

sourceHugging Facellama3.1updated 8mo agoView on Hugging Face
1likes24downloads
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. -->

llama71b-mentalchat16k

This model is a fine-tuned version of meta-llama/Llama-3.1-70B-Instruct on the ShenLab/MentalChat16k dataset. It achieves the following results on the evaluation set:

  • Loss: 0.6542

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: 8e-05
  • trainbatchsize: 1
  • evalbatchsize: 1
  • seed: 42
  • gradientaccumulationsteps: 8
  • totaltrainbatch_size: 8
  • optimizer: Use adamwtorch with betas=(0.9,0.999) and epsilon=1e-08 and optimizerargs=No additional optimizer arguments
  • lrschedulertype: cosine
  • lrschedulerwarmup_ratio: 0.03
  • num_epochs: 3
  • mixedprecisiontraining: Native AMP

Training results

Training LossEpochStepValidation Loss
0.82070.14961000.7920
0.77160.29922000.7492
0.72080.44883000.7363
0.72370.59854000.7187
0.71560.74815000.7088
0.70240.89776000.6963
0.61251.04647000.7004
0.57531.19608000.6942
0.54971.34569000.6878
0.55891.495210000.6804
0.54531.644811000.6761
0.53161.794512000.6693
0.54221.944113000.6634
0.3492.092814000.7011
0.34812.242415000.7033
0.3372.392016000.7048
0.35052.541617000.7049
0.34242.691218000.7052

LLAMA 3.1 TEST SET EVALUATION:

================================================== ROUGE Scores (Average F-Measure):

  • ROUGE-1: 0.3051
  • ROUGE-2: 0.1122
  • ROUGE-L: 0.1678

BLEU Score:

  • BLEU: 0.0646 ==================================================

Framework versions

  • PEFT 0.18.0
  • Transformers 4.57.1
  • Pytorch 2.5.1+cu124
  • Datasets 4.4.1
  • Tokenizers 0.22.1