mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-11-22 08:07:56 +01:00
More models (match more) & templates (starchat-beta, tulu) (#2790)
This commit is contained in:
parent
2661c9899a
commit
90be1d9fe1
4
characters/instruction-following/Starchat-Beta.yaml
Normal file
4
characters/instruction-following/Starchat-Beta.yaml
Normal file
@ -0,0 +1,4 @@
|
||||
user: "<|user|>"
|
||||
bot: "<|assistant|>"
|
||||
context: "<|system|>\n<|end|>\n"
|
||||
turn_template: "<|user|>\n<|user-message|><|end|>\n<|bot|>\n<|bot-message|><|end|>\n"
|
4
characters/instruction-following/Tulu.yaml
Normal file
4
characters/instruction-following/Tulu.yaml
Normal file
@ -0,0 +1,4 @@
|
||||
user: "<|user|>"
|
||||
bot: "<|assistant|>"
|
||||
context: ""
|
||||
turn_template: "<|user|>\n<|user-message|>\n<|bot|>\n<|bot-message|>\n"
|
@ -50,7 +50,7 @@ llama-65b-gptq-3bit:
|
||||
.*vicuna.*v0:
|
||||
mode: 'instruct'
|
||||
instruction_template: 'Vicuna-v0'
|
||||
.*vicuna.*(1.1|1_1):
|
||||
.*vicuna.*(1.1|1_1|1.3|1_3):
|
||||
mode: 'instruct'
|
||||
instruction_template: 'Vicuna-v1.1'
|
||||
.*wizard.*vicuna:
|
||||
@ -184,7 +184,7 @@ llama-65b-gptq-3bit:
|
||||
.*Nous-Hermes-13b:
|
||||
mode: 'instruct'
|
||||
instruction_template: 'Alpaca'
|
||||
.*airoboros-13b-gpt4:
|
||||
.*airoboros:
|
||||
mode: 'instruct'
|
||||
instruction_template: 'Vicuna-v1.1'
|
||||
.*WizardLM-30B-V1.0:
|
||||
@ -193,7 +193,7 @@ llama-65b-gptq-3bit:
|
||||
TheBloke_WizardLM-30B-GPTQ:
|
||||
mode: 'instruct'
|
||||
instruction_template: 'Vicuna-v1.1'
|
||||
.*(A|a)lpa(cino|sta):
|
||||
.*alpa(cino|sta):
|
||||
mode: 'instruct'
|
||||
instruction_template: 'Alpaca'
|
||||
.*hippogriff:
|
||||
@ -202,9 +202,33 @@ TheBloke_WizardLM-30B-GPTQ:
|
||||
.*gpt4all-.*-snoozy:
|
||||
mode: 'instruct'
|
||||
instruction_template: 'WizardLM'
|
||||
.*(L|l)azarus:
|
||||
.*lazarus:
|
||||
mode: 'instruct'
|
||||
instruction_template: 'Alpaca'
|
||||
.*(G|g)uanaco-.*(7|13|33|65)(b|B):
|
||||
.*guanaco-.*(7|13|33|65)b:
|
||||
mode: 'instruct'
|
||||
instruction_template: 'Guanaco'
|
||||
.*hypermantis:
|
||||
mode: 'instruct'
|
||||
instruction_template: 'Alpaca'
|
||||
.*open-llama-.*-open-instruct:
|
||||
mode: 'instruct'
|
||||
instruction_template: 'Alpaca'
|
||||
.*starcoder-gpteacher-code-instruct:
|
||||
mode: 'instruct'
|
||||
instruction_template: 'Alpaca'
|
||||
.*tulu:
|
||||
mode: 'instruct'
|
||||
instruction_template: 'Tulu'
|
||||
.*chronos:
|
||||
mode: 'instruct'
|
||||
instruction_template: 'Alpaca'
|
||||
.*samantha:
|
||||
mode: 'instruct'
|
||||
instruction_template: 'Samantha'
|
||||
.*wizardcoder:
|
||||
mode: 'instruct'
|
||||
instruction_template: 'Alpaca'
|
||||
.*starchat-beta:
|
||||
mode: 'instruct'
|
||||
instruction_template: 'Starchat-Beta'
|
Loading…
Reference in New Issue
Block a user