QUARTZ.HOST HuggingFace
New flagship release — tokenizer family · QT.VII.1.8 · 2026

Generation VII.

Ensemble · Overture · Prelude — three tokenizers for a zero-sum world.

A tiered family of byte-level BPE tokenizers built for the fundamental realities of modern language-model training. Vocabulary capacity is a zero-sum macroeconomic space: every slot given to Amharic is a slot taken from Python. We refuse to ship one dishonest compromise — so we ship three deliberate budgets.

Supersedes the QT.VI.6.4-49k generation · legacy 64K conversational prose: qt-VI.3.5-64k

QT VII, sectioned by vocabulary budget
0FLORES languages, zero script collapses (Ensemble)
0vocabulary budgets — 129K · 96K · 64K
0embedding VRAM — Overture vs the 129K tier
0fewer Amharic tokens than Llama 3.2
01
The zero-sum boundary

Vocabulary is a zero-sum economy.

Supporting 204 global languages, dense programming syntax and scientific mathematics at the same time pushes Byte-Pair Encoding into a hard boundary: a point where data quality can no longer compensate for spatial scarcity. A tokenizer’s vocabulary is a fixed parameter budget, and every slot within it is fiercely contested.

Once the training corpus is perfectly balanced and the merge algorithm fully optimised, universal tokenisation stops being a data problem and becomes pure arithmetic. The choice between Ensemble (129K), Overture (96K) and Prelude (64K) is a choice between minimising static embedding memory and maximising cross-domain sequence compression.

Interactive — vocabulary macroeconomics

Allocate the 129K budget yourself.

129,000 slots · budget locked

Drag the diamond dividers — or focus them and use the arrow keys. The budget never grows.

DomainAllocationSlotsCapacityStatus
Projected cost · Amharic sample 54,354 tokens · Ensemble baseline 54,354 · Llama 3.2 actual 207,122
Projected cost · Python corpus 30,809 tokens · Ensemble baseline 30,809 · Llama 3.2 actual 30,528
Verdict

Profiles:
02
The flagship release

Three budgets. Three instruments.

Generation VII supersedes the QT.VI line. Each artifact lives in its own subfolder of the same repository and loads with a single AutoTokenizer.from_pretrained(..., subfolder=...) call — pick the budget that matches your parameter class.

Core sample — vocabulary by depth

Stratum thickness ∝ vocabulary size. Select a layer to inspect it.

03
Internal benchmarking

Domain competency, honestly scored.

Scored from rigorous internal benchmarking against frontier commercial tokenizers.

04
Evidence

The benchmark artifacts.

We ran the maths across three primary evaluation suites. Every figure ships with its raw data — open a table and check our work.

FIG. 01

TokenizerBench Multi-Domain Summary

TokenizerBench compression density: total tokens required (log scale) across Bash, programming languages, human languages and scientific formulas for six tokenizers
Cross-domain parity: Ensemble and Overture stay flat and highly compressed across Bash, programming languages, human languages and scientific formulas. The axis shows total tokens required (log scale) — shorter bars indicate superior compression.

Higher Chr/Tok = better compression. Violet = category winner.

FIG. 02

Python Code Compression — Parquet Suite

Python code compression density on the Parquet suite: total tokens required for six tokenizers, shorter bars indicating superior compression
The generational leap: Prelude (64K) cuts sequence length by 19.3% versus the legacy VI.3 on pure Python, while Ensemble statistically ties DeepSeek V4 — with vastly superior regional script coverage. Corpus: 164 samples · 3,689 lines · 103,724 characters.

Lower total tokens = better compression. Violet = best-in-class.

FIG. 03

FLORES-200 Regional Script Health

FLORES-200 multilingual compression across regional script families: token totals per language for six tokenizers, shorter bars indicating superior compression
The visual proof of the zero-sum boundary. On European and global scripts all models perform well — but the commercial baselines suffer exponential spikes on regional scripts (Amharic, Georgian, Armenian, Kannada) from zero-coverage byte-fallback. The QT builds hold complete structural health.

Lower token count = better compression (fewer byte-fallbacks). Violet = fewest tokens in row. Shaded columns = QT family.

05
Field guide

Choose your tokenizer.

Because tokenizer capacity is a zero-sum space, no single artifact is perfect for every use case. “We believe in being intellectually honest with the developer community about where our artifacts win — and where you are better off using something else.”

01
QT.VII.1.8.Plus Ensemble · 129KFrontier 8B–70B+

The definitive choice for frontier models requiring universal language support. Use this if your model must support all 204 FLORES languages with zero script collapses while maintaining top-tier Python and programming compression. It leads the QT family in human-language compression and statistically ties DeepSeek V4 on Python code.

02
QT.VII.1.8.Mini Overture · 96KSLM 1B–8B

The Goldilocks zone for mid-tier small language models. If code is required, we recommend Overture for 90% of SLM use-cases: it slashes embedding VRAM requirements by 25.7% compared to 129K models, keeps sequence expansion for code under 1.5%, and maintains complete multilingual health.

03
QT.VII.1.8.Micro Prelude · 64KMicro ≤1B

The strict requirement for micro-models. Do the maths: an untied 129K vocabulary eats over half the parameter budget of a 1B model — Prelude slashes that bloat while keeping code density remarkably tight for agentic and terminal use, improving pure code density by over 19% compared to our legacy 64K build.

04
DeepSeek V4-Flash Third-party · 129K

Highly recommended for high-resource, main-language models. If your project strictly targets major global languages (English, Chinese, Arabic, Russian) and code — and does not need regional scripts like Amharic or Odia, which it drops — this tokenizer is exceptionally well-balanced.

05
Meta Llama 3.2 Third-party · 128K

The optimal choice for western, English-centric code projects. Llama 3 heavily optimises for Western code formats but sacrifices regional and non-Latin script health to do so, resulting in severe byte-fallbacks in Asian and African languages.

06
QT.VI.3 Legacy · 64K

If your project is strictly a multilingual conversational assistant rather than a coding assistant for terminal use, we advise our legacy VI.3 build. It retains the highest human prose density at the 64K tier.

06
Implementation

Load a tier in four lines.

A tokenizer-only repository — no model weights are included, and trust_remote_code=True is not required: the full pipeline, including the code- and math-oriented pre-tokenization rules, is serialized in each tokenizer.json.

JamesQuartz/QT-VII-Tokenizer-Family/
├── qt_VII_Plus_129k/   # Ensemble — tokenizer.json · vocab.json · merges.txt · tokenizer_config.json · chat_template.jinja
├── qt_VII_Mini_96k/    # Overture — same artifact set
├── qt_VII_Micro_64k/   # Prelude  — same artifact set
└── benchmark_charts/   # the three figures rendered on this page
python — transformers

    
python — tokenizers · local clone

    
§
Citation & credits

Cite this work.

If you use any of the QT Generation VII tokenizers in your research or project, please cite the release.

bibtex
@software{quartz_qtvii_2026,
  author = {Downey, James},
  title  = {QT Generation VII Tokenizer Family: Ensemble, Overture \& Prelude},
  year   = {2026},
  url    = {https://huggingface.co/JamesQuartz/QT-VII-Tokenizer-Family}
}
Acknowledgements
KiteFishAI
For the comprehensive TokenizerBench suite — the foundational multi-domain evaluations for Bash, programming languages, human languages and scientific formulas.
Meta AI · NLLB Team
For the FLORES-200 dataset — the gold standard for global multilingual script health, used to stress-test regional byte-fallback boundaries across 200+ languages.
The open-source community
Including OpenAI and Google, for the underlying Python coding datasets (HumanEval / MBPP formatted parquet materials) used to push our Python compression benchmarks to the limit.