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_simple_codellama.sh

11 lines
253 B
Bash

python main.py \
--run_name "test_simple_run_codellama" \
--root_dir "root" \
--dataset_path ./benchmarks/humaneval-py.jsonl \
--strategy "simple" \
--language "py" \
--model "codellama" \
--pass_at_k "1" \
--max_iters "1" \
--verbose