mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-11-22 08:07:56 +01:00
more models. +minotaur 8k (#2806)
This commit is contained in:
parent
580c1ee748
commit
d94ea31d54
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: ""
|
@ -231,4 +231,10 @@ TheBloke_WizardLM-30B-GPTQ:
|
|||||||
instruction_template: 'Alpaca'
|
instruction_template: 'Alpaca'
|
||||||
.*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…
Reference in New Issue
Block a user