#Fine tune Model with a complex DB as data source?
8 messages · Page 1 of 1 (latest)
Hey, it is only possible to fine tune with prompt and completion pairs
Oh okay, Thanks! If I were to train a model based on an entire DB worth of data, I'd have to create a custom model based on certain architecture like GPT-3 and then use Deep Learning to feed it?
Hmm, you can maybe try to convert/transform that DB data into prompt and completion pairs right?
Yeah, that could be an option but the data is too complex to be tied down to just Prompt & Completion pairs. I'll have to find a way to dissect it somehow into those pairs. Thanks a lot for your help, btw! 🙂
No worries! Yeah, I can see how it may be problematic
But yes you can train your own model to achieve this
There are some models online that are open source whose training formats are defined that you may be able to use, such as GPT2 I think maybe?