Views
No views yet
0.13.0.dev01adapter: lora
2base_model: Qwen/Qwen3-32B
3bf16: true
4flash_attention: true
5gradient_checkpointing: true
6
7datasets:
8- path: /workspace/data/wangchan_fixed
9 type: alpaca
10 split: train
11
12val_set_size: 0
13sequence_len: 2048
14train_on_inputs: false
15
16micro_batch_size: 4
17gradient_accumulation_steps: 8
18
19optimizer: adamw_torch
20learning_rate: 1.0e-4
21lr_scheduler: cosine
22warmup_ratio: 0.03
23weight_decay: 0.01
24max_grad_norm: 1.0
25num_epochs: 2
26
27lora_r: 32
28lora_alpha: 64
29lora_dropout: 0.05
30lora_target_modules:
31- q_proj
32- k_proj
33- v_proj
34- o_proj
35- gate_proj
36- down_proj
37- up_proj
38
39output_dir: ./outputs/qwen32b-thai
40logging_steps: 10
41save_steps: 300
42| Step | Loss |
|---|---|
| 10 | 0.85 |
| 20 | 0.78 |
| 1068 | 0.55 |
| 1444 (final) | ~0.50 |
1@misc{wangchanthaiinstruct,
2 title={WangchanThaiInstruct},
3 author={AIResearch.in.th},
4 year={2024},
5 publisher={Hugging Face},
6 url={https://huggingface.co/datasets/airesearch/WangchanThaiInstruct}
7}
8
9@misc{qwen3,
10 title={Qwen3 Technical Report},
11 author={Qwen Team},
12 year={2025},
13 eprint={2505.09388},
14 archivePrefix={arXiv}
15}