Update README.md
Browse files
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
|
33 |
|
34 |
-
|
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.
|