mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-11-25 17:29:22 +01:00
more models: +orca_mini (#2859)
This commit is contained in:
parent
f0fcd1f697
commit
68ae5d8262
4
characters/instruction-following/Orca Mini.yaml
Normal file
4
characters/instruction-following/Orca Mini.yaml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
user: "### User:"
|
||||||
|
bot: "### Response:"
|
||||||
|
turn_template: "<|user|>\n<|user-message|>\n\n<|bot|>\n<|bot-message|>\n\n"
|
||||||
|
context: "### System:\nYou are an AI assistant that follows instruction extremely well. Help as much as you can.\n\n"
|
@ -238,4 +238,7 @@ TheBloke_WizardLM-30B-GPTQ:
|
|||||||
.*minotaur-15b:
|
.*minotaur-15b:
|
||||||
truncation_length: 8192
|
truncation_length: 8192
|
||||||
chat_prompt_size: 8192
|
chat_prompt_size: 8192
|
||||||
chat_prompt_size_max: 8192
|
chat_prompt_size_max: 8192
|
||||||
|
.*orca_mini:
|
||||||
|
mode: 'instruct'
|
||||||
|
instruction_template: 'Orca Mini'
|
||||||
|
Loading…
Reference in New Issue
Block a user