BlinkDL commited on
Commit
edbe355
1 Parent(s): 4a614df

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -0
README.md CHANGED
@@ -27,6 +27,15 @@ n_embd = 4096
27
  RWKV-4-Pile-7B-20230109-ctx4096.pth : Fine-tuned to ctx_len 4096.
28
  * Likely the best. Please test.
29
 
 
 
 
 
 
 
 
 
 
30
  RWKV-4-Pile-7B-20230xxx-ctx8192-testxxx : Fine-tuned to ctx_len 8192.
31
  * Slightly weaker than ctx4096 model when ctxlen < 3k.
32
 
 
27
  RWKV-4-Pile-7B-20230109-ctx4096.pth : Fine-tuned to ctx_len 4096.
28
  * Likely the best. Please test.
29
 
30
+ ################################
31
+
32
+ Update ChatRWKV v2 to latest version and you can try an RWKV 7B Alpaca test model: https://huggingface.co/BlinkDL/rwkv-4-pile-7b/blob/main/RWKV-4-Pile-7B-Instruct-test4-20230326.pth It's recommended to use +i for "Alpaca Instruct". Examples:
33
+ ```
34
+ +i Explain the following metaphor: "Life is like cats".
35
+ +i write a python function to read data from an excel file.
36
+ ```
37
+ ################################
38
+
39
  RWKV-4-Pile-7B-20230xxx-ctx8192-testxxx : Fine-tuned to ctx_len 8192.
40
  * Slightly weaker than ctx4096 model when ctxlen < 3k.
41