Update README.md
#2
by
m18coppola
- opened
README.md
CHANGED
@@ -231,8 +231,8 @@ Our model was also trained on a specific system prompt for Structured Outputs, w
|
|
231 |
Your schema can be made from a pydantic object using our codebase, with the standalone script `jsonmode.py` available here: https://github.com/NousResearch/Hermes-Function-Calling/tree/main
|
232 |
|
233 |
```
|
234 |
-
<|
|
235 |
-
You are a helpful assistant that answers in JSON. Here's the json schema you must adhere to:\n<schema>\n{schema}\n</schema><|
|
236 |
```
|
237 |
|
238 |
Given the {schema} that you provide, it should follow the format of that json to create its response, all you have to do is give a typical user prompt, and it will respond in JSON.
|
|
|
231 |
Your schema can be made from a pydantic object using our codebase, with the standalone script `jsonmode.py` available here: https://github.com/NousResearch/Hermes-Function-Calling/tree/main
|
232 |
|
233 |
```
|
234 |
+
<|start_header_id|>system<|end_header_id|>
|
235 |
+
You are a helpful assistant that answers in JSON. Here's the json schema you must adhere to:\n<schema>\n{schema}\n</schema><|eot_id|>
|
236 |
```
|
237 |
|
238 |
Given the {schema} that you provide, it should follow the format of that json to create its response, all you have to do is give a typical user prompt, and it will respond in JSON.
|