BlinkDL commited on
Commit
c1941cb
1 Parent(s): 00f149b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -29,9 +29,9 @@ RWKV-4-Pile-7B-20230109-ctx4096.pth : Fine-tuned to ctx_len 4096.
29
 
30
  ################################
31
 
32
- RWKV 7B Alpaca test model: https://huggingface.co/BlinkDL/rwkv-4-pile-7b/blob/main/RWKV-4-Pile-7B-Instruct-test4-20230326.pth
33
 
34
- (Update ChatRWKV v2 to latest version first) It's recommended to use +i for "Alpaca Instruct". Examples:
35
  ```
36
  +i Explain the following metaphor: "Life is like cats".
37
  +i write a python function to read data from an excel file.
29
 
30
  ################################
31
 
32
+ "Raven": RWKV 7B alpaca-style model: https://huggingface.co/BlinkDL/rwkv-4-pile-7b/blob/main/RWKV-4-Pile-7B-Instruct-test5-20230329-ctx4096.pth
33
 
34
+ This is a strong chat model too. It's recommended to use +i for "Alpaca Instruct" in latest ChatRWKV v2. Examples:
35
  ```
36
  +i Explain the following metaphor: "Life is like cats".
37
  +i write a python function to read data from an excel file.