Spaces:
Running
Running
| title: README | |
| emoji: 馃敺 | |
| colorFrom: indigo | |
| colorTo: blue | |
| sdk: static | |
| pinned: false | |
| <div align="center"> | |
| # Hologram Technologies | |
| **A web operating system that runs entirely in the browser, with no server behind it.** | |
| [Website](https://gethologram.ai) 路 [Live demo](https://huggingface.co/spaces/HOLOGRAMTECH/hologram) 路 [GitHub](https://github.com/Hologram-Technologies) | |
| </div> | |
| --- | |
| Hologram runs a full operating system, its apps, and its built-in assistant **Q** | |
| inside a single browser tab. Nothing is installed and no server is trusted: everything | |
| is delivered as content that verifies itself as it loads. | |
| This organization publishes the language models that Q runs. Each model is split into | |
| content-addressed blocks (every file is named by the SHA-256 hash of its own bytes), | |
| so it can stream from any CDN and be checked, block by block, as it arrives. The models | |
| run in the browser on WebGPU, with no install and no inference server. | |
| ## Models | |
| | Model | Size | Precision | Best for | | |
| |---|---|---|---| | |
| | [BitNet-2B-4T](https://huggingface.co/HOLOGRAMTECH/q-bitnet-2b) | 0.69 GB | 1.58-bit ternary | Fast general chat. Q's default. | | |
| | [Falcon-E-3B](https://huggingface.co/HOLOGRAMTECH/q-falcon-e-3b) | 0.63 GB | 1.58-bit ternary | General chat with a little more depth. | | |
| | [TriLM-3.9B](https://huggingface.co/HOLOGRAMTECH/q-trilm-3.9b) | 0.87 GB | 2-bit ternary | Best quality under a gigabyte. | | |
| | [Qwen2.5-Coder-7B](https://huggingface.co/HOLOGRAMTECH/q-qwen-coder-7b) | 3.4 GB | 3-bit | Writing code and using tools. | | |
| | [OLMoE-1B-7B](https://huggingface.co/HOLOGRAMTECH/q-olmoe-1b-7b) | 3.6 GB | 4-bit, mixture of experts | Quick answers at a larger model's quality. | | |
| | [Dream-7B](https://huggingface.co/HOLOGRAMTECH/q-dream-7b) | 2.9 GB | 3-bit, diffusion | Experimental. Writes text in parallel passes. | | |
| Every model is a re-encoding of a published open model; each repository names its | |
| source and license. To try one, open the [live demo](https://huggingface.co/spaces/HOLOGRAMTECH/hologram) | |
| and pick a model from Q. | |