reflexion-human-eval/run_reflexion_ucs.sh

12 lines
295 B
Bash
Raw Normal View History

2023-03-28 15:23:29 +00:00
python main.py \
2023-03-31 03:10:58 +00:00
--run_name "reflexion_ucs_plays_with_the_ferris_crab_2" \
2023-03-28 15:23:29 +00:00
--root_dir "root" \
2023-03-30 06:22:52 +00:00
--dataset_path ./benchmarks/human_eval_rs.jsonl \
2023-03-28 15:23:29 +00:00
--strategy "reflexion-ucs" \
2023-03-29 22:53:58 +00:00
--language "rs" \
2023-03-28 15:23:29 +00:00
--model "gpt-4" \
2023-03-29 22:53:58 +00:00
--pass_at_k 1 \
--max_iters 5 \
--expansion_factor 3 \
2023-03-28 15:23:29 +00:00
--verbose