Skip to content

Commit e80b147

Browse files
gHashTaggHashTag
andauthored
docs: add HuggingFace datasets cross-links to README (#1069)
Per Niels Rogge feedback in #1063: surface the two HF datasets and the HF paper page (arXiv:2606.09686) in the main README so they are discoverable from the canonical entry point. GitHub remains primary source of truth; HF is a one-way mirror. Closes #1068 Co-authored-by: gHashTag <admin@t27.ai>
1 parent cedbeaf commit e80b147

2 files changed

Lines changed: 15 additions & 0 deletions

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,15 @@ inspectable artefacts at every step.
3838
commercial NPUs on TOPS or SDK breadth; we own the inspectable open silicon
3939
and formal / assurance corner. Benchmark policy: [`BENCHMARKS.md`](BENCHMARKS.md).
4040
- **CLARA traceability:** [`CLARA_TRACEABILITY.md`](CLARA_TRACEABILITY.md).
41+
## HuggingFace mirror
42+
43+
Discoverability mirror of the numeric corpus. GitHub remains the primary source of truth (one-way flow GitHub -> Zenodo -> Hugging Face).
44+
45+
- **Catalog dataset:** [playra/numeric-format-catalog](https://huggingface.co/datasets/playra/numeric-format-catalog) -- the 83-format SSOT
46+
- **Conformance packs:** [playra/numeric-conformance-packs](https://huggingface.co/datasets/playra/numeric-conformance-packs) -- bit-exact JSON vectors (10 configs across GF4..GF32 + phi-identity)
47+
- **Paper page:** [arXiv:2606.09686 on HF](https://huggingface.co/papers/2606.09686)
48+
49+
4150

4251
---
4352

docs/NOW.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
Last updated: 2026-06-13
44

5+
## docs-hf-cross-links -- add HuggingFace datasets section to README (Closes #1068)
6+
7+
- **WHERE** (docs only): adds an "HuggingFace mirror" section to `README.md`. Lists the two HF datasets (`playra/numeric-format-catalog`, `playra/numeric-conformance-packs`) and the HF paper page (arXiv:2606.09686). Stresses GitHub remains primary source of truth. No code, no specs, no `gen/` edits, no conformance JSON touched.
8+
- **Why**: per Niels Rogge feedback in #1063. Makes published artefacts discoverable from the canonical entry point. Closes #1068.
9+
- **Anchor**: phi^2 + phi^-2 = 3
10+
511
## fix-parser-bias-formula -- handle bias formulas in numeric format SSOT (Closes #1064)
612

713
- **WHERE** (codegen only): `tools/gen_formats_catalog.py` parser extended to handle bias formulas like `2^N-1` (gf512, gf1024) which were previously dropped on `int(s)` cast. No `specs/` edits, no `gen/` edits in this PR (codegen runs auto-regenerate on master post-merge). The fix raises live regen output from 81 to 83 rows, matching the SSOT raw-line count at HEAD `6ecad30`.

0 commit comments

Comments
 (0)