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.8664 | 0.0012 | 1 | 0.8860 |
| 0.4038 | 0.9989 | 825 | 0.4250 |
| 0.327 | 1.9830 | 1650 | 0.4219 |
0.4.01base_model: meta-llama/Meta-Llama-3-8B
2model_type: LlamaForCausalLM
3tokenizer_type: AutoTokenizer
4
5load_in_8bit: false
6load_in_4bit: false
7strict: false
8
9datasets:
10 - path: Magpie-Align/Magpie-Pro-300K-Filtered
11 type: sharegpt
12 conversation: llama3
13dataset_prepared_path: last_run_prepared
14val_set_size: 0.001
15output_dir: ./out_Llama-3-8B-Magpie-Pro-300K-FilteredL
16
17sequence_len: 8192
18sample_packing: true
19eval_sample_packing: false
20pad_to_sequence_len: true
21
22gradient_accumulation_steps: 8
23micro_batch_size: 1
24num_epochs: 2
25optimizer: paged_adamw_8bit
26lr_scheduler: cosine
27learning_rate: 2e-5
28
29train_on_inputs: false
30group_by_length: false
31bf16: auto
32fp16:
33tf32: false
34
35gradient_checkpointing: true
36gradient_checkpointing_kwargs:
37 use_reentrant: false
38early_stopping_patience:
39resume_from_checkpoint:
40logging_steps: 1
41xformers_attention:
42flash_attention: true
43
44warmup_steps: 100
45evals_per_epoch: 1
46eval_table_size:
47saves_per_epoch: 3
48debug:
49deepspeed:
50weight_decay: 0.0
51fsdp:
52fsdp_config:
53special_tokens:
54 pad_token: <|end_of_text|>
55