Skip to content

Comment on Ask HN: Do modern AI engines still need to do full re-trainings?

Comments

Large Language models are pre-trained by creators on the huge data.

In many cases you do not need to do anything with LLM and you can just use it.

If they were not trained on the data that contains information that you are interested then you can use technique called RAG (Retrieval-Augmented Generation).

You also can do fine-tuning which is kind of training but on small amount of data.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.