pad commited on
Commit
fcdaed8
1 Parent(s): e4e8c7e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -26,7 +26,7 @@ Read a detailed description and evaluation of the model here: https://blog.fusio
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
 
31
  # Usage
32
  fusion-guide can be used with vLLM and other Mistral-Nemo-compatible inference engines. Below is an example of how to use it with unsloth:
 
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
+ &lt;guidance_prompt&gt;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.&lt;/guidance_prompt&gt;
30
 
31
  # Usage
32
  fusion-guide can be used with vLLM and other Mistral-Nemo-compatible inference engines. Below is an example of how to use it with unsloth: