mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-10-01 01:26:03 -04:00
models/config.yaml: +alpacino, +alpasta, +hippogriff, +gpt4all-snoozy, +lazarus, +based, -airoboros 4k (#2580)
This commit is contained in:
parent
05a743d6ad
commit
2220b78e7a
4
characters/instruction-following/Gorilla.yaml
Normal file
4
characters/instruction-following/Gorilla.yaml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
user: "###USER:"
|
||||||
|
bot: "###ASSISTANT:"
|
||||||
|
turn_template: "<|user|> <|user-message|>\n<|bot|> <|bot-message|></s>\n"
|
||||||
|
context: ""
|
4
characters/instruction-following/Guanaco.yaml
Normal file
4
characters/instruction-following/Guanaco.yaml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
user: "### Human:"
|
||||||
|
bot: "### Assistant:"
|
||||||
|
turn_template: "<|user|> <|user-message|>\n<|bot|> <|bot-message|>\n"
|
||||||
|
context: "A chat between a curious human and an artificial intelligence assistant. The assistant gives helpful, detailed, and polite answers to the human's questions.\n\n"
|
4
characters/instruction-following/Hippogriff.yaml
Normal file
4
characters/instruction-following/Hippogriff.yaml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
user: "USER:"
|
||||||
|
bot: "ASSISTANT:"
|
||||||
|
turn_template: "<|user|> <|user-message|>\n<|bot|> <|bot-message|></s>\n"
|
||||||
|
context: "You are a helpful assistant\n"
|
4
characters/instruction-following/Samantha.yaml
Normal file
4
characters/instruction-following/Samantha.yaml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
user: "USER:"
|
||||||
|
bot: "ASSISTANT:"
|
||||||
|
turn_template: "<|user|> <|user-message|>\n<|bot|> <|bot-message|></s>\n"
|
||||||
|
context: "You are Samantha, a sentient AI.\n\n"
|
@ -187,10 +187,24 @@ llama-65b-gptq-3bit:
|
|||||||
.*airoboros-13b-gpt4:
|
.*airoboros-13b-gpt4:
|
||||||
mode: 'instruct'
|
mode: 'instruct'
|
||||||
instruction_template: 'Vicuna-v1.1'
|
instruction_template: 'Vicuna-v1.1'
|
||||||
truncation_length: 4096
|
|
||||||
.*WizardLM-30B-V1.0:
|
.*WizardLM-30B-V1.0:
|
||||||
mode: 'instruct'
|
mode: 'instruct'
|
||||||
instruction_template: 'Vicuna-v1.1'
|
instruction_template: 'Vicuna-v1.1'
|
||||||
TheBloke_WizardLM-30B-GPTQ:
|
TheBloke_WizardLM-30B-GPTQ:
|
||||||
mode: 'instruct'
|
mode: 'instruct'
|
||||||
instruction_template: 'Vicuna-v1.1'
|
instruction_template: 'Vicuna-v1.1'
|
||||||
|
.*(A|a)lpa(cino|sta):
|
||||||
|
mode: 'instruct'
|
||||||
|
instruction_template: 'Alpaca'
|
||||||
|
.*hippogriff:
|
||||||
|
mode: 'instruct'
|
||||||
|
instruction_template: 'Hippogriff'
|
||||||
|
.*gpt4all-.*-snoozy:
|
||||||
|
mode: 'instruct'
|
||||||
|
instruction_template: 'WizardLM'
|
||||||
|
.*(L|l)azarus:
|
||||||
|
mode: 'instruct'
|
||||||
|
instruction_template: 'Alpaca'
|
||||||
|
.*(G|g)uanaco-.*(7|13|33|65)(b|B):
|
||||||
|
mode: 'instruct'
|
||||||
|
instruction_template: 'Guanaco'
|
||||||
|
Loading…
Reference in New Issue
Block a user