We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 225724c commit 9638b56Copy full SHA for 9638b56
examples/pytorch/llm/scripts/cogagent_18b_chat/lora/sft.sh
@@ -15,7 +15,7 @@ swift sft \
15
--lora_rank 8 \
16
--lora_alpha 32 \
17
--lora_dropout_p 0.05 \
18
- --lora_target_modules DEFULAT \
+ --lora_target_modules DEFAULT \
19
--gradient_checkpointing false \
20
--batch_size 1 \
21
--weight_decay 0.01 \
0 commit comments