Skip to content

Commit

Permalink
Merge branch 'feature/llama-factory-llama2-pipeline' of github.com:so…
Browse files Browse the repository at this point in the history
…topia-lab/sotopia-llm into feature/llama-factory-llama2-pipeline
  • Loading branch information
Jasonqi146 committed Nov 8, 2023
2 parents 400a9da + 9542944 commit 085e9c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions llm_rl/finetune-llama-2-13b.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ deepspeed src/train_bash.py \
--use_fast_tokenizer False \
--do_train \
--num_train_epochs 15.0 \
--per_device_train_batch_size 8 \
--gradient_accumulation_steps 4 \
--per_device_train_batch_size 1 \
--gradient_accumulation_steps 32 \
--finetuning_type lora \
--lora_target q_proj,v_proj \
--qlora_compute_dtype bf16 \
Expand Down

0 comments on commit 085e9c3

Please sign in to comment.