16.5T Vacuum Model Exploits Hugging Face Headers to Top Leaderboards
alerikaisattera · reddit · 2026-08-02
A developer exploited Hugging Face's parameter counting mechanism—which sums prod(shape) from safetensors headers without reading tensor data—to top the Hub's leaderboard with a completely empty 16.5-trillion-parameter model named Vacuum-16T.
While all weight bytes are strictly 0x00, the project reveals several concrete technical findings about model hosting:
- Bandwidth vs. Storage Quota: Thanks to Xet content-defined chunking deduplication, the actual network transfer was only 692 KB (an 11.9M:1 ratio). However, storage quotas do not deduplicate, meaning the repo still logically consumes its full declared 8.25 TB.
- Metadata Cost: The only irreducible cost in an empty model is naming. Using 65536×65536 tensors requires 4,000× less metadata overhead than 1024×1024 tensors for the exact same declared parameter count.
- Extreme Context Window: The author declared a maxpositionembeddings of 232 (4.29 billion tokens), backed by a real 2.15 GB position-embedding tensor of zeros to pass the parser.
Billed as the "safest AI model" that refuses 100/100 jailbreaks, the repo is a technical troll against labs obsessing over raw parameter counts.
More from Fun
- Netizen Jokes OpenAI Codex is 'Candy Crush for Tech Bros' — jdjohnson · 2026-08-02
- 8B Model Beats Frontier LLMs: Replit CEO's Chess Engine Hits 1500 Elo — amasad · 2026-08-02
- Researcher Flagged by TSA for Packing MacBooks, OLPC, iBook and a Dreamcast — moyix · 2026-08-02
- Chinese AI Video Model 'Seedance 2.5' Tricks French News Media into Believing Fake Footage — beechinour · 2026-08-02
- Desperate on a Flight: Reading Thousands of Markdown Files Generated by AI Agents — moyix · 2026-08-02
- LLM Roasted for Using a Calculator; Gary Marcus Faces Fake Screenshots — bigblueboo · 2026-08-02