yuyangdong commited on
Commit
ee02ecc
·
verified ·
1 Parent(s): 7b8dd5f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -5
README.md CHANGED
@@ -103,9 +103,7 @@ _Few-shot is disabled for Jellyfish models._
103
 
104
  ## Prompt Template
105
  ```
106
- [INST]:
107
-
108
- <prompt> (without the <>)
109
-
110
- [\INST]]
111
  ```
 
103
 
104
  ## Prompt Template
105
  ```
106
+ <|start_header_id|>system<|end_header_id|>{system message}<|eot_id|>
107
+ <|start_header_id|>user<|end_header_id|>{prompt}<|eot_id|>
108
+ <|start_header_id|>assistant<|end_header_id|>
 
 
109
  ```