Views
No views yet

model_id with Magpie-Align/Llama-3-8B-Magpie-Align-SFT-v0.3.@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.8616 | 0.0019 | 1 | 0.8870 |
| 0.5554 | 0.2013 | 106 | 0.5568 |
| 0.5067 | 0.4027 | 212 | 0.5065 |
| 0.4728 | 0.6040 | 318 | 0.4865 |
| 0.4681 | 0.8054 | 424 | 0.4740 |
| 0.4563 | 1.0067 | 530 | 0.4662 |
| 0.4115 | 1.1944 | 636 | 0.4642 |
| 0.3993 | 1.3957 | 742 | 0.4620 |
| 0.4048 | 1.5971 | 848 | 0.4613 |
| 0.4167 | 1.7984 | 954 | 0.4611 |
0.4.11base_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-Reasoning-150K
11 type: sharegpt
12 conversation: llama3
13 - path: Magpie-Align/Magpie-Qwen2-Pro-200K-Chinese
14 type: sharegpt
15 conversation: llama3
16 - path: Magpie-Align/Magpie-Pro-MT-300K-v0.1
17 type: sharegpt
18 conversation: llama3
19dataset_prepared_path: last_run_prepared
20val_set_size: 0.001
21output_dir: axolotl_out/Llama-3-8B-Magpie-Mix-RC
22
23sequence_len: 8192
24sample_packing: true
25eval_sample_packing: false
26pad_to_sequence_len: true
27
28wandb_project: SynDa
29wandb_entity:
30wandb_watch:
31wandb_name: Llama-3-8B-Magpie-Mix-RC
32wandb_log_model:
33hub_model_id: Magpie-Align/Llama-3-8B-Magpie-Mix-RC
34
35gradient_accumulation_steps: 32
36micro_batch_size: 1
37num_epochs: 2
38optimizer: paged_adamw_8bit
39lr_scheduler: cosine
40learning_rate: 2e-5
41
42train_on_inputs: false
43group_by_length: false
44bf16: auto
45fp16:
46tf32: false
47
48gradient_checkpointing: true
49gradient_checkpointing_kwargs:
50 use_reentrant: false
51early_stopping_patience:
52resume_from_checkpoint:
53logging_steps: 1
54xformers_attention:
55flash_attention: true
56
57warmup_ratio: 0.1
58evals_per_epoch: 5
59eval_table_size:
60saves_per_epoch: 1
61debug:
62deepspeed:
63weight_decay: 0.0
64fsdp:
65fsdp_config:
66special_tokens:
67 pad_token: <|end_of_text|>
68