Can someone explain how all these new GPTs are created?

Bhaalu

Recruit
Like Chat GPT is the most popular one but some custom mod(if you'll call that) are being made where AI acts like some character or based on books. So how are those created?

Is there some straightforward program(software) where we can train model in particular way and create our own model?
 
You can train your own model if you have enormous amounts of data and compute resources like OpenAI (you probably dont)
There are other open source models like EleutherAI's GPT-J and Meta's llama13.
The part about customizing the model to your needs can even be done with ChatGPT, it's called fine tuning. Refer openAI docs
 
Like Chat GPT is the most popular one but some custom mod(if you'll call that) are being made where AI acts like some character or based on books. So how are those created?

Is there some straightforward program(software) where we can train model in particular way and create our own model?

Many personas are available for ChatGPT, these give a 'guidance' to the way you want your conversation with the GPT-4 model.

With the release of the open source LLaMA models, if you have a good enough GPU, you can also run 7B to 13B models locally. You can also train these models on your own data sets, but most likely will require some hefty hardware.
 
Back
Top