Hey,
I want to use OpenAI's fine-tuning API to be able to make it so that I can imitate somebody, make GPT write like them, have the same opinons as them, etc. I have thousands of tweets that this person has tweeted, along with what they're quoting, etc.
I'm really confused on where to start and I have these questions:
- If I were to fine-tune using tweets this person has written, what would I put the prompt as in the data?
- After fine tuning, how would I get GPT to create completely random sentences, statements/opinions,
- Is it possible I could get GPT to make up conversations between this person and other people? Would it be possible for me to use the API to simulate conversations, or social media interactions?
- This is a stupid question and I'm sorry but is there anyway to make the completions api respond with parseable data? Like, could I get it to reply with JSON objects?