Skip to content

Commit e177495

Browse files
authored
Update faq.md
1 parent 2a57efe commit e177495

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

docs/faq.md

+2-5
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,8 @@
5353

5454

5555
* **It seems that in the prompt template definition, the prompts with and without backgrounds are assigned the other way around:
56-
57-
DEFAULT_PROMPT_TEMPLATE = Path("eval", "data", "background_comment_template.txt").read_text()
58-
59-
BACKGOUND_PROMPT_TEMPLATE = Path("eval", "data", "multistep_template.txt").read_text()
60-
56+
DEFAULT_PROMPT_TEMPLATE = Path("eval", "data", "background_comment_template.txt").read_text()
57+
BACKGOUND_PROMPT_TEMPLATE = Path("eval", "data", "multistep_template.txt").read_text()
6158
Are the numbers reported in the paper run with these prompts?**
6259

6360
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.

0 commit comments

Comments
 (0)