card(atelier): MEASURED nano silhouette — not a 1.5B retrain
Browse files
README.md
CHANGED
|
@@ -3,52 +3,55 @@ license: apache-2.0
|
|
| 3 |
library_name: numpy
|
| 4 |
tags:
|
| 5 |
- governed-ai
|
| 6 |
-
- khipu
|
| 7 |
- szl-holdings
|
| 8 |
-
-
|
| 9 |
-
-
|
|
|
|
| 10 |
---
|
| 11 |
|
| 12 |
# MiniEmbed-Nano
|
| 13 |
|
| 14 |
-
|
| 15 |
|
| 16 |
-
|
| 17 |
-
Sibling card: [SZLHOLDINGS/szl-khipu](https://huggingface.co/SZLHOLDINGS/szl-khipu)
|
| 18 |
-
The larger statistical MiniEmbed (3290 × 128) lives on [SZLHOLDINGS/szl-kernels](https://huggingface.co/SZLHOLDINGS/szl-kernels) — a different artifact. Do not mix them.
|
| 19 |
|
| 20 |
-
|
| 21 |
-
from szl_khipu.train import mini_embed
|
| 22 |
|
| 23 |
-
|
| 24 |
-
vec = emb.embed("knot the run")
|
| 25 |
-
print(emb.V, emb.D, vec.shape)
|
| 26 |
-
# 64 12 (12,)
|
| 27 |
-
emb.save_npz("mini_embed.npz")
|
| 28 |
-
```
|
| 29 |
|
| 30 |
-
|
| 31 |
|
| 32 |
-
-
|
| 33 |
-
- Built here on CPU NumPy. Honesty **REPORTED**. Energy **UNAVAILABLE**.
|
| 34 |
-
- No analogy score. No retrieval score. No SVD variance claim (that belongs to the 3290×128 table).
|
| 35 |
|
| 36 |
-
##
|
| 37 |
|
| 38 |
-
|
| 39 |
-
-
|
| 40 |
-
|
| 41 |
-
|
| 42 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 43 |
|
| 44 |
## Honesty
|
| 45 |
|
| 46 |
-
| Claim | Label |
|
| 47 |
-
|---|---|
|
| 48 |
-
|
|
| 49 |
-
|
|
| 50 |
-
|
|
| 51 |
-
|
|
| 52 |
-
|
|
|
|
| 53 |
|
| 54 |
-
|
|
|
|
| 3 |
library_name: numpy
|
| 4 |
tags:
|
| 5 |
- governed-ai
|
|
|
|
| 6 |
- szl-holdings
|
| 7 |
+
- doctrine-v11
|
| 8 |
+
- nano
|
| 9 |
+
- measured
|
| 10 |
---
|
| 11 |
|
| 12 |
# MiniEmbed-Nano
|
| 13 |
|
| 14 |
+
A 64×12 embedding whose rows are a function of SHA-256. The vector is the receipt of the token.
|
| 15 |
|
| 16 |
+
**Family.** nano · **Evidence.** MEASURED · **Weights.** numpy · **Params.** 64 × 12
|
|
|
|
|
|
|
| 17 |
|
| 18 |
+
Hub: [SZLHOLDINGS/MiniEmbed-Nano](https://huggingface.co/SZLHOLDINGS/MiniEmbed-Nano)
|
|
|
|
| 19 |
|
| 20 |
+
## The cut
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 21 |
|
| 22 |
+
Nobody ships an embedding where retrieval is provenance. MiniEmbed is not BGE, not NV-Embed. Mean-pool of L2 rows, seed 20260721, CPU NumPy.
|
| 23 |
|
| 24 |
+
An embedding you can re-derive bit-exact from the seed. No SGD theater. Cosine is a claim about the table, not a vibe.
|
|
|
|
|
|
|
| 25 |
|
| 26 |
+
### Silhouette → leave → SZL
|
| 27 |
|
| 28 |
+
| Leader | Take, then tweak |
|
| 29 |
+
|---|---|
|
| 30 |
+
| Anthropic | Honest about what it is not — not a foundation embed. |
|
| 31 |
+
| NVIDIA | Tiny table instead of NV-Embed / NeMo retrieval stacks. |
|
| 32 |
+
| Unsloth | No LoRA. Construction is `build(seed)` — Unsloth is the wrong tool and we say so. |
|
| 33 |
+
|
| 34 |
+
Nobody else ships this combination. That is the point of a one-of-one.
|
| 35 |
+
|
| 36 |
+
## Intended use
|
| 37 |
+
|
| 38 |
+
Silhouette of receipted retrieval. Teaching and tests.
|
| 39 |
+
|
| 40 |
+
## Limitations
|
| 41 |
+
|
| 42 |
+
- Not a neural embed.
|
| 43 |
+
- Not comparable to BGE-base 768-d.
|
| 44 |
+
- Hit@2 is on five doctrine pairs — SAMPLE.
|
| 45 |
|
| 46 |
## Honesty
|
| 47 |
|
| 48 |
+
| Claim | Label |
|
| 49 |
+
|---|---|
|
| 50 |
+
| This card's numbers | MEASURED |
|
| 51 |
+
| Energy / joules | UNAVAILABLE unless a signed meter says MEASURED |
|
| 52 |
+
| Λ uniqueness | Conjecture 1 OPEN — not a theorem |
|
| 53 |
+
| GGUF as the signed object | FALSE |
|
| 54 |
+
|
| 55 |
+
Doctrine v11 LOCKED · 749 declarations · 14 axioms · 163 sorries · locked-proven 8.
|
| 56 |
|
| 57 |
+
Apache-2.0. Copyright 2026 SZL Holdings · Stephen P. Lutar Jr. · ORCID [0009-0001-0110-4173](https://orcid.org/0009-0001-0110-4173).
|