Views
No views yet

@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}
}| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 0.6921 | 0.0029 | 1 | 0.7830 |
| 0.4187 | 0.1998 | 69 | 0.4135 |
| 0.3744 | 0.3997 | 138 | 0.3695 |
| 0.36 | 0.5995 | 207 | 0.3549 |
| 0.3603 | 0.7993 | 276 | 0.3459 |
| 0.3517 | 0.9992 | 345 | 0.3407 |
| 0.3064 | 1.1881 | 414 | 0.3392 |
| 0.3149 | 1.3879 | 483 | 0.3378 |
| 0.304 | 1.5877 | 552 | 0.3372 |
| 0.3059 | 1.7876 | 621 | 0.3370 |
| 0.323 | 1.9874 | 690 | 0.3370 |
0.4.11
2base_model: meta-llama/Meta-Llama-3.1-8B
3model_type: LlamaForCausalLM
4tokenizer_type: AutoTokenizer
5
6load_in_8bit: false
7load_in_4bit: false
8strict: false
9
10datasets:
11 - path: Magpie-Align/Magpie-Reasoning-150K
12 type: sharegpt
13 conversation: llama3
14 - path: Magpie-Align/Magpie-Llama-3.1-Pro-500K-Filtered
15 type: sharegpt
16 conversation: llama3
17dataset_prepared_path: last_run_prepared
18val_set_size: 0.001
19output_dir: saves/llama3-mix-text-650KR
20
21sequence_len: 8192
22sample_packing: true
23eval_sample_packing: false
24pad_to_sequence_len: true
25
26wandb_project: SynDa
27wandb_entity:
28wandb_watch:
29wandb_name: Llama-3.1-8B-Magpie-Align-SFT-v0.2
30wandb_log_model:
31hub_model_id: Magpie-Align/Llama-3.1-8B-Magpie-Align-SFT-v0.2
32
33gradient_accumulation_steps: 32
34micro_batch_size: 1
35num_epochs: 2
36optimizer: paged_adamw_8bit
37lr_scheduler: cosine
38learning_rate: 2e-5
39
40train_on_inputs: false
41group_by_length: false
42bf16: auto
43fp16:
44tf32: false
45
46gradient_checkpointing: true
47gradient_checkpointing_kwargs:
48 use_reentrant: false
49early_stopping_patience:
50resume_from_checkpoint:
51logging_steps: 1
52xformers_attention:
53flash_attention: true
54
55warmup_ratio: 0.1
56evals_per_epoch: 5
57eval_table_size:
58saves_per_epoch: 1
59debug:
60deepspeed:
61weight_decay: 0.0
62fsdp:
63fsdp_config:
64special_tokens:
65 pad_token: <|end_of_text|>
66