Update README.md
Browse files
README.md
CHANGED
@@ -35,16 +35,16 @@ How to use:
|
|
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
|
39 |
* use **fp32** (will overflow in fp16 at this moment - fixable in future)
|
40 |
|
41 |
A good prompt example:
|
42 |
```
|
43 |
-
|
44 |
|
45 |
-
|
46 |
|
47 |
-
|
48 |
|
49 |
-
|
50 |
```
|
|
|
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 Question/Answer or User/AI or Human/Bot prompt. **DO NOT USE Bob/Alice or Q/A**
|
39 |
* use **fp32** (will overflow in fp16 at this moment - fixable in future)
|
40 |
|
41 |
A good prompt example:
|
42 |
```
|
43 |
+
Question: hi
|
44 |
|
45 |
+
Answer: Hi. I am your assistant and I will provide expert full response in full details. Please feel free to ask any question and I will always answer it.
|
46 |
|
47 |
+
Question: xxxxxx
|
48 |
|
49 |
+
Answer:
|
50 |
```
|