Update README.md
Browse files
README.md
CHANGED
@@ -43,10 +43,16 @@ NOTE: the new greedy tokenizer (https://github.com/BlinkDL/ChatRWKV/blob/main/to
|
|
43 |
|
44 |
QA prompt (replace \n\n in xxx to \n):
|
45 |
```
|
|
|
|
|
|
|
|
|
|
|
46 |
Instruction: xxx
|
|
|
47 |
Input: xxx
|
48 |
-
|
49 |
-
|
50 |
|
51 |
A good chat prompt (replace \n\n in xxx to \n):
|
52 |
```
|
|
|
43 |
|
44 |
QA prompt (replace \n\n in xxx to \n):
|
45 |
```
|
46 |
+
Question: xxx
|
47 |
+
|
48 |
+
Answer:```
|
49 |
+
and
|
50 |
+
```
|
51 |
Instruction: xxx
|
52 |
+
|
53 |
Input: xxx
|
54 |
+
|
55 |
+
Response:```
|
56 |
|
57 |
A good chat prompt (replace \n\n in xxx to \n):
|
58 |
```
|