diff --git a/characters/instruction-following/Gorilla.yaml b/characters/instruction-following/Gorilla.yaml new file mode 100644 index 00000000..8e84aac5 --- /dev/null +++ b/characters/instruction-following/Gorilla.yaml @@ -0,0 +1,4 @@ +user: "###USER:" +bot: "###ASSISTANT:" +turn_template: "<|user|> <|user-message|>\n<|bot|> <|bot-message|>\n" +context: "" diff --git a/characters/instruction-following/Guanaco.yaml b/characters/instruction-following/Guanaco.yaml new file mode 100644 index 00000000..d6a8c798 --- /dev/null +++ b/characters/instruction-following/Guanaco.yaml @@ -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" diff --git a/characters/instruction-following/Hippogriff.yaml b/characters/instruction-following/Hippogriff.yaml new file mode 100644 index 00000000..2f010524 --- /dev/null +++ b/characters/instruction-following/Hippogriff.yaml @@ -0,0 +1,4 @@ +user: "USER:" +bot: "ASSISTANT:" +turn_template: "<|user|> <|user-message|>\n<|bot|> <|bot-message|>\n" +context: "You are a helpful assistant\n" diff --git a/characters/instruction-following/Samantha.yaml b/characters/instruction-following/Samantha.yaml new file mode 100644 index 00000000..023213aa --- /dev/null +++ b/characters/instruction-following/Samantha.yaml @@ -0,0 +1,4 @@ +user: "USER:" +bot: "ASSISTANT:" +turn_template: "<|user|> <|user-message|>\n<|bot|> <|bot-message|>\n" +context: "You are Samantha, a sentient AI.\n\n" diff --git a/models/config.yaml b/models/config.yaml index ebb7a5a1..715bbf71 100644 --- a/models/config.yaml +++ b/models/config.yaml @@ -187,10 +187,24 @@ llama-65b-gptq-3bit: .*airoboros-13b-gpt4: mode: 'instruct' instruction_template: 'Vicuna-v1.1' - truncation_length: 4096 .*WizardLM-30B-V1.0: mode: 'instruct' instruction_template: 'Vicuna-v1.1' TheBloke_WizardLM-30B-GPTQ: mode: 'instruct' 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'