mirror of
https://github.com/princeton-nlp/tree-of-thought-llm
synced 2024-11-16 21:42:59 +00:00
11 lines
247 B
Bash
11 lines
247 B
Bash
|
python run.py \
|
||
|
--task game24 \
|
||
|
--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 \
|
||
|
${@}
|