mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-05-19 08:00:25 +00:00
RWKV World chat adapters (#1612)
This commit is contained in:
parent
4e40f2aaf4
commit
9c27ccde50
2 changed files with 19 additions and 0 deletions
|
|
@ -166,5 +166,16 @@
|
|||
"assistant_start": "<|Assistant|>",
|
||||
"assistant_end": "<|end▁of▁sentence|>"
|
||||
}
|
||||
}, {
|
||||
"search": ["rwkv-world"],
|
||||
"name": "RWKV World",
|
||||
"adapter": {
|
||||
"system_start": "",
|
||||
"system_end": "\n\n",
|
||||
"user_start": "USER: ",
|
||||
"user_end": "\n",
|
||||
"assistant_start": "ASSISTANT: ",
|
||||
"assistant_end": "</s>\n"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
|||
8
kcpp_adapters/RWKV-World.json
Normal file
8
kcpp_adapters/RWKV-World.json
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"system_start": "",
|
||||
"system_end": "\n\n",
|
||||
"user_start": "User: ",
|
||||
"user_end": "\n\n",
|
||||
"assistant_start": "Assistant:",
|
||||
"assistant_end": "\n\n"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue