mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-11 17:44:38 +00:00
gemma3n chat template
This commit is contained in:
parent
d383c03554
commit
b649f69e4f
1 changed files with 11 additions and 0 deletions
|
@ -57,6 +57,17 @@
|
|||
"assistant_end": "<end_of_turn>\n"
|
||||
}
|
||||
}, {
|
||||
"search": ["<image_soft_token>", "<start_of_turn>model", "<end_of_turn>"],
|
||||
"name": "Google Gemma 3n.",
|
||||
"adapter": {
|
||||
"system_start": "<start_of_turn>user\n",
|
||||
"system_end": "<end_of_turn>\n",
|
||||
"user_start": "<start_of_turn>user\n",
|
||||
"user_end": "<end_of_turn>\n",
|
||||
"assistant_start": "<start_of_turn>model\n",
|
||||
"assistant_end": "<end_of_turn>\n"
|
||||
}
|
||||
},{
|
||||
"search": ["<|start_header_id|>assistant<|end_header_id|>"],
|
||||
"name": "Llama 3.x.",
|
||||
"adapter": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue