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

8 lines
180 B
Bash

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