Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ArmelRandy authored May 25, 2023
1 parent 20ea8d8 commit 1b681ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ accelerate launch instruction_output.py \
--batch_dir "data_io/santacoder_generations/" \
--seed_tasks_path "data_io/code_tasks.jsonl"\
--num_instructions_to_generate 10 \
--model_name_or_path "gpt_bigcode-santacoder"\
--model_name_or_path "bigcode/gpt_bigcode-santacoder"\
--num_prompt_instructions 8 \
--request_batch_size 5 \
--n 2 \
Expand All @@ -155,7 +155,7 @@ accelerate launch instruction_output.py \
--batch_dir "data_iio/santacoder_generations/" \
--seed_tasks_path "data_iio/code_tasks.jsonl"\
--num_instructions_to_generate 10 \
--model_name_or_path "gpt_bigcode-santacoder"\
--model_name_or_path "bigcode/gpt_bigcode-santacoder"\
--num_prompt_instructions 8 \
--request_batch_size 5 \
--n 2 \
Expand Down

0 comments on commit 1b681ef

Please sign in to comment.