BlinkDL commited on
Commit
5f4ea53
1 Parent(s): 62c8d3b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -7
README.md CHANGED
@@ -29,14 +29,9 @@ RWKV-4-Pile-7B-20230109-ctx4096.pth : Fine-tuned to ctx_len 4096.
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
- Raven v6 7B (added gpt4all and more):
35
- * RWKV-4-Raven-7B-v6-Eng-20230331-ctx4096.pth (99% English + 1% Multilang)
36
- * RWKV-4-Raven-7B-v6-EngChnJpn-20230331-ctx4096.pth (98% English + 1% Chn Jpn + 1% Multilang)
37
- * RWKV-4-Raven-7B-v6-ChnEng-20230331-ctx2048.pth (40% English + 60% Chinese)
38
-
39
- This is a strong chat model too. It's recommended to use +i for "Alpaca Instruct" in latest ChatRWKV v2. Examples:
40
  ```
41
  +i Explain the following metaphor: "Life is like cats".
42
  +i write a python function to read data from an excel file.
 
29
 
30
  ################################
31
 
32
+ "Raven": RWKV alpaca+vicuna-style model: https://huggingface.co/BlinkDL/rwkv-4-raven (highly recommended)
33
 
34
+ It is a strong chat model too. You can 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.