mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2025-06-09 07:07:16 -04:00
more models. +minotaur 8k (#2806)
This commit is contained in:
parent
580c1ee748
commit
d94ea31d54
2 changed files with 11 additions and 1 deletions
4
characters/instruction-following/Minotaur.yaml
Normal file
4
characters/instruction-following/Minotaur.yaml
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
user: "USER:"
|
||||||
|
bot: "ASSISTANT:"
|
||||||
|
turn_template: "<|user|> <|user-message|>\n<|bot|><|bot-message|>\n"
|
||||||
|
context: ""
|
|
@ -232,3 +232,9 @@ TheBloke_WizardLM-30B-GPTQ:
|
||||||
.*starchat-beta:
|
.*starchat-beta:
|
||||||
mode: 'instruct'
|
mode: 'instruct'
|
||||||
instruction_template: 'Starchat-Beta'
|
instruction_template: 'Starchat-Beta'
|
||||||
|
.*minotaur:
|
||||||
|
mode: 'instruct'
|
||||||
|
instruction_template: 'Minotaur'
|
||||||
|
truncation_length: 8192
|
||||||
|
chat_prompt_size: 8192
|
||||||
|
chat_prompt_size_max: 8192
|
||||||
|
|
Loading…
Add table
Reference in a new issue