tree-of-thought-llm/scripts/game24/standard_sampling.sh
2023-05-24 00:34:41 +02:00

9 lines
210 B
Bash

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