mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-11-25 09:19:23 +01:00
Add a template for bluemoon
This commit is contained in:
parent
aa83fc21d4
commit
f344ccdddb
4
characters/instruction-following/Bluemoon.yaml
Normal file
4
characters/instruction-following/Bluemoon.yaml
Normal file
@ -0,0 +1,4 @@
|
||||
user: "LEAD:"
|
||||
bot: "ASSOCIATE:"
|
||||
turn_template: "<|user|> <|user-message|>\n<|bot|> <|bot-message|></s>\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"
|
@ -177,3 +177,6 @@ llama-65b-gptq-3bit:
|
||||
.*manticore:
|
||||
mode: 'instruct'
|
||||
instruction_template: 'Manticore Chat'
|
||||
.*bluemoonrp-(30|13)b:
|
||||
mode: 'instruct'
|
||||
instruction_template: 'Bluemoon'
|
||||
|
Loading…
Reference in New Issue
Block a user