|
|
|
|
|
by visarga
1536 days ago
|
|
Glorified autocomplete? Autocomplete can guess the next word .. sometimes, GPT-3 goes hundreds of words ahead. On generic topics it can be hard to distinguish from human text. And it can't cache tokens because all tokens are evaluated in the context of all the other tokens, so they don't have the same representations when they reoccur at different positions. |
|
But, yes, tokens are chosen one word as a time based on the previous content, similar to earlier auto-completion algorithms.