1base_model: deepseek-ai/DeepSeek-Coder-V2-Lite-Instruct
2trust_remote_code: true
3
4plugins:
5 - axolotl.integrations.liger.LigerPlugin
6liger_rope: true
7liger_rms_norm: true
8liger_glu_activation: true
9liger_layer_norm: true
10liger_fused_linear_cross_entropy: true
11
12datasets:
13 - path: axolotl_format_deepseek_combined_wm.json
14 type: input_output
15dataset_prepared_path: last_run_prepared_deepseek
16
17output_dir: ./models/deepseek_wm
18sequence_len: 4096
19
20wandb_project: agent-v0
21wandb_name: deepseek_wm
22
23train_on_inputs: false
24gradient_checkpointing: true
25gradient_checkpointing_kwargs:
26 use_reentrant: false
27gradient_accumulation_steps: 1
28micro_batch_size: 4
29num_epochs: 3
30optimizer: adamw_torch
31learning_rate: 2e-5
32xformers_attention:
33flash_attention: true
34
35logging_steps: 5
36
37warmup_steps: 5
38saves_per_epoch: 1
39weight_decay: 0.0
40
41deepspeed: axolotl/deepspeed_configs/zero3_bf16_cpuoffload_all.json
42