Remix.run Logo
evilmathkid a day ago

Its not an LLM if there's no pretraining. AR transformers were around before LLMs and will be there after LLMs.

When I made this, the point was to show that you dont need pretraining (which is what makes an LLM) to perform well on complex tasks

And yes it is not a language model either. I did not train it on any language data. Only ARC puzzles

soVeryTired a day ago | parent [-]

Out of interest, would you call BERT an LLM? It’s pre trained but not particularly large.

stymaar a day ago | parent | next [-]

AFAIK, the “large” qualifier came when transformers allowed to scale the size of language models compared to the recurrent models that where in fashion before. And although BERT isn't large by today's standard, it was large enough for the time.

evilmathkid a day ago | parent | prev [-]

idk the definition is fuzzy. thats why people use the "modern" qualifier to talk about decoder-only style and this is also not clean since you now have reasoning models which are separate