We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e40f2a commit 9c27ccdCopy full SHA for 9c27ccd
kcpp_adapters/AutoGuess.json
@@ -166,5 +166,16 @@
166
"assistant_start": "<|Assistant|>",
167
"assistant_end": "<|end▁of▁sentence|>"
168
}
169
+}, {
170
+ "search": ["rwkv-world"],
171
+ "name": "RWKV World",
172
+ "adapter": {
173
+ "system_start": "",
174
+ "system_end": "\n\n",
175
+ "user_start": "USER: ",
176
+ "user_end": "\n",
177
+ "assistant_start": "ASSISTANT: ",
178
+ "assistant_end": "</s>\n"
179
+ }
180
181
]
kcpp_adapters/RWKV-World.json
@@ -0,0 +1,8 @@
1
+{
2
3
4
+ "user_start": "User: ",
5
+ "user_end": "\n\n",
6
+ "assistant_start": "Assistant:",
7
+ "assistant_end": "\n\n"
8
+}
0 commit comments