1base_model: meta-llama/Llama-3.2-3B-Instruct
2
3plugins:
4 - axolotl.integrations.liger.LigerPlugin
5liger_rope: true
6liger_rms_norm: true
7liger_glu_activation: true
8liger_layer_norm: true
9liger_fused_linear_cross_entropy: true
10
11datasets:
12 - path: shuffled_output_2.json
13 type: input_output
14dataset_prepared_path: last_run_prepared
15dataset_exact_deduplication: false
16
17# sequence_length: 131072
18# pad_to_sequence_len: true
19
20output_dir: ./models/llama_wm_v3_3
21
22wandb_project: agent-v0
23wandb_name: llama-3b_wm_v3_3
24
25train_on_inputs: false
26gradient_checkpointing: true
27gradient_checkpointing_kwargs:
28 use_reentrant: false
29gradient_accumulation_steps: 1
30micro_batch_size: 4
31num_epochs: 1
32optimizer: adamw_torch
33learning_rate: 2e-5
34xformers_attention:
35flash_attention: true
36
37logging_steps: 5
38
39warmup_steps: 10
40saves_per_epoch: 1
41weight_decay: 0.0
42
43deepspeed: axolotl/deepspeed_configs/zero3_bf16_cpuoffload_all.json
44
45special_tokens:
46 pad_token: <|end_of_text|>