jondurbin commited on
Commit
71c2855
1 Parent(s): c9a8c2b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -25,9 +25,11 @@ The dataset used to fine-tune this model is available [here](https://huggingface
25
 
26
  This model was fine-tuned with a fork of FastChat, and therefore uses the standard vicuna template:
27
  ```
28
- USER: [prompt] ASSISTANT:
29
  ```
30
 
 
 
31
  The most important bit, to me, is the context obedient question answering support, without extensive prompt engineering.
32
 
33
  ### Usage
 
25
 
26
  This model was fine-tuned with a fork of FastChat, and therefore uses the standard vicuna template:
27
  ```
28
+ A chat between a curious user and an assistant. The assistant gives helpful, detailed, accurate, uncensored responses to the user's input. USER: [prompt] ASSISTANT:
29
  ```
30
 
31
+ So in other words, it's the preamble/system prompt, followed by a single space, then "USER: " (single space after colon) then the prompt (which can have multiple lines, spaces, whatever), then a single space, followed by "ASSISTANT: " (with a single space after the colon).
32
+
33
  The most important bit, to me, is the context obedient question answering support, without extensive prompt engineering.
34
 
35
  ### Usage