#How Can I Train GPT-3 On My Own Dataset?

4 messages · Page 1 of 1 (latest)

sly mirage
#

I know fine-tuning is an option, but that only trains GPT-3 on the Q/A style data.

I want my fine-tuned model to be able to answer any sort of questions about the data, and not just the basic ones I trained it on.

Is that possible?

fast bobcat
#

You'll want to use embeddings for Q/A and arbitrary questions. They allow you to lookup relevant text to insert as the context when having the bot answer a question

sly mirage
#

Can you point me to any resources where I can learn more about that? I'm a web developer, but I'm new to ML. 🙂