|
--- |
|
license: apache-2.0 |
|
datasets: |
|
- Norquinal/claude_multiround_chat_30k |
|
- OpenLeecher/Teatime |
|
--- |
|
# RWKV role play model |
|
## According our community users, this model is better than claude2. |
|
|
|
This is a model trained based on RWKV world 7B model with 65336 context, which can do claude-like task. |
|
|
|
Good at novel, role play and multi turn chat. |
|
|
|
You can test this model in this buggy UI: https://rwkv.ai-creator.net/risu or https://rwkv.ai-creator.net/st ,API hosted by RWKV Runner, remember frequency penalty is sensitive and fixed a lot of repeating. |
|
|
|
and Use temp 0.1 ,topp 0.7 could have better results. |
|
|
|
# other: |
|
if you use RWKV runner as API, |
|
https://github.com/josStorer/RWKV-Runner/blob/a057bb6c5bebc346a50ae746f2b10000627552b0/backend-python/routes/completion.py#L52C29-L52C29 |
|
change user_name,assistant_name to User,Assistant to replace default Question,Answer, due to the finetune format |
|
|
|
 |
|
|
|
 |
|
|
|
also you can do multi-lang with RWKV Runner |
|
|
|
 |
|
|
|
|
|
 |
|
|
|
 |
|
|
|
|
|
 |
|
|
|
 |
|
|
|
 |