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