Hacker News new | ask | show | jobs
by mattkrause 23 days ago
It’s literally a trigram (character) language model. Check any NLP book from before 2015 or so.

LLMs have more stuff bolted onto them (embeddings, RLHF) but the autoregressive core is a direct descendent of that sort of language model.

1 comments

So, LM vs LLM? :)