xiaol commited on
Commit
8039e0f
·
1 Parent(s): ef00501

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -1
README.md CHANGED
@@ -6,4 +6,16 @@ datasets:
6
  - emozilla/booksum-summary-analysis_llama-8192
7
  - OpenLeecher/GPT4-10k
8
  - 0x70DA/stackoverflow-chat-data
9
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
6
  - emozilla/booksum-summary-analysis_llama-8192
7
  - OpenLeecher/GPT4-10k
8
  - 0x70DA/stackoverflow-chat-data
9
+ ---
10
+
11
+ This is a experimental model based on RWKV 7B world.
12
+
13
+ ===>
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 in rwkv....vocabs.txt to replace the vocabs files
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
+ ![image.png](https://cdn-uploads.huggingface.co/production/uploads/6176b32847ee6431f632981e/G3mGvYbE4rzB-6y8TrT-Q.png)