mirror of
https://github.com/GammaTauAI/reflexion-human-eval
synced 2024-11-16 00:12:59 +00:00
12 lines
372 B
Bash
Executable File
12 lines
372 B
Bash
Executable File
python main.py \
|
|
--run_name "reflexion_leetcode_python3_gpt4_react_constraints" \
|
|
--root_dir "root" \
|
|
--dataset_path ./executors/leetcode_env/leetcode_dataset/data/humaneval/leetcode-hard-py-40-uncontaminated-constraints.jsonl \
|
|
--strategy "reflexion" \
|
|
--language "py" \
|
|
--model "gpt-4" \
|
|
--pass_at_k "1" \
|
|
--max_iters "5" \
|
|
--is_leetcode \
|
|
--verbose
|