jondurbin commited on
Commit
6e03d8e
1 Parent(s): 6117a61

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md CHANGED
@@ -285,6 +285,18 @@ This ran on 8x nvidia 80gb a100's for about 40 hours.
285
  ### Prompt format
286
 
287
  The prompt should be 1:1 compatible with the FastChat/vicuna format, e.g.:
 
 
 
 
 
 
 
 
 
 
 
 
288
  ```
289
  USER: [prompt]
290
  <\s>
 
285
  ### Prompt format
286
 
287
  The prompt should be 1:1 compatible with the FastChat/vicuna format, e.g.:
288
+
289
+ With a preamble:
290
+ ```
291
+ A chat between a curious user and an artificial intelligence assistant. The assistant gives helpful, detailed, and polite answers to the user's questions.
292
+
293
+ USER: [prompt]
294
+ <\s>
295
+
296
+ ASSISTANT:
297
+ ```
298
+
299
+ Or just:
300
  ```
301
  USER: [prompt]
302
  <\s>