You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
reflexion-human-eval/programming_runs/run_reflexion_starchat_mult...

11 lines
310 B
Bash

CUDA_VISIBLE_DEVICES=$1 python main.py \
--run_name "reflexion_starchat_$1" \
--root_dir "root" \
--dataset_path ./benchmarks/humaneval-py.jsonl \
--strategy "reflexion" \
--language "py" \
--model "starchat" \
--pass_at_k "1" \
--max_iters "2" \
--verbose | tee ./logs/reflexion_starchat_$1