Views
No views yet
0.10.0.dev01base_model: Qwen/Qwen3-14B
2
3load_in_8bit: false
4load_in_4bit: false
5strict: false
6
7datasets:
8 - path: nl2json_main_dataset_n2527.jsonl
9 type: alpaca
10
11 - path: 24_game_filtered.jsonl
12 type: alpaca
13
14 - path: blocksworld_filtered.jsonl
15 type: alpaca
16
17test_datasets:
18 - path: validation.jsonl
19 ds_type: json
20 # You need to specify a split. For "json" datasets the default split is called "train".
21 split: train
22 type: alpaca
23 data_files:
24 - /workspace/axolotl/examples/Qwen3/validation.jsonl
25
26special_tokens:
27
28dataset_prepared_path:
29val_set_size: 0
30output_dir: /workspace/axolotl/examples/Qwen3/outputs/
31
32sequence_len: 2048
33sample_packing: false
34pad_to_sequence_len: true
35
36adapter: lora
37lora_model_dir:
38lora_r: 8
39lora_alpha: 16
40lora_dropout: 0.05
41lora_target_linear: true
42lora_fan_in_fan_out:
43lora_target_modules:
44 - gate_proj
45 - down_proj
46 - up_proj
47 - q_proj
48 - v_proj
49 - k_proj
50 - o_proj
51
52wandb_project: dywoo_axolotl
53wandb_entity: dywoo
54wandb_watch:
55wandb_run_id:
56wandb_log_model:
57
58gradient_accumulation_steps: 2
59micro_batch_size: 1
60num_epochs: 3
61optimizer: paged_adamw_32bit
62lr_scheduler: cosine
63learning_rate: 0.00005
64train_on_inputs:
65group_by_length: false
66bf16: true
67fp16: false
68tf32: false
69gradient_checkpointing: true
70logging_steps: 20
71xformers_attention:
72flash_attention: true
73warmup_ratio: 0.01
74eval_steps: 100
75save_steps: 100
76save_total_limit: 2
77eval_sample_packing:
78debug:
79deepspeed:
80weight_decay: 0.01
81fsdp:
82fsdp_config:
83save_safetensors: true
84trust_remote_code: true
85| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| No log | 0.0005 | 1 | 0.5617 |
| 0.2266 | 0.0456 | 100 | 0.1534 |
| 0.152 | 0.0911 | 200 | 0.1350 |
| 0.0877 | 0.1367 | 300 | 0.1187 |
| 0.1362 | 0.1822 | 400 | 0.1010 |
| 0.1388 | 0.2278 | 500 | 0.1009 |
| 0.1244 | 0.2733 | 600 | 0.0917 |
| 0.1416 | 0.3189 | 700 | 0.0822 |
| 0.1028 | 0.3645 | 800 | 0.0897 |
| 0.0818 | 0.4100 | 900 | 0.1017 |
| 0.0859 | 0.4556 | 1000 | 0.0913 |
| 0.1335 | 0.5011 | 1100 | 0.0817 |
| 0.1191 | 0.5467 | 1200 | 0.0759 |
| 0.0613 | 0.5923 | 1300 | 0.0882 |
| 0.1186 | 0.6378 | 1400 | 0.0896 |
| 0.1023 | 0.6834 | 1500 | 0.0852 |
| 0.0733 | 0.7289 | 1600 | 0.0762 |
| 0.0663 | 0.7745 | 1700 | 0.0777 |
| 0.1212 | 0.8200 | 1800 | 0.0870 |
| 0.097 | 0.8656 | 1900 | 0.0871 |
| 0.1453 | 0.9112 | 2000 | 0.0793 |
| 0.1384 | 0.9567 | 2100 | 0.0762 |
| 0.0929 | 1.0023 | 2200 | 0.0817 |
| 0.043 | 1.0478 | 2300 | 0.0834 |
| 0.0668 | 1.0934 | 2400 | 0.0933 |
| 0.1073 | 1.1390 | 2500 | 0.0813 |
| 0.1035 | 1.1845 | 2600 | 0.0802 |
| 0.0592 | 1.2301 | 2700 | 0.0868 |
| 0.0849 | 1.2756 | 2800 | 0.0695 |
| 0.0585 | 1.3212 | 2900 | 0.0695 |
| 0.1156 | 1.3667 | 3000 | 0.0773 |
| 0.1327 | 1.4123 | 3100 | 0.0781 |
| 0.0901 | 1.4579 | 3200 | 0.0804 |
| 0.0984 | 1.5034 | 3300 | 0.0571 |
| 0.089 | 1.5490 | 3400 | 0.0652 |
| 0.0754 | 1.5945 | 3500 | 0.0721 |
| 0.0588 | 1.6401 | 3600 | 0.0715 |
| 0.0973 | 1.6856 | 3700 | 0.0714 |
| 0.0633 | 1.7312 | 3800 | 0.0667 |
| 0.1497 | 1.7768 | 3900 | 0.0584 |
| 0.0915 | 1.8223 | 4000 | 0.0643 |
| 0.0947 | 1.8679 | 4100 | 0.0625 |
| 0.0967 | 1.9134 | 4200 | 0.0683 |
| 0.104 | 1.9590 | 4300 | 0.0708 |
| 0.0585 | 2.0046 | 4400 | 0.0716 |
| 0.1116 | 2.0501 | 4500 | 0.0694 |
| 0.0763 | 2.0957 | 4600 | 0.0724 |
| 0.0646 | 2.1412 | 4700 | 0.0759 |
| 0.0852 | 2.1868 | 4800 | 0.0794 |
| 0.0952 | 2.2323 | 4900 | 0.0754 |
| 0.0646 | 2.2779 | 5000 | 0.0687 |
| 0.0844 | 2.3235 | 5100 | 0.0695 |
| 0.0775 | 2.3690 | 5200 | 0.0706 |
| 0.0775 | 2.4146 | 5300 | 0.0719 |
| 0.1177 | 2.4601 | 5400 | 0.0740 |
| 0.0594 | 2.5057 | 5500 | 0.0740 |
| 0.1008 | 2.5513 | 5600 | 0.0752 |
| 0.0753 | 2.5968 | 5700 | 0.0760 |
| 0.0649 | 2.6424 | 5800 | 0.0765 |
| 0.066 | 2.6879 | 5900 | 0.0764 |
| 0.1033 | 2.7335 | 6000 | 0.0767 |
| 0.0625 | 2.7790 | 6100 | 0.0766 |
| 0.0693 | 2.8246 | 6200 | 0.0768 |
| 0.0947 | 2.8702 | 6300 | 0.0772 |
| 0.0603 | 2.9157 | 6400 | 0.0771 |
| 0.0544 | 2.9613 | 6500 | 0.0770 |