Text Generation
PyTorch
causal-lm
rwkv
BlinkDL commited on
Commit
194f50f
1 Parent(s): 39379db

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -1
README.md CHANGED
@@ -34,4 +34,3 @@ How to use:
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
37
- *
 
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