Update README.md
Browse files
README.md
CHANGED
@@ -14,8 +14,9 @@ This is a experimental model based on RWKV 7B world.
|
|
14 |
remove eod, add special token, change vocabs.
|
15 |
|
16 |
--------------------------------------------
|
17 |
-
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
|
18 |
|
19 |
../py310/python main.py in this new folder, then use RWKV runner setting API to 127.0.0.0.1:8000, and go to 127.0.0.1:8000/docs to switch model using this one
|
20 |
|
|
|
21 |

|
|
|
14 |
remove eod, add special token, change vocabs.
|
15 |
|
16 |
--------------------------------------------
|
17 |
+
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
|
18 |
|
19 |
../py310/python main.py in this new folder, then use RWKV runner setting API to 127.0.0.0.1:8000, and go to 127.0.0.1:8000/docs to switch model using this one
|
20 |
|
21 |
+
|
22 |

|