From f344ccdddb56df5a46c48e24f28c8092b4efb827 Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Thu, 1 Jun 2023 14:42:12 -0300 Subject: [PATCH] Add a template for bluemoon --- characters/instruction-following/Bluemoon.yaml | 4 ++++ models/config.yaml | 3 +++ 2 files changed, 7 insertions(+) create mode 100644 characters/instruction-following/Bluemoon.yaml diff --git a/characters/instruction-following/Bluemoon.yaml b/characters/instruction-following/Bluemoon.yaml new file mode 100644 index 00000000..e5300082 --- /dev/null +++ b/characters/instruction-following/Bluemoon.yaml @@ -0,0 +1,4 @@ +user: "LEAD:" +bot: "ASSOCIATE:" +turn_template: "<|user|> <|user-message|>\n<|bot|> <|bot-message|>\n" +context: "A transcript of a roleplay between two players, LEAD and ASSOCIATE. LEAD sets up a scenario and the characters, from which ASSOCIATE then assumes a character role and continues the story for that role in response to description given by LEAD. The story and characters are developed by exchange of detailed event descriptions and character dialogs, successively given by both LEAD and ASSOCIATE.\n" diff --git a/models/config.yaml b/models/config.yaml index 19ae6c5a..db48e5a5 100644 --- a/models/config.yaml +++ b/models/config.yaml @@ -177,3 +177,6 @@ llama-65b-gptq-3bit: .*manticore: mode: 'instruct' instruction_template: 'Manticore Chat' +.*bluemoonrp-(30|13)b: + mode: 'instruct' + instruction_template: 'Bluemoon'