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'