Hacker News new | ask | show | jobs
by rodonn 1024 days ago
GPT stands for Generative Pre-trained Transformer.

The "main" training step using huge amounts of inputs is called pre-training. The idea is that after that pre-training, you might fine tune the model for your specific use case.

1 comments

I see...that makes sense. Thanks for explaining