Show HN: Maple-Preview – Ternary 20B MoE running at 120 tok/s on a iPhone
Thread
Unofficial Hacker News client; not affiliated with Y Combinator.
Show HN: Maple-Preview – Ternary 20B MoE running at 120 tok/s on a iPhone
Unofficial Hacker News client; not affiliated with Y Combinator.
walrus01 · · focus · HN ↗
"please write 250 words on the etymology and history of the word schlong"
<a href="https://pastes.io/uhshFgn4" rel="nofollow">https://pastes.io/uhshFgn4
The actual origin of the word is from middle high German and Yiddish-speaking Ashkenazi Jewish communities.
For comparison qwen 3.6 35B A3B does perfect on this and will give a solid description of the word's real origins and how it has made it into casual profanity/vulgarity as used in US English, and even mentions specific stand-up comedians and famous public figures of specific ethnic/religious origin in the US NE who introduced it into wider use.
Ask it for something that's not a narrow niche scientific or technical field, but something that would be less common to make it into a 20B size model, and see just how it does.
chat test link: <a href="https://chat.deepgrove.ai/">https://chat.deepgrove.ai/
johnsmith1840 · · focus · HN ↗
I wonder if kids will do this to their parents.
brainless · · focus · HN ↗
walrus01 · · focus · HN ↗
It's also something I've seen has great results with esoteric individual pieces of knowledge that works fine in a Q6 or Q8 quantized LLM but breaks down in a bad way at worse quantization.
sznio · · focus · HN ↗
20b parameters * 1.5 bits per parameter is just 30 billion bits, about 3.75gb
a full 20b fp16 is about 40GB.
I find it weird how a smaller model still produces decent text, except it bullshits all the way.
HelloUsername · · focus · HN ↗
To me, the benefit of running small models is that they fit on your device exactly that you don't need any internet connection. It's all local and offline, so you can still consult for information in any scenario.
CTDOCodebases · · focus · HN ↗
It seems strange to me to expect a small model to answer everything correctly when every device that they are being used on support networking and knowledge is constantly evolving.
nl · · focus · HN ↗
dofm · · focus · HN ↗
If you want it to know more things locally, you could hopefully distribute wikipedia or other appropriate large sources on a flash storage, properly pre-indexed, with a local tool API, and let it work its magic on that. Not least because that is as I understand it, considerably easier to incrementally update.
This is, without doubt, a very difficult target, not least because it is rather at odds with the way LLMs work on a crude level.
unglaublich · · focus · HN ↗
em500 · · focus · HN ↗
spider-mario · · focus · HN ↗
nozzlegear · · focus · HN ↗
api · · focus · HN ↗
getpokedagain · · focus · HN ↗
walrus01 · · focus · HN ↗
boomlinde · · focus · HN ↗
sajithdilshan · · focus · HN ↗
LLMs are kind of a compact knowledge box of its training data and it's understandable it would not have information about every topic and in that case just do a web search or a proper tool invocation to get the data and then synthesize.
miohtama · · focus · HN ↗
No one is going to compress human knowledge into few bits.
sajithdilshan · · focus · HN ↗
jasonjmcghee · · focus · HN ↗
Information can only be compressed so much
wolttam · · focus · HN ↗
And by then we’ll probably have been further surprised by just how much information and capacity for reasoning can be crammed into a few gigs of weights. Models just keep getting better for a given size, it’ll be interesting to see where the limit of that is.
hrmon · · focus · HN ↗
Models in this size range should aim for correct tool calling and avoiding hallucinations, not universal knowledge. (apparently they don't.)
thomastjeffery · · focus · HN ↗
An LLM continues the prompt it is given. What is more likely to come after a question? An answer, not an "oh sorry I'm not sure". Sure, you could make the latter more likely, but then the model would be unusable. Larger models simply contain more answers, more ways to stumble into them, and a granular enough geography to stay on the trail.