mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-11-22 08:07:56 +01:00
More models: +StableBeluga2 (#3415)
This commit is contained in:
parent
f61573bbde
commit
32e7cbb635
4
characters/instruction-following/StableBeluga2.yaml
Normal file
4
characters/instruction-following/StableBeluga2.yaml
Normal file
@ -0,0 +1,4 @@
|
||||
user: "### User:"
|
||||
bot: "### Assistant:"
|
||||
turn_template: "<|user|>\n<|user-message|>\n\n<|bot|>\n<|bot-message|>\n\n"
|
||||
context: "### System:\nThis is a system prompt, please behave and help the user.\n\n"
|
@ -283,3 +283,8 @@ TheBloke_WizardLM-30B-GPTQ:
|
||||
.*newhope:
|
||||
mode: 'instruct'
|
||||
instruction_template: 'NewHope'
|
||||
.*stablebeluga2:
|
||||
mode: 'instruct'
|
||||
instruction_template: 'StableBeluga2'
|
||||
truncation_length: 4096
|
||||
rms_norm_eps: 5.0e-6
|
||||
|
Loading…
Reference in New Issue
Block a user