CoolFace
Modelpublic

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

sourceHugging Facellama3.1updated 1y agoView on Hugging Face
0likes5downloads
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.06-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: -412.9110
  • —Logits: -2.3852
  • —Rank Correct Batch: 37.1406
  • —Rank Pair Batch: 56.0
  • —Rank Accuracy Batch: 0.6632
  • —Ndcg: 0.9901

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.99010.2672125-0.9892-389.0790-2.179435.937556.00.64170.9882
-0.99140.5344250-0.9905-405.1916-2.336836.859456.00.65820.9897
-0.99150.8016375-0.9909-410.5014-2.364836.843856.00.65790.9900

Framework versions

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