Update README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,8 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
---
|
|
|
|
|
4 |
|
5 |
This is a model trained based on RWKV world 7B model with 65336 context, which can do claude-like task.
|
6 |
|
@@ -10,6 +12,11 @@ You can test this model in this buggy UI: https://rwkv.ai-creator.net/risu ,API
|
|
10 |
|
11 |
and Use temp 0.1 ,topp 0.7 could have better results.
|
12 |
|
|
|
|
|
|
|
|
|
|
|
13 |
![image.png](https://cdn-uploads.huggingface.co/production/uploads/6176b32847ee6431f632981e/uFuIyO_2id99mD3f9DKks.png)
|
14 |
|
15 |
![image.png](https://cdn-uploads.huggingface.co/production/uploads/6176b32847ee6431f632981e/72AdIr8npTbtDYeCwHGS0.png)
|
@@ -30,7 +37,4 @@ also you can do multi-lang with RWKV Runner
|
|
30 |
|
31 |
![微信图片_20230807131001.png](https://cdn-uploads.huggingface.co/production/uploads/6176b32847ee6431f632981e/ldNisLCG7cu4n8HGlUqed.png)
|
32 |
|
33 |
-
|
34 |
-
if you use RWKV runner as API,
|
35 |
-
https://github.com/josStorer/RWKV-Runner/blob/a057bb6c5bebc346a50ae746f2b10000627552b0/backend-python/routes/completion.py#L52C29-L52C29
|
36 |
-
change user_name,assistant_name to User,Assistant to replace default Question,Answer, due to the finetune format
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
---
|
4 |
+
# RWKV role play model
|
5 |
+
## According our community users, this model is better than claude2.
|
6 |
|
7 |
This is a model trained based on RWKV world 7B model with 65336 context, which can do claude-like task.
|
8 |
|
|
|
12 |
|
13 |
and Use temp 0.1 ,topp 0.7 could have better results.
|
14 |
|
15 |
+
# other:
|
16 |
+
if you use RWKV runner as API,
|
17 |
+
https://github.com/josStorer/RWKV-Runner/blob/a057bb6c5bebc346a50ae746f2b10000627552b0/backend-python/routes/completion.py#L52C29-L52C29
|
18 |
+
change user_name,assistant_name to User,Assistant to replace default Question,Answer, due to the finetune format
|
19 |
+
|
20 |
![image.png](https://cdn-uploads.huggingface.co/production/uploads/6176b32847ee6431f632981e/uFuIyO_2id99mD3f9DKks.png)
|
21 |
|
22 |
![image.png](https://cdn-uploads.huggingface.co/production/uploads/6176b32847ee6431f632981e/72AdIr8npTbtDYeCwHGS0.png)
|
|
|
37 |
|
38 |
![微信图片_20230807131001.png](https://cdn-uploads.huggingface.co/production/uploads/6176b32847ee6431f632981e/ldNisLCG7cu4n8HGlUqed.png)
|
39 |
|
40 |
+
|
|
|
|
|
|