Views
No views yet
t2 · 1.58-bit ternary · 0.63 GB · streamed to Q as a key-addressable .holo objecttiiuae/Falcon-E-3B-Instruct-GGUF re-encoded into Hologram's content-addressed .holo format so they stream, one verified block at a time, into Q, the on-device brain of the Hologram web OS. It runs in the browser on WebGPU, serverless, with nothing to install.| File | Role |
|---|---|
manifest.json | the root. Names every tensor and the key (content hash) of its block. |
b/sha256_*.gz | the tensor blocks. Each filename is the SHA-256 of its bytes. |
tokenizer.gguf | bundled header (where present), so loading is fully serverless. |
sha256(block) on arrival. If a byte is wrong, the block is rejected. Nothing is trusted; everything is proven.did:holo:sha256:6b753fe8186f2b4194424115c36014698580a2aab8427e9b40365893ac6b77ca1# the manifest hash equals the pinned identity above
2curl -sL https://huggingface.co/HOLOGRAMTECH/q-falcon-e-3b/resolve/main/manifest.json | sha256sum| Architecture | Falcon-E |
| Precision | t2 · 1.58-bit ternary |
| Object size | 0.63 GB |
| Hidden size | 2048 |
| Layers | 32 |
| Heads (Q / KV) | 16 / 2 (GQA) |
| FFN | 13312 |
| Vocab | 32768 |
| Context | 3000 |
| Format | holo-2bit/1 |
tiiuae/Falcon-E-3B-Instruct-GGUF. Inherits the Falcon-E license from tiiuae/Falcon-E-3B-Instruct. The re-encoding is lossless-by-construction at the key level: every block is content-addressed, so the object either re-derives to its pinned identity or it is refused.