mirror of
https://github.com/princeton-nlp/tree-of-thought-llm
synced 2024-11-16 13:42:27 +00:00
9 lines
205 B
Bash
9 lines
205 B
Bash
|
python run.py \
|
||
|
--task game24 \
|
||
|
--task_file_path 24.csv \
|
||
|
--task_start_index 900 \
|
||
|
--task_end_index 1000 \
|
||
|
--naive_run \
|
||
|
--prompt_sample cot \
|
||
|
--n_generate_sample 100 \
|
||
|
${@}
|