Views
No views yet
0.10.0.dev01adapter: qlora
2base_model: Qwen/Qwen3-14B
3bf16: false
4chat_template: qwen3
5dataloader_num_workers: 2
6dataloader_pin_memory: true
7dataloader_prefetch_factor: 8
8datasets:
9- eot_tokens:
10 - <|im_end|>
11 field_messages: conversations
12 message_property_mappings:
13 content: content
14 role: role
15 path: winglian/pirate-ultrachat-10k
16 split: train
17 type: chat_template
18fp16: true
19gradient_accumulation_steps: 1
20gradient_checkpointing: true
21gradient_checkpointing_kwargs:
22 use_reentrant: false
23learning_rate: 0.00019
24load_in_4bit: true
25logging_steps: 1
26lora_alpha: 64
27lora_mlp_kernel: true
28lora_o_kernel: true
29lora_qkv_kernel: true
30lora_r: 32
31lora_target_modules:
32- q_proj
33- k_proj
34- v_proj
35- o_proj
36- gate_proj
37- down_proj
38- up_proj
39lr_scheduler: cosine
40max_grad_norm: 0.1
41micro_batch_size: 1
42num_epochs: 1
43optimizer: paged_adamw_8bit
44output_dir: ./outputs/qwen-sft-pirate-rrr
45plugins:
46- axolotl.integrations.cut_cross_entropy.CutCrossEntropyPlugin
47sample_packing: true
48saves_per_epoch: 2
49sequence_len: 4096
50warmup_steps: 5
51xformers_attention: true
52