Merge pull request #367 from unslothai/fix/yaml-syntax

Modified to fix the yaml syntax for unsloth_Qwen3-14B-Base-unsloth-bnb-4bit
This commit is contained in:
Roland Tannous 2026-03-11 13:39:48 +04:00 committed by GitHub
commit cbef97b9f2

View file

@ -23,7 +23,7 @@ training:
lr_scheduler_type: "linear"
lora:
lora_r:16
lora_r: 16
lora_alpha: 16
lora_dropout: 0.0
target_modules:
@ -49,4 +49,3 @@ inference:
temperature: 0.6
top_k: 20
top_p: 0.95