reflexion-human-eval/run_reflexion.sh

11 lines
240 B
Bash
Raw Normal View History

2023-03-22 06:41:57 +00:00
python main.py \
2023-04-06 06:27:31 +00:00
--run_name "reflexion_mbpp_py3" \
2023-03-22 06:41:57 +00:00
--root_dir "root" \
2023-04-03 23:54:05 +00:00
--dataset_path ./benchmarks/mbpp-py.jsonl \
2023-03-22 06:41:57 +00:00
--strategy "reflexion" \
2023-04-03 23:54:05 +00:00
--language "py" \
2023-03-26 18:34:49 +00:00
--model "gpt-4" \
2023-03-22 06:41:57 +00:00
--pass_at_k "1" \
2023-03-30 06:22:52 +00:00
--max_iters "5" \
2023-03-22 06:41:57 +00:00
--verbose