logoalt Hacker News

howunfortunatetoday at 2:43 AM2 repliesview on HN

That's not quite true though. The fact that most models are in practice non-deterministic has been a huge point of contention.

And there's nothing inherently stopping labs from continuously fine-tuning the weights after every new invocation. It's just a difficult (not to mention expensive) software and ML problem.


Replies

nightskitoday at 3:24 AM

I was not saying that they are deterministic, rather that the distributions (aka weights) are fixed. A model as deployed today at anthropic/open ai/etc is not learning beyond the context as far as I know.

What prevents continuous fine-tuning from what I understand is catastrophic forgetting. You can do things like RLHF which are built to minimize the damage but that is more about bringing out capabilities of the base model than incorporating new knowledge (at least from my understanding, I am obviously not a researcher at a lab).

show 1 reply