logoalt Hacker News

ilakshyesterday at 3:52 PM6 repliesview on HN

This is not an LLM obviously , it's just for generating random names. But interesting to think of the possibilities of truly tiny language models if there were connected together.


Replies

alightsoulyesterday at 4:48 PM

It's an slm (small language model) due to number of parameters and it uses the same architecture as an llm, but llms have billions of parameters

nomelyesterday at 5:33 PM

Hasn't it been repeatedly shown that many small models perform worse than a large model of the same total parameters?

show 2 replies
dcowyesterday at 4:02 PM

Is token rate a function of parameter size?

show 3 replies
elzbardicotoday at 2:08 AM

LLMs are an imprecise, more of a marketing term, to define Transformer models based on the self-attention mechanism, trained with massives amounts of data.

And this implements a transformer. Actually it is a very cool didactic example.

apiyesterday at 4:26 PM

Isn't a MoE model basically a cascading tree of smaller models or some variation of that?

show 1 reply