BlinkDL commited on
Commit
eaa7ecc
1 Parent(s): 74128b2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -6
README.md CHANGED
@@ -28,13 +28,9 @@ RWKV-4-Pile-14B-2023xxxx-ctx8192-testxxx.pth : Fine-tuned to ctx_len 8192.
28
 
29
  ################################
30
 
31
- RWKV 14B Alpaca test model (both are finetuned from ctx8192. i think the ctx1024 version should be better for usual Q&A. please test & compare)
32
 
33
- https://huggingface.co/BlinkDL/rwkv-4-pile-14b/blob/main/RWKV-4-Pile-14B-Instruct-test4-20230327-ctx1024.pth
34
-
35
- https://huggingface.co/BlinkDL/rwkv-4-pile-14b/blob/main/RWKV-4-Pile-14B-Instruct-test4-20230327-ctx4096.pth
36
-
37
- (Update ChatRWKV v2 to latest version first) It's recommended to use +i for "Alpaca Instruct". Examples:
38
  ```
39
  +i Explain the following metaphor: "Life is like cats".
40
  +i write a python function to read data from an excel file.
 
28
 
29
  ################################
30
 
31
+ "Raven": RWKV alpaca-style model: https://huggingface.co/BlinkDL/rwkv-4-pile-14b/blob/main/RWKV-4-Pile-14B-Instruct-test5-20230329-ctx4096.pth
32
 
33
+ This is a strong chat model too. It's recommended to use +i for "Alpaca Instruct" in latest ChatRWKV v2. Examples:
 
 
 
 
34
  ```
35
  +i Explain the following metaphor: "Life is like cats".
36
  +i write a python function to read data from an excel file.