Text Generation
Transformers
GGUF
English
llama
text-generation-inference
apepkuss79 commited on
Commit
5852e79
1 Parent(s): 6ad7ce8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -42,10 +42,11 @@ quantized_by: Second State Inc.
42
  - Prompt string
43
 
44
  ```text
45
- \### User:
46
- {prompt}
47
 
48
  \### Assistant:
 
49
  ```
50
 
51
  Note that the `\` character is used to escape the `###` in the prompt string. Remove it in the practical use.
 
42
  - Prompt string
43
 
44
  ```text
45
+ <s> ### User:
46
+ {user_message}
47
 
48
  \### Assistant:
49
+ {assistant_message}</s>
50
  ```
51
 
52
  Note that the `\` character is used to escape the `###` in the prompt string. Remove it in the practical use.