Update README.md
Browse files
README.md
CHANGED
@@ -13,9 +13,10 @@ datasets:
|
|
13 |
|
14 |
This is a experimental model based on RWKV 7B world.
|
15 |
|
16 |
-
===>
|
17 |
remove eod, add special token, change vocabs.
|
18 |
|
|
|
19 |
|
20 |
--------------------------------------------
|
21 |
if wanna test this model ,some effort needed, copy back-python folder to a new one ,which is in the same folder with rwkv runner exe file , then past rwkv_vocab_v20230424.txt into rwkv_pip folder to replace the vocabs file
|
|
|
13 |
|
14 |
This is a experimental model based on RWKV 7B world.
|
15 |
|
16 |
+
why this model is special? ===>
|
17 |
remove eod, add special token, change vocabs.
|
18 |
|
19 |
+
this model is used to QA in large texts, do some in context learning with knowledge indexed database.
|
20 |
|
21 |
--------------------------------------------
|
22 |
if wanna test this model ,some effort needed, copy back-python folder to a new one ,which is in the same folder with rwkv runner exe file , then past rwkv_vocab_v20230424.txt into rwkv_pip folder to replace the vocabs file
|