mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-10-01 01:26:03 -04:00
Add a template for OpenOrca-Platypus2
This commit is contained in:
parent
eaf5f0f089
commit
3e7c624f8e
4
instruction-templates/OpenOrca-Platypus2.yaml
Normal file
4
instruction-templates/OpenOrca-Platypus2.yaml
Normal file
@ -0,0 +1,4 @@
|
||||
user: "### Instruction:"
|
||||
bot: "### Response:"
|
||||
turn_template: "<|user|> <|user-message|>\n\n<|bot|> <|bot-message|>\n\n"
|
||||
context: ""
|
@ -295,3 +295,8 @@ llama-65b-gptq-3bit:
|
||||
instruction_template: 'OpenChat'
|
||||
.*falcon.*-instruct:
|
||||
mode: 'instruct'
|
||||
.*(openorca-platypus2):
|
||||
mode: 'instruct'
|
||||
instruction_template: 'OpenOrca-Platypus2'
|
||||
custom_stopping_strings: '"### Instruction:", "### Response:"'
|
||||
rms_norm_eps: 5.0e-6
|
||||
|
Loading…
Reference in New Issue
Block a user