Fixed a typo in the example command
This commit is contained in:
Hao Fang 2022-07-18 13:39:59 -07:00 коммит произвёл GitHub
Родитель c806ee14e8
Коммит 58daf0d95b
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -73,9 +73,9 @@ An example command below:
``` ```
python -m semantic_parsing_with_constrained_lm.run_exp \ python -m semantic_parsing_with_constrained_lm.run_exp \
--config-name semantic_parsing_with_constrained_lm.configs.benchclamp_gpt3_config \ --config-name semantic_parsing_with_constrained_lm.configs.benchclamp_gpt3_config \
--exp-name 'code-davinci-001_calflow_no_context_low_0_2_dev_eval_constrained_bs_5' --exp-name-pattern 'text-davinci-001_calflow_no_context_low_0_2_dev_eval_constrained_bs_5'
``` ```
where `code-davinci-001` refers to the OpenAI model being used, `bs_5` denotes beam size 5, where `text-davinci-001` refers to the OpenAI model being used, `bs_5` denotes beam size 5,
`2` denotes a best last prompt order (`0` for random shuffle and `1` for best first prompt order). `2` denotes a best last prompt order (`0` for random shuffle and `1` for best first prompt order).