Scale the corpus
enwik8/enwik9 tests with vocabulary pressure, sideband cost, speed, memory and failure modes.
Rare1 separates rare or singleton token IDs into a sideband while preserving exact reconstruction. The purpose is structural: test whether reducing common-vocabulary pressure makes downstream streams easier to inspect or predict.
These are reproducible experiment notes, not a claim that Rare1 replaces BPE, SentencePiece, zstd or production tokenizers.
| Area | Status | Meaning |
|---|---|---|
| DUMB / Redumb u32 roundtrip | PASS | Encoded streams can be reconstructed exactly in the current validation setup. |
| Rare1 ID reconstruction | PASS | Rare-token sideband reconstruction works on the current RFC corpus target. |
| Tiny TCN benchmark | INITIAL | Useful benchmark context; not a final performance or tokenizer claim. |
In the controlled enwik7 tiny-TCN comparison, the same active vocabulary was used for the tested paths.
Observed under the documented tiny-TCN configuration, with exact ID-stream reconstruction.
The comparison baseline for that specific benchmark, not a universal tokenizer ranking.
Scale, compare and measure the costs that a ratio alone hides.
enwik8/enwik9 tests with vocabulary pressure, sideband cost, speed, memory and failure modes.
BPE and Unigram comparisons across token count, vocabulary, exactness, speed and memory.
ARM, edge and local AI measurements where bandwidth and memory matter more than raw storage.