#Fine tuning gpt3 for text generation

1 messages · Page 1 of 1 (latest)

long heath
#

Hi,
I'm trying to finetune gpt3 to generate text in the style of an author. But according to the guides, the data should be formatted as lines
of prompt+completion. How do I convert raw text from stories into this format so that when I train the model and I ask it to generate a story it can imitate the style?

Thanks