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.5603 | 0.1306 | 100 | 0.5762 | -1.0828 | -1.5526 | 0.7620 | 0.4698 | -505.3885 | -452.3145 | -0.7241 | -0.7285 |
| 0.5441 | 0.2612 | 200 | 0.4445 | -3.4116 | -5.1002 | 0.8360 | 1.6886 | -860.1481 | -685.1905 | -0.6966 | -0.6964 |
| 0.3586 | 0.3919 | 300 | 0.3949 | -3.4100 | -5.2798 | 0.8720 | 1.8698 | -878.1118 | -685.0309 | -0.7677 | -0.7653 |
| 0.3737 | 0.5225 | 400 | 0.3653 | -4.3580 | -6.6737 | 0.8760 | 2.3157 | -1017.5 | -779.8291 | -0.7777 | -0.7711 |
| 0.2611 | 0.6531 | 500 | 0.3457 | -4.9017 | -7.6712 | 0.8860 | 2.7695 | -1117.2515 | -834.2015 | -0.8137 | -0.8074 |
| 0.3342 | 0.7837 | 600 | 0.3354 | -4.7041 | -7.3342 | 0.8920 | 2.6301 | -1083.5503 | -814.4402 | -0.8081 | -0.7999 |
| 0.3251 | 0.9144 | 700 | 0.3335 | -4.8366 | -7.5394 | 0.8880 | 2.7028 | -1104.0730 | -827.6954 | -0.8119 | -0.8042 |
1# Customized Configs
2model_name_or_path: Magpie-Align/Llama-3.1-8B-Magpie-Align-SFT-v0.2
3hub_model_id: Magpie-Align/Llama-3.1-8B-Magpie-Align-v0.2
4output_dir: /data/zhangchen_xu/alignment_handbook_out/Llama-3.1-8B-Magpie-Align-v0.2
5run_name: Llama-3.1-8B-Magpie-Align-v0.2
6
7dataset_mixer:
8 Magpie-Align/Llama-3.1-70B-PO-100K-armorm: 1.0
9dataset_splits:
10- train
11- test
12preprocessing_num_workers: 64
13
14# DPOTrainer arguments
15bf16: true
16beta: 0.01
17learning_rate: 0.5e-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{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}
}