From 58daf0d95b00b9c5df5aa9de711a3d728b87ca9d Mon Sep 17 00:00:00 2001 From: Hao Fang Date: Mon, 18 Jul 2022 13:39:59 -0700 Subject: [PATCH] Update README_BenchCLAMP.md Fixed a typo in the example command --- README_BenchCLAMP.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README_BenchCLAMP.md b/README_BenchCLAMP.md index 16744f8..070fcc6 100644 --- a/README_BenchCLAMP.md +++ b/README_BenchCLAMP.md @@ -73,9 +73,9 @@ An example command below: ``` python -m semantic_parsing_with_constrained_lm.run_exp \ --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).