Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -11,6 +11,9 @@ tags:
|
|
| 11 |
- whisper
|
| 12 |
- local-ai
|
| 13 |
pretty_name: Sovereign ASR Bench (RTX 5090)
|
|
|
|
|
|
|
|
|
|
| 14 |
---
|
| 15 |
|
| 16 |
# Sovereign ASR Bench — RTX 5090
|
|
@@ -19,7 +22,7 @@ Local, self-hosted **automatic speech recognition** benchmarks on one RTX 5090 3
|
|
| 19 |
Part of the WITCHEER local-AI rig. Methodology that matters: **load-once** measurement (so
|
| 20 |
RTFx times transcription, not model load), **one shared text normalizer** applied to every
|
| 21 |
model output *and* reference, and **micro-averaged WER** (total errors / total reference
|
| 22 |
-
words — the LibriSpeech standard).
|
| 23 |
|
| 24 |
## Board — LibriSpeech (test-clean / test-other), 200 utts/split, load-once
|
| 25 |
|
|
@@ -29,10 +32,11 @@ words — the LibriSpeech standard).
|
|
| 29 |
| whisper-large-v3 | 1.55B | attention enc-dec | 1.47% | 5.96% | 53× | 4.6 GB |
|
| 30 |
| whisper-large-v3-turbo | 809M | attention enc-dec | 1.42% | 6.26% | 117× | 2.5 GB |
|
| 31 |
|
|
|
|
|
|
|
| 32 |
Clean read speech is a three-way tie (saturated). On the **noisy** split the 0.6B Parakeet
|
| 33 |
**transducer** wins on WER **and** runs 4–9× faster on the least VRAM — the smallest model is
|
| 34 |
-
the most noise-robust. Full writeup + mechanism in [`asr-head-to-head.md`](./asr-head-to-head.md)
|
| 35 |
-
chart in `asr-head-to-head.png`.
|
| 36 |
|
| 37 |
## Method
|
| 38 |
|
|
|
|
| 11 |
- whisper
|
| 12 |
- local-ai
|
| 13 |
pretty_name: Sovereign ASR Bench (RTX 5090)
|
| 14 |
+
configs:
|
| 15 |
+
- config_name: default
|
| 16 |
+
data_files: board.csv
|
| 17 |
---
|
| 18 |
|
| 19 |
# Sovereign ASR Bench — RTX 5090
|
|
|
|
| 22 |
Part of the WITCHEER local-AI rig. Methodology that matters: **load-once** measurement (so
|
| 23 |
RTFx times transcription, not model load), **one shared text normalizer** applied to every
|
| 24 |
model output *and* reference, and **micro-averaged WER** (total errors / total reference
|
| 25 |
+
words — the LibriSpeech standard). The board lives as data in `board.csv` (shown in the viewer).
|
| 26 |
|
| 27 |
## Board — LibriSpeech (test-clean / test-other), 200 utts/split, load-once
|
| 28 |
|
|
|
|
| 32 |
| whisper-large-v3 | 1.55B | attention enc-dec | 1.47% | 5.96% | 53× | 4.6 GB |
|
| 33 |
| whisper-large-v3-turbo | 809M | attention enc-dec | 1.42% | 6.26% | 117× | 2.5 GB |
|
| 34 |
|
| 35 |
+

|
| 36 |
+
|
| 37 |
Clean read speech is a three-way tie (saturated). On the **noisy** split the 0.6B Parakeet
|
| 38 |
**transducer** wins on WER **and** runs 4–9× faster on the least VRAM — the smallest model is
|
| 39 |
+
the most noise-robust. Full writeup + mechanism in [`asr-head-to-head.md`](./asr-head-to-head.md).
|
|
|
|
| 40 |
|
| 41 |
## Method
|
| 42 |
|