Text Generation
PyTorch
causal-lm
rwkv
BlinkDL commited on
Commit
3957ef8
1 Parent(s): ff9ea24

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -32,5 +32,5 @@ RWKV-4 trained on 100+ world languages.
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
36
  * Use Q/A or User/AI or Human/Bot prompt, instead of Bob/Alice
 
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, instead of Bob/Alice