Text Generation
PyTorch
causal-lm
rwkv
BlinkDL commited on
Commit
ab45047
1 Parent(s): 4ccf1d2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -2
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
- Response:
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
  ```