Creating prompts to get good results is a skill.
- For text prompting, a good starting point is reading the whitepapers in this repo [0].
- For AI art generation, a good starting point are AI prompt libraries to see results of good prompts.
Fine-tuning (and creating the examples for fine-tuning) is also an interesting challenge.
- The Stanford Alpaca repo [1] made it really easy to fine-tune LLaMa based on your custom dataset.
[0] - https://github.com/promptslab/Awesome-Prompt-Engineering
[1] - https://github.com/tatsu-lab/stanford_alpaca