logoalt Hacker News

phatfishyesterday at 9:56 PM2 repliesview on HN

Or know when to shut up.

A tangent, but can anyone ELI5 how models "know" when to stop generating tokens? Or what the method to stop them at the right point is?


Replies

bulderyesterday at 10:14 PM

The model doesn't "know" how to generate tokens any more than it knows how to stop generating tokens. The sampler simply stops pulling values when it outputs a "stop token", which is a token the same way every other token is.

That is to say, it stops when it's statistically the most likely to.

show 1 reply
bigfudgeyesterday at 10:32 PM

I might be out of date but my understanding was that STOP was just another token that gets predicted.