BlinkDL commited on
Commit
939b685
1 Parent(s): eaa7ecc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -28,9 +28,9 @@ RWKV-4-Pile-14B-2023xxxx-ctx8192-testxxx.pth : Fine-tuned to ctx_len 8192.
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.
 
28
 
29
  ################################
30
 
31
+ "Raven": RWKV alpaca+vicuna-style model: https://huggingface.co/BlinkDL/rwkv-4-raven (highly recommended)
32
 
33
+ It is a strong chat model too. You can 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.