Hacker News new | ask | show | jobs
by firefax 258 days ago
Can someone elaborate on the meaning of "7m model"?

I'm new to AI, and had an LLM spit out an explanation of why some of the "local" models don't work in Ollama on my Air, but... I don't know how accurate the AI is, heh.

It's my understanding most models are more like 1-30b (as in Billion)

2 comments

They have just four small layers, rather than several dozen large layers. Off the top of my head, Gemma 3 27B has 63 layers or so. They're also larger since it has a much larger number of embedding dimensions.

Hence they end up with ~7 million weights or parameters, rather than billions.

7 million parameters
ty to you and the other poster.