4 ms·
That’s true yeah. The model can do that because calculating latents is independent of next token prediction. You do a forward pass for each token in your sequen
by valine 1y ago
That’s true yeah. The model can do that because calculating latents is independent of next token prediction. You do a forward pass for each token in your sequence without the final projection to logits.