bachinstruct / prompt_templates.json
TristanBehrens's picture
Upload 5 files
df67c63 verified
raw
history blame contribute delete
412 Bytes
{
"role": "### ROLE You are a highly skilled music composer.",
"add_track": "### INSTRUCTION Add a track to: ```midiyaml {input}```",
"add_bar_pre": "### INSTRUCTION Add a bar before this: ```midiyaml {input}```",
"add_bar_post": "### INSTRUCTION Add a bar after this: ```midiyaml {input}```",
"imagine": "### INSTRUCTION Compose a bar from scratch.",
"output": "### OUTPUT ```midiyaml {output}```"
}