Views
No views yet
0.10.01base_model: Qwen/Qwen2.5-32B-Instruct
2
3plugins:
4 - axolotl.integrations.liger.LigerPlugin
5 - axolotl.integrations.cut_cross_entropy.CutCrossEntropyPlugin
6
7liger_rope: true
8liger_rms_norm: true
9liger_glu_activation: true
10liger_layer_norm: true
11liger_fused_linear_cross_entropy: false
12
13lora_mlp_kernel: true
14lora_qkv_kernel: true
15lora_o_kernel: true
16
17load_in_8bit: false
18load_in_4bit: false
19
20sequence_len: 5120
21max_sample_length: 5120
22
23sample_packing: true
24gradient_checkpointing: true
25flash_attention: true
26
27bf16: true
28tf32: true
29
30
31datasets:
32 - path: ConicCat/DGM-Testing
33 type: chat_template
34 chat_template: chatml
35 roles_to_train: []
36 message_field_training: train
37
38adapter: lora
39lora_r: 64
40lora_alpha: 128
41lora_dropout: 0.0
42lora_target_linear: true
43use_tensorboard: true
44
45optimizer: paged_adamw_8bit
46learning_rate: 2.5e-5
47loraplus_lr_ratio: 16
48
49# Training arguments
50output_dir: ./Qwen-DGM-32B
51num_epochs: 3
52micro_batch_size: 1
53gradient_accumulation_steps: 16
54warmup_ratio: 0.05
55lr_scheduler: 'constant_with_warmup'
56max_grad_norm: 1
57logging_steps: 1
58seed: 42
59save_strategy: epoch
60