mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-04-28 11:40:43 +00:00
seed OSS chat templates
This commit is contained in:
parent
4828d0e148
commit
f9998b2a5d
3 changed files with 28 additions and 0 deletions
|
|
@ -199,6 +199,17 @@
|
||||||
"assistant_start": "<|start|>assistant<|channel|>final<|message|>",
|
"assistant_start": "<|start|>assistant<|channel|>final<|message|>",
|
||||||
"assistant_end": "<|end|>"
|
"assistant_end": "<|end|>"
|
||||||
}
|
}
|
||||||
|
}, {
|
||||||
|
"search": ["<seed:bos>", "<seed:eos>"],
|
||||||
|
"name": "Seed OSS",
|
||||||
|
"adapter": {
|
||||||
|
"system_start": "<seed:bos>system\n",
|
||||||
|
"system_end": "<seed:eos>",
|
||||||
|
"user_start": "<seed:bos>user\n",
|
||||||
|
"user_end": "<seed:eos>",
|
||||||
|
"assistant_start": "<seed:bos>assistant\n",
|
||||||
|
"assistant_end": "<seed:eos>"
|
||||||
|
}
|
||||||
}, {
|
}, {
|
||||||
"search": ["rwkv_", "'User: '"],
|
"search": ["rwkv_", "'User: '"],
|
||||||
"name": "RWKV World",
|
"name": "RWKV World",
|
||||||
|
|
|
||||||
8
kcpp_adapters/Seed-OSS.json
Normal file
8
kcpp_adapters/Seed-OSS.json
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
{
|
||||||
|
"system_start": "<seed:bos>system\n",
|
||||||
|
"system_end": "<seed:eos>",
|
||||||
|
"user_start": "<seed:bos>user\n",
|
||||||
|
"user_end": "<seed:eos>",
|
||||||
|
"assistant_start": "<seed:bos>assistant\n",
|
||||||
|
"assistant_end": "<seed:eos>"
|
||||||
|
}
|
||||||
|
|
@ -3679,6 +3679,15 @@ Current version indicated by LITEVER below.
|
||||||
"assistant_end":"<|end|>",
|
"assistant_end":"<|end|>",
|
||||||
"system":"<|start|>developer<|message|>",
|
"system":"<|start|>developer<|message|>",
|
||||||
"system_end":"<|end|>",
|
"system_end":"<|end|>",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name":"Seed OSS",
|
||||||
|
"user":"<seed:bos>user\\n",
|
||||||
|
"user_end":"<seed:eos>",
|
||||||
|
"assistant":"<seed:bos>assistant\\n",
|
||||||
|
"assistant_end":"<seed:eos>",
|
||||||
|
"system":"<seed:bos>system\\n",
|
||||||
|
"system_end":"<seed:eos>",
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue