danielpark commited on
Commit
313981f
1 Parent(s): ef418d5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -0
README.md CHANGED
@@ -44,7 +44,10 @@ For safety, I used the default system message from Llama-2. But if a system mess
44
 
45
  need to be converted to
46
 
 
47
  ```
 
 
48
  <s>[INST] <<SYS>>
49
  {{ system_prompt }}
50
  <</SYS>>
@@ -52,6 +55,10 @@ need to be converted to
52
  {{ user_message }} [/INST]
53
  ```
54
 
 
 
 
 
55
  ```
56
  # https://docs.mistral.ai/usage/guardrailing
57
 
 
44
 
45
  need to be converted to
46
 
47
+
48
  ```
49
+ # https://github.com/huggingface/blog/blob/main/llama2.md#how-to-prompt-llama-2
50
+
51
  <s>[INST] <<SYS>>
52
  {{ system_prompt }}
53
  <</SYS>>
 
55
  {{ user_message }} [/INST]
56
  ```
57
 
58
+ ```
59
+ <s>[INST] Instruction [/INST] Model answer</s>[INST] Follow-up instruction [/INST]
60
+ ```
61
+
62
  ```
63
  # https://docs.mistral.ai/usage/guardrailing
64