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.7863 | 0.0024 | 1 | 0.7710 |
| 0.5422 | 0.2007 | 85 | 0.4937 |
| 0.476 | 0.4014 | 170 | 0.4382 |
| 0.4594 | 0.6021 | 255 | 0.4174 |
| 0.4383 | 0.8028 | 340 | 0.4057 |
| 0.4397 | 1.0035 | 425 | 0.3978 |
| 0.3927 | 1.1845 | 510 | 0.3956 |
| 0.3895 | 1.3852 | 595 | 0.3934 |
| 0.3832 | 1.5859 | 680 | 0.3925 |
| 0.3957 | 1.7866 | 765 | 0.3924 |
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-Pro-MT-300K-v0.1
15 type: sharegpt
16 conversation: llama3
17dataset_prepared_path: last_run_prepared
18val_set_size: 0.001
19output_dir: /data/axolotl_out/Llama-3.1-8B-Mix-SFT
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-Mix-SFT
30wandb_log_model:
31hub_model_id: Magpie-Align/Llama-3.1-8B-Magpie-Align-SFT-v0.1
32
33gradient_accumulation_steps: 16
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