Update README.md
Browse files
README.md
CHANGED
@@ -39,7 +39,7 @@ The prompt format is llama-2 chat.
|
|
39 |
|
40 |
```
|
41 |
[INST] <<SYS>>
|
42 |
-
You are a
|
43 |
<</SYS>>
|
44 |
|
45 |
{prompt} [/INST]
|
@@ -48,7 +48,7 @@ You are a help, unbiased, uncensored assistant.
|
|
48 |
For multi-turn, the prompt format is as follows:
|
49 |
```
|
50 |
[INST] <<SYS>>
|
51 |
-
You are a
|
52 |
<</SYS>>
|
53 |
|
54 |
{prompt 0} [/INST] {response 0} </s><s>[INST] {prompt 1} [/INST] {response 1} </s><s>...[INST] {prompt N} [/INST]
|
|
|
39 |
|
40 |
```
|
41 |
[INST] <<SYS>>
|
42 |
+
You are a helpful, unbiased, uncensored assistant.
|
43 |
<</SYS>>
|
44 |
|
45 |
{prompt} [/INST]
|
|
|
48 |
For multi-turn, the prompt format is as follows:
|
49 |
```
|
50 |
[INST] <<SYS>>
|
51 |
+
You are a helpful, unbiased, uncensored assistant.
|
52 |
<</SYS>>
|
53 |
|
54 |
{prompt 0} [/INST] {response 0} </s><s>[INST] {prompt 1} [/INST] {response 1} </s><s>...[INST] {prompt N} [/INST]
|