Andybeyond's picture
Create models/lyrics-gen/examples/input_prompts.json
2e955a9 verified
raw
history blame
365 Bytes
{
"example_prompts": [
{
"description": "write a pop love song",
"style": "modern pop",
"theme": "first love",
"length": "2 verses, 1 chorus"
},
{
"description": "create lyrics about overcoming challenges",
"style": "inspirational",
"theme": "personal growth",
"length": "3 verses, 1 bridge"
}
]
}