Text Generation
PyTorch
causal-lm
rwkv
BlinkDL commited on
Commit
30457d0
1 Parent(s): 3c64a58

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -1
README.md CHANGED
@@ -41,7 +41,14 @@ The difference between World & Raven:
41
 
42
  NOTE: the new greedy tokenizer (https://github.com/BlinkDL/ChatRWKV/blob/main/tokenizer/rwkv_tokenizer.py) will tokenize '\n\n' as one single token instead of ['\n','\n']
43
 
44
- A good prompt example:
 
 
 
 
 
 
 
45
  ```
46
  Question: hi
47
 
 
41
 
42
  NOTE: the new greedy tokenizer (https://github.com/BlinkDL/ChatRWKV/blob/main/tokenizer/rwkv_tokenizer.py) will tokenize '\n\n' as one single token instead of ['\n','\n']
43
 
44
+ prompt:
45
+ ```
46
+ Instruction: xxx
47
+ Input: xxx
48
+ Response: xxx
49
+ ```
50
+
51
+ A good chat prompt:
52
  ```
53
  Question: hi
54