Update README.md
Browse files
README.md
CHANGED
@@ -33,8 +33,8 @@ 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
|
37 |
-
* use fp32 (will overflow in fp16 at this moment - fixable in future)
|
38 |
|
39 |
Example:
|
40 |
```
|
|
|
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 |
```
|