Views
No views yet
0.10.0.dev01base_model: Qwen/Qwen3-4B-Base
2
3plugins:
4 - axolotl.integrations.kd.KDPlugin
5 - axolotl.integrations.liger.LigerPlugin
6
7liger_rms_norm: true
8liger_glu_activation: true
9
10 # torch_compile: true
11
12strict: false
13
14kd_trainer: true
15kd_ce_alpha: 0.1
16kd_alpha: 1.0
17kd_temperature: 1.0
18kd_beta: 0.5
19kd_normalize_topk: true
20
21dataloader_prefetch_factor: 1
22dataloader_num_workers: 2
23dataloader_pin_memory: true
24dataloader_drop_last: true
25
26gc_steps: -1 # gc at the end of each epoch
27
28chat_template: qwen3
29datasets:
30 - path: winglian/OpenThoughts-114k-math-correct-qwen3-14b-math-prepared-normalized
31 type: chat_template
32 split: train
33 split_thinking: true
34 eot_tokens:
35 - "<|im_end|>"
36
37skip_prepare_dataset: true
38dataset_prepared_path: last_run_prepared
39val_set_size: 0.0
40output_dir: ./outputs/out-kd-4b-offline-t1-v4
41
42sequence_len: 8192
43sample_packing: true
44pad_to_sequence_len: true
45
46wandb_project: kd-4b-math
47wandb_entity: axolotl-ai
48wandb_watch:
49wandb_name:
50wandb_log_model:
51
52gradient_accumulation_steps: 1
53micro_batch_size: 4
54num_epochs: 2
55optimizer: adamw_torch_fused
56adam_beta2: 0.999
57lr_scheduler: rex
58learning_rate: 3e-5
59max_grad_norm: 0.2
60save_safetensors: true
61
62bf16: true
63tf32: true
64
65gradient_checkpointing: true
66gradient_checkpointing_kwargs:
67 use_reentrant: false
68logging_steps: 1
69flash_attention: true
70
71warmup_steps: 100
72evals_per_epoch: 4
73saves_per_epoch: 2
74debug:
75weight_decay: 0.0
76special_tokens:
77 eos_token: <|im_end|>
78deepspeed: deepspeed_configs/zero2_torch_compile.json
79
80