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