Text Generation
PyTorch
causal-lm
rwkv
BlinkDL commited on
Commit
6f726bb
1 Parent(s): b02c0bb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -31,12 +31,14 @@ RWKV-4 trained on 100+ world languages.
31
 
32
  How to use:
33
  * use latest rwkv pip package (0.7.4+)
34
- * use latest ChatRWKV v2/chat.py
 
 
35
  * set pipeline = PIPELINE(model, "rwkv_vocab_v20230424") instead of 20B_tokenizer.json (EXACTLY AS WRITTEN HERE. "rwkv_vocab_v20230424" is included in rwkv 0.7.4+)
36
  * use Q/A or User/AI or Human/Bot prompt. **DO NOT USE Bob/Alice**
37
  * use **fp32** (will overflow in fp16 at this moment - fixable in future)
38
 
39
- Example:
40
  ```
41
  Q: hi
42
 
 
31
 
32
  How to use:
33
  * use latest rwkv pip package (0.7.4+)
34
+ * use latest ChatRWKV v2/benchmark_world.py to test
35
+
36
+ The difference between World & Raven:
37
  * set pipeline = PIPELINE(model, "rwkv_vocab_v20230424") instead of 20B_tokenizer.json (EXACTLY AS WRITTEN HERE. "rwkv_vocab_v20230424" is included in rwkv 0.7.4+)
38
  * use Q/A or User/AI or Human/Bot prompt. **DO NOT USE Bob/Alice**
39
  * use **fp32** (will overflow in fp16 at this moment - fixable in future)
40
 
41
+ A good prompt example:
42
  ```
43
  Q: hi
44