Advertisement
Advertisement
⚡ Community Insights
Discussion Sentiment
100% Positive
Analyzed from 376 words in the discussion.
Trending Topics
#bits#per#quantization#ternary#llms#bit#weights#better#model#fast
Discussion Sentiment
Analyzed from 376 words in the discussion.
Trending Topics
Discussion (13 Comments)Read Original on HackerNews
If ternary llms work out and are baked into hardware as custom silicon I bet they'll be shockingly efficient.
†Every paper I've read estimates the average information content of transformer LLMs at about 3-4 bits per parameter. Curiously, biological synapses are also estimated to be about 4-5 bits per synapse, possibly a bit lower.
And it looks like per [0], a model needs only ~30% more weights to be at comparable quality, if quantization-aware training is done...
0. https://arxiv.org/pdf/2402.17764 - The Era of 1-bit LLMs: All Large Language Models are in 1.58 Bits
If you’re just using a code book to reconstruct a f16 model the only savings you can get are in sending it over the wire.
Who knew that if you actually look at information entropy you can pack stuff better!