Skip to content

Commit 3220732

Browse files
authored
Update faq.md
1 parent e177495 commit 3220732

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/faq.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
* **It seems that in the prompt template definition, the prompts with and without backgrounds are assigned the other way around:
5656
DEFAULT_PROMPT_TEMPLATE = Path("eval", "data", "background_comment_template.txt").read_text()
5757
BACKGOUND_PROMPT_TEMPLATE = Path("eval", "data", "multistep_template.txt").read_text()
58-
Are the numbers reported in the paper run with these prompts?**
58+
Are the numbers reported in the paper run with these prompts?**
5959

6060
Yes, DEFAULT_PROMPT_TEMPLATE is our standard setup where we ask the model to generate the related background itself. BACKGOUND_PROMPT_TEMPLATE is the template where we will put in the scientist-annotated background.
6161

0 commit comments

Comments
 (0)