CoolFace
Modelpublic

yangzhao02/llama3-8b-neural_ndcg-beta0.045-tau1.0

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

llama3-8b-neural_ndcg-beta0.045-tau1.0

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

  • —Loss: -0.9910
  • —Logps: -438.8497
  • —Logits: -2.4101
  • —Rank Correct Batch: 37.3984
  • —Rank Pair Batch: 56.0
  • —Rank Accuracy Batch: 0.6678
  • —Ndcg: 0.9906

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-07
  • —trainbatchsize: 1
  • —evalbatchsize: 2
  • —seed: 42
  • —distributed_type: multi-GPU
  • —num_devices: 8
  • —gradientaccumulationsteps: 16
  • —totaltrainbatch_size: 128
  • —totalevalbatch_size: 16
  • —optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
  • —lrschedulertype: cosine
  • —lrschedulerwarmup_ratio: 0.1
  • —num_epochs: 1

Training results

Training LossEpochStepValidation LossLogpsLogitsRank Correct BatchRank Pair BatchRank Accuracy BatchNdcg
-0.98940.2672125-0.9891-394.7737-2.043235.691156.00.63730.9888
-0.99120.5344250-0.9904-422.7966-2.320136.951256.00.65980.9900
-0.9910.8016375-0.9910-437.5523-2.398737.203356.00.66430.9903

Framework versions

  • —Transformers 4.45.1
  • —Pytorch 2.6.0+cu126
  • —Datasets 2.19.1
  • —Tokenizers 0.20.3