Views
No views yet
0.10.0.dev01base_model: Qwen/Qwen3-4B-Base
2 # base_model: winglian/qwen3-14b-math
3
4plugins:
5 - axolotl.integrations.kd.KDPlugin
6 - axolotl.integrations.liger.LigerPlugin
7
8liger_rms_norm: true
9liger_glu_activation: true
10
11 # torch_compile: true
12
13strict: false
14
15kd_trainer: true
16kd_ce_alpha: 0.1
17kd_alpha: 1.0
18kd_temperature: 1.0
19kd_beta: 0.5
20kd_normalize_topk: false
21
22dataloader_prefetch_factor: 1
23dataloader_num_workers: 2
24dataloader_pin_memory: 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-temp1
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
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.95
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