CoolFace
Modelpublic

QuantFactory/Llama-3-Instruct-8B-SPPO-Iter3-GGUF

sourceHugging Faceapache-2.0updated 2y agoView on Hugging Face
1likes1.2kdownloads
Model Card

Self-Play Preference Optimization for Language Model Alignment (https://arxiv.org/abs/2405.00675)

Llama-3-Instruct-8B-SPPO-Iter3-GGUF

This is quantized version of UCLA-AGI/Llama-3-Instruct-8B-SPPO-Iter3 created using llama.cpp

Model Description

This model was developed using Self-Play Preference Optimization at iteration 3, based on the meta-llama/Meta-Llama-3-8B-Instruct architecture as starting point. We utilized the prompt sets from the openbmb/UltraFeedback dataset, splited to 3 parts for 3 iterations by snorkelai/Snorkel-Mistral-PairRM-DPO-Dataset. All responses used are synthetic.

Links to Other Models

Model Description

  • Model type: A 8B parameter GPT-like model fine-tuned on synthetic datasets.
  • Language(s) (NLP): Primarily English
  • License: Apache-2.0
  • Finetuned from model: meta-llama/Meta-Llama-3-8B-Instruct

AlpacaEval Leaderboard Evaluation Results

ModelLC. Win RateWin RateAvg. Length
Llama-3-8B-SPPO Iter131.7331.741962
Llama-3-8B-SPPO Iter235.1535.982021
Llama-3-8B-SPPO Iter338.7739.852066

Open LLM Leaderboard Evaluation Results

Results are reported by using lm-evaluation-harness v0.4.1

arc_challengetruthfulqa_mc2winograndegsm8khellaswagmmluaverage
Llama-3-8B-SPPO Iter163.8254.9676.4075.4479.8065.6569.35
Llama-3-8B-SPPO Iter264.9356.4876.8775.1380.3965.6769.91
Llama-3-8B-SPPO Iter365.1958.0477.1174.9180.8665.6070.29

Training hyperparameters

The following hyperparameters were used during training:

  • learning_rate: 5e-07
  • eta: 1000
  • perdevicetrainbatchsize: 8
  • gradientaccumulationsteps: 1
  • seed: 42
  • distributedtype: deepspeedzero3
  • num_devices: 8
  • optimizer: RMSProp
  • lrschedulertype: linear
  • lrschedulerwarmup_ratio: 0.1
  • numtrainepochs: 6.0 (stop at epoch=1.0)

Model Citation

@misc{wu2024self,
      title={Self-Play Preference Optimization for Language Model Alignment}, 
      author={Wu, Yue and Sun, Zhiqing and Yuan, Huizhuo and Ji, Kaixuan and Yang, Yiming and Gu, Quanquan},
      year={2024},
      eprint={2405.00675},
      archivePrefix={arXiv},
      primaryClass={cs.LG}
}