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.7285 | 0.0007 | 1 | 0.7411 |
| 0.2863 | 0.3332 | 509 | 0.2875 |
| 0.2584 | 0.6664 | 1018 | 0.2501 |
| 0.2187 | 0.9996 | 1527 | 0.2282 |
| 0.1445 | 1.3130 | 2036 | 0.2246 |
| 0.1419 | 1.6462 | 2545 | 0.2211 |
| 0.1413 | 1.9794 | 3054 | 0.2210 |
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: SynDa/Llama-3-8B-SynDa-MultiRound-300K
11 type: sharegpt
12 conversation: llama3
13dataset_prepared_path: last_run_prepared
14val_set_size: 0.001
15output_dir: ./out_Llama-3-70B-SynDa-300K-Multi-Round
16
17sequence_len: 8192
18sample_packing: true
19eval_sample_packing: false
20pad_to_sequence_len: true
21
22wandb_project: SynDa
23wandb_entity:
24wandb_watch:
25wandb_name: Llama-3-70B-SynDa-300K-MR-2EP-FFT
26wandb_log_model:
27hub_model_id: SynDa/Llama-3-8B-SynDa-300K-MR
28
29gradient_accumulation_steps: 8
30micro_batch_size: 1
31num_epochs: 2
32optimizer: paged_adamw_8bit
33lr_scheduler: cosine
34learning_rate: 2e-5
35
36train_on_inputs: false
37group_by_length: false
38bf16: auto
39fp16:
40tf32: false
41
42gradient_checkpointing: true
43gradient_checkpointing_kwargs:
44 use_reentrant: false
45early_stopping_patience:
46resume_from_checkpoint:
47logging_steps: 1
48xformers_attention:
49flash_attention: true
50
51warmup_steps: 100
52evals_per_epoch: 3
53eval_table_size:
54saves_per_epoch: 3
55debug:
56deepspeed:
57weight_decay: 0.0
58fsdp:
59fsdp_config:
60special_tokens:
61 pad_token: <|end_of_text|>
62