Y
Hacker News
new
|
ask
|
show
|
jobs
by
valine
394 days ago
So instead of next token prediction its next event prediction. At some point this just loops around and we're back to teaching models to predict the next token in the sequence.
2 comments
lumost
394 days ago
Tokens are an awfully convenient way to describe an event.
link
phyalow
394 days ago
Tokens are just discretized state representations.
link
ww520
394 days ago
It’s the next state. So instead of spitting out words, it will spit out a whole movie, or a sequence of world states in a game or simulation.
link