xai portal: START_HERE.md
Browse files- START_HERE.md +33 -36
START_HERE.md
CHANGED
|
@@ -1,53 +1,50 @@
|
|
| 1 |
# START HERE
|
| 2 |
|
| 3 |
-
|
| 4 |
|
| 5 |
-
##
|
| 6 |
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
| **This path** | markdown under `studies/` + `dissertation/` |
|
| 11 |
-
| **Public portal** | [HF Space](https://huggingface.co/spaces/lyffseba/xai) · [static](https://lyffseba-xai.static.hf.space) |
|
| 12 |
-
| **Full mirror** | [HF Dataset](https://huggingface.co/datasets/lyffseba/xai-studies) |
|
| 13 |
-
| **Verify once** | `make test` or `python3 studies/run.py test` → expect `✓ test passed` |
|
| 14 |
-
|
| 15 |
-
---
|
| 16 |
|
| 17 |
-
##
|
| 18 |
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
| **MSc** | [`dissertation/main.ipynb`](dissertation/main.ipynb) | Vinyl-cover genre CNN + Concept Whitening |
|
| 25 |
|
| 26 |
-
|
| 27 |
|
| 28 |
-
##
|
| 29 |
|
| 30 |
-
|
| 31 |
-
|
| 32 |
-
|
| 33 |
-
|
| 34 |
-
|
|
|
|
| 35 |
|
| 36 |
-
|
| 37 |
|
| 38 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 39 |
|
| 40 |
-
|
| 41 |
-
- **Kimi K3:** 2.8T · Stable LatentMoE 16/896 · KDA + AttnRes · vision/video · 1M ctx · active params **undisclosed** · weights ETA **2026-07-27**
|
| 42 |
|
| 43 |
-
-
|
|
|
|
| 44 |
|
| 45 |
-
##
|
| 46 |
|
| 47 |
-
|
|
| 48 |
|---|---|
|
| 49 |
-
| `make test` / `
|
| 50 |
-
|
|
| 51 |
-
| Read all markdown + vendored `reference/` | Hub / blog re-fetch |
|
| 52 |
|
| 53 |
-
|
|
|
|
| 1 |
# START HERE
|
| 2 |
|
| 3 |
+
**xai** = **explainable AI**. Offline. No pip. Python ≥ 3.10 stdlib.
|
| 4 |
|
| 5 |
+
## open
|
| 6 |
|
| 7 |
+
1. [index.html](index.html)
|
| 8 |
+
2. markdown under `studies/` · `dissertation/`
|
| 9 |
+
3. public portal: [spaces/lyffseba/xai](https://huggingface.co/spaces/lyffseba/xai)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
|
| 11 |
+
## prove it works
|
| 12 |
|
| 13 |
+
```
|
| 14 |
+
make test
|
| 15 |
+
# or
|
| 16 |
+
python3 studies/run.py test
|
| 17 |
+
```
|
|
|
|
| 18 |
|
| 19 |
+
→ `✓ test passed` (no network).
|
| 20 |
|
| 21 |
+
## study
|
| 22 |
|
| 23 |
+
| | path | why |
|
| 24 |
+
|---|---|---|
|
| 25 |
+
| Inkling | [studies/models/inkling/](studies/models/inkling/) | public weights + vendored transformers |
|
| 26 |
+
| Kimi K3 | [studies/models/kimi-k3/](studies/models/kimi-k3/) | live API + KDA; weights ~2026-07-27 |
|
| 27 |
+
| compare | [inkling-vs-kimi-k3](studies/shared/comparisons/inkling-vs-kimi-k3.md) | long-ctx / MoE bets |
|
| 28 |
+
| MSc | [dissertation/main.ipynb](dissertation/main.ipynb) | Concept Whitening |
|
| 29 |
|
| 30 |
+
## order (~1–2 days)
|
| 31 |
|
| 32 |
+
1. map — [STUDY.md](studies/STUDY.md) · [DASHBOARD](studies/derived/DASHBOARD.md) · [GLOSSARY](studies/shared/GLOSSARY.md)
|
| 33 |
+
2. Inkling — book `00` → SPEC → arch → `modular_inkling.py`
|
| 34 |
+
3. Kimi K3 — book `00` → SPEC → lineage → KDA → API → limits
|
| 35 |
+
4. compare again
|
| 36 |
+
5. dissertation when data is ready
|
| 37 |
|
| 38 |
+
## facts (do not invent)
|
|
|
|
| 39 |
|
| 40 |
+
- **Inkling:** ~975B / 41B · 6/256+2 · relative PE · SWA/global · image+audio · 1M
|
| 41 |
+
- **Kimi K3:** 2.8T · 16/896 · KDA+AttnRes · vision/video · 1M · active undisclosed · weights ETA 2026-07-27
|
| 42 |
|
| 43 |
+
## offline vs online
|
| 44 |
|
| 45 |
+
| offline | online |
|
| 46 |
|---|---|
|
| 47 |
+
| `make test` / `make check` | `make refresh MODEL=…` |
|
| 48 |
+
| read `reference/` | Hub / blog re-fetch |
|
|
|
|
| 49 |
|
| 50 |
+
[OFFLINE.md](OFFLINE.md) · mirrors: `make sync`
|