mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-10-01 01:26:03 -04:00
Merge remote-tracking branch 'refs/remotes/origin/main'
This commit is contained in:
commit
1f5ea451c9
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:
|
||||
truncation_length: 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