Update README.md
Browse files
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
|
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 <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 |
|