bartowski commited on
Commit
cabd3dc
1 Parent(s): 05e67d4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -7
README.md CHANGED
@@ -27,15 +27,13 @@ Run them in [LM Studio](https://lmstudio.ai/)
27
 
28
  ## Prompt format
29
 
30
- No chat template specified so default is used. This may be incorrect, check original model card for details.
31
 
32
  ```
33
- <|im_start|>system
34
- {system_prompt}<|im_end|>
35
- <|im_start|>user
36
- {prompt}<|im_end|>
37
- <|im_start|>assistant
38
-
39
  ```
40
 
41
  ## Download a file (not the whole branch) from below:
 
27
 
28
  ## Prompt format
29
 
30
+ No chat template specified, use the following provided by the model card:
31
 
32
  ```
33
+ <<SYS>>
34
+ {system prompt}
35
+ <</SYS>>
36
+ [INST]{prompt}[/INST]{response}[INST]{prompt}[/INST]{response}
 
 
37
  ```
38
 
39
  ## Download a file (not the whole branch) from below: