3 ms·
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 pr
by rodonn 3y 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.
- Havoc 3y agoI see...that makes sense. Thanks for explaining