logoalt Hacker News

ben_wtoday at 12:50 PM1 replyview on HN

Lots of things changed, GPT-2 is small (1.5e9) and is also a base model, so it is only doing next-token/autocomplete rather than prompt-response like even the first ChatGPT-3.5 was doing.


Replies

jebarkertoday at 1:03 PM

Just for the sake of clarity: all LLMs up to today are still only doing next-token/autocomplete. The training process got additional stages to shape the model weights, but standalone LLMs are still deployed essentially identically.

show 1 reply