teknium m18coppola commited on
Commit
dcc90c2
·
verified ·
1 Parent(s): 477ec61

Update README.md (#2)

Browse files

- Update README.md (c1fa39d45bf16e63e4efd1f2c08b2eb90a5bfcd2)


Co-authored-by: Michael Coppola <[email protected]>

Files changed (1) hide show
  1. README.md +2 -2
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
- <|im_start|>system
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><|im_end|>
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.