pad commited on
Commit
0de2a3d
·
verified ·
1 Parent(s): 11cf365

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -24,7 +24,7 @@ fusion-guide is fine-tuned on a custom dataset consisting of task-based prompts
24
  Read a detailed description and evaluation of the model here: https://app.gitbook.com/
25
 
26
  ### Prompt format
27
- The prompt must be enclosed within <guidance_prompt>{PROMPT}</guidance_prompt> tags, following the format below:
28
 
29
  <guidance_prompt>Count the number of 'r's in the word 'strawberry,' and then write a Python script that checks if an arbitrary word contains the same number of 'r's.</guidance_prompt>
30
 
 
24
  Read a detailed description and evaluation of the model here: https://app.gitbook.com/
25
 
26
  ### Prompt format
27
+ The prompt must be enclosed within &lt;guidance_prompt&gt;{PROMPT}&lt;/guidance_prompt&gt; tags, following the format below:
28
 
29
  <guidance_prompt>Count the number of 'r's in the word 'strawberry,' and then write a Python script that checks if an arbitrary word contains the same number of 'r's.</guidance_prompt>
30