mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-11-22 08:07:56 +01:00
Detect Orca 2 template (#4697)
This commit is contained in:
parent
54a4eb60a3
commit
b81d6ad8a4
@ -1,7 +1,6 @@
|
||||
user: "user"
|
||||
bot: "assistant"
|
||||
user: user
|
||||
bot: assistant
|
||||
turn_template: <|im_start|><|user|>\n<|user-message|><|im_end|>\n<|im_start|><|bot|>\n<|bot-message|><|im_end|>\n
|
||||
context: |
|
||||
<|im_start|><|system-message|>
|
||||
<|im_end|>
|
||||
turn_template: "<|im_start|><|user|>\n<|user-message|><|im_end|>\n<|im_start|><|bot|>\n<|bot-message|><|im_end|>\n"
|
||||
system_message: "system"
|
||||
<|im_start|>system
|
||||
<|system-message|><|im_end|>
|
||||
|
@ -180,3 +180,5 @@
|
||||
instruction_template: 'ChatML'
|
||||
.*(WizardCoder-Python-34B-V1.0|Phind-CodeLlama-34B-v2|CodeBooga-34B-v0.1):
|
||||
instruction_template: 'Alpaca'
|
||||
.*orca-2-(13|7)b:
|
||||
instruction_template: 'ChatML'
|
||||
|
Loading…
Reference in New Issue
Block a user