modified to fix the yaml syntax

This commit is contained in:
Samit 2026-03-10 23:58:51 -07:00
commit 822050bf57

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