More models (match more) & templates (starchat-beta, tulu) (#2790)

This commit is contained in:
matatonic 2023-06-21 11:30:44 -04:00 committed by GitHub
parent 2661c9899a
commit 90be1d9fe1
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 37 additions and 5 deletions

View 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"

View file

@ -0,0 +1,4 @@
user: "<|user|>"
bot: "<|assistant|>"
context: ""
turn_template: "<|user|>\n<|user-message|>\n<|bot|>\n<|bot-message|>\n"

View file

@ -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'