Update README.md
Browse files
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>
|