Skip to content

Commit 79c4649

Browse files
author
Atome LM Team
committed
README: add Quick links block — paper, honest results, live demo, home
The website was already linked from the MCU-status paragraph and the license section, but only as a commercial pointer, not as a "here is how to see the model run right now" link. Add a Quick-links block near the top with PAPER.md, HONEST_RESULTS.md, the in-browser demo at atomelm.com/demo.html, and the project home. Also clarify "Get the kit" — weights are bundled, so a fresh clone can run the 944K checkpoint immediately without training first.
1 parent 4d814fa commit 79c4649

1 file changed

Lines changed: 11 additions & 3 deletions

File tree

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,17 @@ and a byte tokenizer at super-tiny scale
1515
ternary export → base-3 packing → C99 inference path, with bit-exact
1616
Python ↔ C parity enforced by tests.
1717

18-
**Get the kit:** training code, C engine, benchmarks, paper — all in this
19-
repository, released under the [Apache 2.0 License](LICENSE). Train your
20-
own checkpoint with `scripts/train_demo.py` in ~30 min on a CPU.
18+
**Quick links:**
19+
- 📄 Architecture writeup: [`PAPER.md`](PAPER.md)
20+
- 🔬 Honest results, including the 944 K reversal: [`HONEST_RESULTS.md`](HONEST_RESULTS.md)
21+
- 🌐 Live in-browser demo (no install): [atomelm.com/demo.html](https://atomelm.com/demo.html)
22+
- 🏠 Project home: [atomelm.com](https://atomelm.com)
23+
24+
**Get the kit:** training code, C engine, benchmarks, paper, and trained
25+
weights — all in this repository, released under the
26+
[Apache 2.0 License](LICENSE). Train your own checkpoint with
27+
`scripts/train_demo.py` in ~30 min on a CPU, or run the bundled 944 K
28+
checkpoint immediately.
2129

2230
**MCU status:** QEMU ARM (Cortex-M3, MPS2-AN385) parity passes to FP32
2331
epsilon. **Silicon bring-up is not done in this repository.** For real

0 commit comments

Comments
 (0)