tree-of-thought-llm/scripts/game24/cot_sampling.sh
2023-07-03 22:16:03 -04:00

8 lines
175 B
Bash

python run.py \
--task game24 \
--task_start_index 900 \
--task_end_index 1000 \
--naive_run \
--prompt_sample cot \
--n_generate_sample 100 \
${@}