karpathy / minGPT

A minimal PyTorch re-implementation of the OpenAI GPT (Generative Pretrained Transformer) training

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to build a model and interact with it like chatgpt?

IamExperimenting opened this issue · comments

Hi,

Can anyone tell me how to train a model like chatgpt and interact with it? like ask a question and get a response from it?

I have huge datasource, I want to train a model and use it like chatgpt. can someone guide me please?

@karpathy , thanks for the wonderful tutorials.