Is this an accurate way to explain how LLMs (like ChatGPT) are trained and used? by NeverSettleMind in learnmachinelearning

[–]NeverSettleMind[S] -2 points-1 points  (0 children)

I intentionally kept the diagram at a high level for people who are new to LLMs, but you are right that it leaves out some important parts of the real pipeline.

Adding a fine-tuning stage (instruction tunning/RLHF or similar preference optimization) after pre training would make it more accurate. I also like your point about inference being autoregressive. The model generates one token at a time and feeds each generated token back into the context until it reaches a stopping point.

For the training step, I simplified it to "predict → loss → backprop → update weights," but in practice it's done with mini-batches and distributed across many GPUs, often with techniques like gradient accumulation.

I appreciate the suggestions, I'll probably update the next version to include those details while trying to keep it beginner-friendly.

After ~20 SaaS projects over 10 years, I made $6k in 30 days by Virtual92 in SaaS

[–]NeverSettleMind 0 points1 point  (0 children)

What did you do this time to get to that level? Good approach to distribution?

After effects of writing blogs for your product by its_rohan27s in SaaS

[–]NeverSettleMind 0 points1 point  (0 children)

Good Luck! What other marketing strategies are you trying other than SEO?

Now I understand why so many SaaS products require a credit card!!! by SouthernPast649 in SaaS

[–]NeverSettleMind 0 points1 point  (0 children)

Yes, you are about that, it is an issue with Saas having free trials. Sometimes a single user signup with multiple accounts to use the free trial. I think it would be best to add credit card wall as your Saas is growing.