CoolFace
Modelpublic

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

sourceHugging Facellama3.1updated 1y agoView on Hugging Face
0likes6downloads
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.04-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.9909
  • —Logps: -445.2650
  • —Logits: -2.4577
  • —Rank Correct Batch: 37.5935
  • —Rank Pair Batch: 56.0
  • —Rank Accuracy Batch: 0.6713
  • —Ndcg: 0.9904

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.9890.2672125-0.9888-396.6688-2.078135.804956.00.63940.9883
-0.99090.5344250-0.9903-428.8559-2.313137.081356.00.66220.9899
-0.9910.8016375-0.9908-446.6955-2.447437.455356.00.66880.9901

Framework versions

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