YC-Chen commited on
Commit
f205daf
1 Parent(s): 3ff512f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -97,10 +97,11 @@ model = AutoModelForCausalLM.from_pretrained(
97
  )
98
  ```
99
 
100
- The structure of the prompt template follows that of Mistral-7B-Instruct, as shown below.
101
  ```txt
102
- <s> SYS_PROMPT [INST] QUERY1 [/INST] RESPONSE1 [INST] QUERY2 [/INST] RESPONSE2</s>
103
  ```
 
104
 
105
  The suggested default `SYS_PROMPT` is
106
  ```txt
 
97
  )
98
  ```
99
 
100
+ The structure of the query template follows that of Mistral-7B-Instruct, as shown below.
101
  ```txt
102
+ <s> SYS_PROMPT [INST] QUERY1 [/INST] RESPONSE1 [INST] QUERY2 [/INST]
103
  ```
104
+ , where `SYS_PROMPT`, `QUERY1`, `RESPONSE1`, and `QUERY2` can be provided by the user.
105
 
106
  The suggested default `SYS_PROMPT` is
107
  ```txt