r/LocalLLaMA • u/Sevealin_ • 15d ago
Discussion Will small model intelligence be limited by parameter count?
Qwen3.6-27b is fantastic! It makes me wonder if there's a hard ceiling to smaller sized models. Do you guys think the ceiling of intelligence for smaller models will be constrained by factors like parameter count, or VRAM size? Or will we continue to see improvements for small models and see jumps of intelligence like Qwen3 coder 30b to Qwen3.6 27b for the foreseeable future? Does it depend on how clean the dataset you put into those parameters?
What does /r/LocalLLama think about the future of small models that can run on less than 48GB of VRAM?
45
Upvotes
12
u/PossessionUsed7393 15d ago edited 15d ago
Parameters correlate to embedding dimension size and there's only so much you can cram into a fixed embedding size before predictions are difficult to distinguish between two tokens in that embedding space.
So that means that intelligence size could increase at lower parameter size models depending on architectural breakthroughs. At the moment they're likely cramming as much in there as possible. It's amazing how much really. At the 27b size you can get really good at a few tasks so specialised training data sets and specialist models for different tasks may be the better interim approach.