mirror of
https://github.com/princeton-nlp/tree-of-thought-llm
synced 2024-11-16 13:42:27 +00:00
12 lines
277 B
Bash
12 lines
277 B
Bash
python run.py \
|
|
--task game24 \
|
|
--task_file_path 24.csv \
|
|
--task_start_index 900 \
|
|
--task_end_index 1000 \
|
|
--method_generate propose \
|
|
--method_evaluate value \
|
|
--method_select greedy \
|
|
--n_evaluate_sample 3 \
|
|
--n_select_sample 5 \
|
|
${@}
|