Spaces:
Running
Running
Hologram Technologies org card: intro + all six Q models
Browse files
README.md
CHANGED
|
@@ -1,10 +1,44 @@
|
|
| 1 |
---
|
| 2 |
title: README
|
| 3 |
-
emoji:
|
| 4 |
-
colorFrom:
|
| 5 |
-
colorTo:
|
| 6 |
sdk: static
|
| 7 |
pinned: false
|
| 8 |
---
|
| 9 |
|
| 10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
title: README
|
| 3 |
+
emoji: 馃敺
|
| 4 |
+
colorFrom: indigo
|
| 5 |
+
colorTo: blue
|
| 6 |
sdk: static
|
| 7 |
pinned: false
|
| 8 |
---
|
| 9 |
|
| 10 |
+
<div align="center">
|
| 11 |
+
|
| 12 |
+
# Hologram Technologies
|
| 13 |
+
|
| 14 |
+
**A web operating system that runs entirely in the browser, with no server behind it.**
|
| 15 |
+
|
| 16 |
+
[Website](https://gethologram.ai) 路 [Live demo](https://huggingface.co/spaces/HOLOGRAMTECH/hologram) 路 [GitHub](https://github.com/Hologram-Technologies)
|
| 17 |
+
|
| 18 |
+
</div>
|
| 19 |
+
|
| 20 |
+
---
|
| 21 |
+
|
| 22 |
+
Hologram runs a full operating system, its apps, and its built-in assistant **Q**
|
| 23 |
+
inside a single browser tab. Nothing is installed and no server is trusted: everything
|
| 24 |
+
is delivered as content that verifies itself as it loads.
|
| 25 |
+
|
| 26 |
+
This organization publishes the language models that Q runs. Each model is split into
|
| 27 |
+
content-addressed blocks (every file is named by the SHA-256 hash of its own bytes),
|
| 28 |
+
so it can stream from any CDN and be checked, block by block, as it arrives. The models
|
| 29 |
+
run in the browser on WebGPU, with no install and no inference server.
|
| 30 |
+
|
| 31 |
+
## Models
|
| 32 |
+
|
| 33 |
+
| Model | Size | Precision | Best for |
|
| 34 |
+
|---|---|---|---|
|
| 35 |
+
| [BitNet-2B-4T](https://huggingface.co/HOLOGRAMTECH/q-bitnet-2b) | 0.69 GB | 1.58-bit ternary | Fast general chat. Q's default. |
|
| 36 |
+
| [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. |
|
| 37 |
+
| [TriLM-3.9B](https://huggingface.co/HOLOGRAMTECH/q-trilm-3.9b) | 0.87 GB | 2-bit ternary | Best quality under a gigabyte. |
|
| 38 |
+
| [Qwen2.5-Coder-7B](https://huggingface.co/HOLOGRAMTECH/q-qwen-coder-7b) | 3.4 GB | 3-bit | Writing code and using tools. |
|
| 39 |
+
| [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. |
|
| 40 |
+
| [Dream-7B](https://huggingface.co/HOLOGRAMTECH/q-dream-7b) | 2.9 GB | 3-bit, diffusion | Experimental. Writes text in parallel passes. |
|
| 41 |
+
|
| 42 |
+
Every model is a re-encoding of a published open model; each repository names its
|
| 43 |
+
source and license. To try one, open the [live demo](https://huggingface.co/spaces/HOLOGRAMTECH/hologram)
|
| 44 |
+
and pick a model from Q.
|