Skip to content

Commit

Permalink
[FIX] Fix bug in finetune.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
herobrine19 committed May 23, 2023
1 parent 1720dfa commit 162de08
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions scripts/finetune.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ python finetune.py \
--lora_alpha 16 \
--lora_dropout 0.05 \
--lora_target_modules "[q_proj,v_proj]" \
--train_on_inputs True \
--train_on_inputs False \
--add_eos_token True \
--group_by_length False \
--wandb_project \
--wandb_run_name \
--wandb_watch \
--wandb_log_model \
--wandb_project "" \
--wandb_run_name "" \
--wandb_watch "" \
--wandb_log_model "" \
--resume_from_checkpoint "./outputs/"${experiment_name} \
--prompt_template_name "alpaca" \

Expand Down

0 comments on commit 162de08

Please sign in to comment.