Skip to content

docs: one source for the numbers, and fix which whisper build is default - #3

Merged
meocong merged 1 commit into
masterfrom
docs/one-source-for-the-numbers
Aug 13, 2026
Merged

docs: one source for the numbers, and fix which whisper build is default#3
meocong merged 1 commit into
masterfrom
docs/one-source-for-the-numbers

Conversation

@meocong

@meocong meocong commented Aug 13, 2026

Copy link
Copy Markdown
Contributor

The typed tables had already drifted

Every model README stated its metrics twice — a hand-written table, and the generated facts block
below it. Only the second is rewritten from the registry. After summo-registry#2 moved gipformer's
Vietnamese WER to 8.5 %, the same file said both:

| Quality — WER (Fleurs VI) | 2.41% |      <- typed, stale
| Chất lượng · wer_fleurs_vi | 0.085 |     <- generated, current

The typed tables are deleted from all eight READMEs. scripts/readme.py --check passes.

int8 was labelled whisper-tiny's default variant

It is not, and it should not be. 100 FLEURS vi clips, same runtime and machine:

Variant WER RTF 4t RTF 8t Size
fp32 67.6 % 0.137 0.116 146 MB
int8 81.3 % 0.138 0.120 99 MB

Same speed, 13.7 points worse. variant::choose already ranks fp32 first and falls back to int8
only when memory forces it; the README now agrees with the code, and explains why — on the encoder
alone int8 is 1.24× faster, and the autoregressive decoder gives it all back.

🤖 Generated with Claude Code

…r build is default

Every model README carried its numbers twice: once in a table somebody typed, once in the generated
`facts` block below it. The generated one is rewritten from the registry; the typed one is not, and
it drifted exactly as the script's own docstring predicted — after the registry moved gipformer's
Vietnamese WER to 8.5 %, the prose above still said 2.41 % in both languages, in the same file.

The typed tables are removed. Facts about the artefact come from the manifest, and the prose keeps
what no manifest can state: why the model is in the product.

`whisper-tiny`'s README also called int8 "the default variant". It is not, and the measurement says
it should not be: on 100 FLEURS clips the two builds are the same speed and int8 is 13.7 WER points
worse, so `variant::choose` prefers fp32 and drops to int8 only when memory forces it. The README
now says that, with the numbers and the reason the encoder-vs-decoder split produces them.
@meocong
meocong merged commit c668cd6 into master Aug 13, 2026
8 checks passed
@meocong
meocong deleted the docs/one-source-for-the-numbers branch August 13, 2026 12:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant