I would like to train a LoRA for poetry writing. I have a database of 10K poems with metadata and have written short summaries and then one sentence summaries using WizardLM_Uncensored_30B.
I was planning to generate question/answer pairs of the form:
Q: "Write a poem about {one_sentence}. The poem should be written in the style of {author} in the year {year} on the themes of {themes}. The poem should be in the form of {forms}. Describe your plan for writing the poem in 100-300 words followed by the the poem."
A: "The poem is about {summary}\n{title}\n{poem}"
What should I use for a base model?
Is it a good idea to start with a small 7B model?
Can I train 30B on my 3090?
Also, is this the right format for training? Should I be using the Alpaca format?