Views
No views yet

model_id with this model id.| Training Loss | Epoch | Step | Validation Loss | Rewards/chosen | Rewards/rejected | Rewards/accuracies | Rewards/margins | Logps/rejected | Logps/chosen | Logits/rejected | Logits/chosen |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 0.4439 | 0.4275 | 100 | 0.4168 | -4.9964 | -6.3086 | 0.8145 | 1.3123 | -829.7151 | -704.6570 | -0.5150 | -0.5001 |
| 0.343 | 0.8549 | 200 | 0.3298 | -4.9310 | -6.7966 | 0.8952 | 1.8655 | -878.5105 | -698.1248 | -0.5776 | -0.5622 |
1# Customized Configs
2model_name_or_path: Magpie-Align/Llama-3.1-8B-Magpie-Align-SFT-v0.1
3hub_model_id: Magpie-Align/Llama-3.1-8B-Magpie-Align-v0.1
4output_dir: /data/zhangchen_xu/alignment_handbook_out/Llama-3.1-8B-Magpie-Align-v0.1
5run_name: Llama-3.1-8B-Magpie-Align-v0.1
6
7dataset_mixer:
8 princeton-nlp/llama3-ultrafeedback-armorm: 1.0
9dataset_splits:
10- train
11- test
12preprocessing_num_workers: 64
13
14# DPOTrainer arguments
15bf16: true
16beta: 0.01
17learning_rate: 1.0e-6
18gradient_accumulation_steps: 16
19per_device_train_batch_size: 2
20per_device_eval_batch_size: 4
21num_train_epochs: 1
22max_length: 2048
23max_prompt_length: 1800
24warmup_ratio: 0.1
25logging_steps: 1
26lr_scheduler_type: cosine
27optim: adamw_torch
28
29torch_dtype: null
30use_flash_attention_2: true
31do_eval: true
32evaluation_strategy: steps
33eval_steps: 100
34gradient_checkpointing: true
35gradient_checkpointing_kwargs:
36 use_reentrant: False
37log_level: info
38push_to_hub: true
39save_strategy: "steps"
40save_steps: 100
41save_total_limit: 1
42seed: 42
43report_to:
44- wandb@article{xu2024magpie,
title={Magpie: Alignment Data Synthesis from Scratch by Prompting Aligned LLMs with Nothing},
author={Zhangchen Xu and Fengqing Jiang and Luyao Niu and Yuntian Deng and Radha Poovendran and Yejin Choi and Bill Yuchen Lin},
year={2024},
eprint={2406.08464},
archivePrefix={arXiv},
primaryClass={cs.CL}
}@article{meng2024simpo,
title={{SimPO}: Simple preference optimization with a reference-free reward},
author={Meng, Yu and Xia, Mengzhou and Chen, Danqi},
journal={arXiv preprint arXiv:2405.14734},
year={2024}
}@article{cui2023ultrafeedback,
title={{UltraFeedback}: Boosting language models with high-quality feedback},
author={Cui, Ganqu and Yuan, Lifan and Ding, Ning and Yao, Guanming and Zhu, Wei and Ni, Yuan and Xie, Guotong and Liu, Zhiyuan and Sun, Maosong},
journal={arXiv preprint arXiv:2310.01377},
year={2023}
}@article{wang2024interpretable,
title={Interpretable Preferences via Multi-Objective Reward Modeling and Mixture-of-Experts},
author={Wang, Haoxiang and Xiong, Wei and Xie, Tengyang and Zhao, Han and Zhang, Tong},
journal={arXiv preprint arXiv:2406.12845},
year={2024}
}