aiwaves-cn / RecurrentGPT

Official Code for Paper: RecurrentGPT: Interactive Generation of (Arbitrarily) Long Text
GNU General Public License v3.0
954 stars 155 forks source link

fine tune #15

Closed Bellafc closed 1 year ago

Bellafc commented 1 year ago

How can we fine-tune this recurrent gpt model so that it can output some other type of information but not only the novels?

MichaelZhouwang commented 1 year ago

Hey you can simply do some prompt engineering in recurrentgpt.py to make it generate other kinds of information. You can not fine-tune the parameters of the model because it is based on OpenAI's GPT-3.5-turbo model which are not open-sourced.