| title: NanoFable | |
| emoji: 🦫 | |
| colorFrom: yellow | |
| colorTo: gray | |
| sdk: static | |
| app_file: index.html | |
| pinned: false | |
| # NanoFable — a tiny ternary storyteller, running in your browser | |
| Every model runs client-side: the page fetches a `.tpack` (packed ternary / fp16 weights), | |
| decodes it in JS, and generates tokens on your CPU. Nothing is sent to a server. | |
| Weights: https://huggingface.co/collections/adrahmana — code: https://github.com/adit-rah/nanofable | |