Views
No views yet
@misc{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.8807 | 0.0007 | 1 | 0.9001 |
| 0.5113 | 0.3337 | 464 | 0.5178 |
| 0.4668 | 0.6673 | 928 | 0.4792 |
| 0.4492 | 1.0010 | 1392 | 0.4582 |
| 0.3498 | 1.3205 | 1856 | 0.4575 |
| 0.3525 | 1.6542 | 2320 | 0.4555 |
0.4.01
2base_model: meta-llama/Meta-Llama-3-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-Pro-MT-300K-v0.1
12 type: sharegpt
13 conversation: llama3
14dataset_prepared_path: last_run_prepared
15val_set_size: 0.001
16output_dir: ./out_Llama-3-8B-Magpie-Pro-300K-MT
17
18sequence_len: 8192
19sample_packing: true
20eval_sample_packing: false
21pad_to_sequence_len: true
22
23gradient_accumulation_steps: 8
24micro_batch_size: 1
25num_epochs: 2
26optimizer: paged_adamw_8bit
27lr_scheduler: cosine
28learning_rate: 2e-5
29
30train_on_inputs: false
31group_by_length: false
32bf16: auto
33fp16:
34tf32: false
35
36gradient_checkpointing: true
37gradient_checkpointing_kwargs:
38 use_reentrant: false
39early_stopping_patience:
40resume_from_checkpoint:
41logging_steps: 1
42xformers_attention:
43flash_attention: true
44
45warmup_steps: 100
46evals_per_epoch: 3
47eval_table_size:
48saves_per_epoch: 3
49debug:
50deepspeed:
51weight_decay: 0.0
52fsdp:
53fsdp_config:
54special_tokens:
55 pad_token: <|end_of_text|>
56