tree-of-thought-llm/scripts/text/standard_sampling.sh

12 lines
253 B
Bash
Raw Normal View History

2023-05-23 22:34:41 +00:00
python run.py \
--task text \
--task_start_index 0 \
2023-07-04 02:16:03 +00:00
--task_end_index 100 \
2023-05-23 22:34:41 +00:00
--naive_run \
--prompt_sample standard \
--n_generate_sample 10 \
--temperature 1.0 \
${@}
# 0.03 dollars per line -> 3 dollars for 100 lines?