Automatic Speech Recognition
Transformers
Safetensors
PyTorch
arkasr
text-generation
speech
audio
multilingual
hotword
audio8
custom_code
Eval Results
Instructions to use Audio8/Audio8-ASR-0.1B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Audio8/Audio8-ASR-0.1B with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="Audio8/Audio8-ASR-0.1B", trust_remote_code=True)# Load model directly from transformers import AutoModelForCausalLM model = AutoModelForCausalLM.from_pretrained("Audio8/Audio8-ASR-0.1B", trust_remote_code=True, device_map="auto") - Notebooks
- Google Colab
- Kaggle
Report official Open ASR H200 results
Browse filesUpdate the seven public split WER values and add composite H200 RTFx from the reproducible HF Jobs evaluation.
- .eval_results/open_asr_leaderboard.yaml +22 -12
- README.md +18 -15
.eval_results/open_asr_leaderboard.yaml
CHANGED
|
@@ -2,7 +2,17 @@
|
|
| 2 |
id: hf-audio/open-asr-leaderboard
|
| 3 |
task_id: mean_wer
|
| 4 |
value: 7.03
|
| 5 |
-
date: '2026-07-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
source:
|
| 7 |
url: https://huggingface.co/datasets/hf-audio/open-asr-leaderboard
|
| 8 |
name: open-asr-leaderboard
|
|
@@ -11,8 +21,8 @@
|
|
| 11 |
- dataset:
|
| 12 |
id: hf-audio/open-asr-leaderboard
|
| 13 |
task_id: ami_wer
|
| 14 |
-
value:
|
| 15 |
-
date: '2026-07-
|
| 16 |
source:
|
| 17 |
url: https://huggingface.co/datasets/hf-audio/open-asr-leaderboard
|
| 18 |
name: open-asr-leaderboard
|
|
@@ -22,7 +32,7 @@
|
|
| 22 |
id: hf-audio/open-asr-leaderboard
|
| 23 |
task_id: earnings22_wer
|
| 24 |
value: 12.31
|
| 25 |
-
date: '2026-07-
|
| 26 |
source:
|
| 27 |
url: https://huggingface.co/datasets/hf-audio/open-asr-leaderboard
|
| 28 |
name: open-asr-leaderboard
|
|
@@ -31,8 +41,8 @@
|
|
| 31 |
- dataset:
|
| 32 |
id: hf-audio/open-asr-leaderboard
|
| 33 |
task_id: gigaspeech_wer
|
| 34 |
-
value: 8.
|
| 35 |
-
date: '2026-07-
|
| 36 |
source:
|
| 37 |
url: https://huggingface.co/datasets/hf-audio/open-asr-leaderboard
|
| 38 |
name: open-asr-leaderboard
|
|
@@ -42,7 +52,7 @@
|
|
| 42 |
id: hf-audio/open-asr-leaderboard
|
| 43 |
task_id: librispeech_clean_wer
|
| 44 |
value: 2.70
|
| 45 |
-
date: '2026-07-
|
| 46 |
source:
|
| 47 |
url: https://huggingface.co/datasets/hf-audio/open-asr-leaderboard
|
| 48 |
name: open-asr-leaderboard
|
|
@@ -51,8 +61,8 @@
|
|
| 51 |
- dataset:
|
| 52 |
id: hf-audio/open-asr-leaderboard
|
| 53 |
task_id: librispeech_other_wer
|
| 54 |
-
value: 6.
|
| 55 |
-
date: '2026-07-
|
| 56 |
source:
|
| 57 |
url: https://huggingface.co/datasets/hf-audio/open-asr-leaderboard
|
| 58 |
name: open-asr-leaderboard
|
|
@@ -62,7 +72,7 @@
|
|
| 62 |
id: hf-audio/open-asr-leaderboard
|
| 63 |
task_id: spgispeech_wer
|
| 64 |
value: 3.73
|
| 65 |
-
date: '2026-07-
|
| 66 |
source:
|
| 67 |
url: https://huggingface.co/datasets/hf-audio/open-asr-leaderboard
|
| 68 |
name: open-asr-leaderboard
|
|
@@ -71,8 +81,8 @@
|
|
| 71 |
- dataset:
|
| 72 |
id: hf-audio/open-asr-leaderboard
|
| 73 |
task_id: voxpopuli_wer
|
| 74 |
-
value: 4.
|
| 75 |
-
date: '2026-07-
|
| 76 |
source:
|
| 77 |
url: https://huggingface.co/datasets/hf-audio/open-asr-leaderboard
|
| 78 |
name: open-asr-leaderboard
|
|
|
|
| 2 |
id: hf-audio/open-asr-leaderboard
|
| 3 |
task_id: mean_wer
|
| 4 |
value: 7.03
|
| 5 |
+
date: '2026-07-14'
|
| 6 |
+
source:
|
| 7 |
+
url: https://huggingface.co/datasets/hf-audio/open-asr-leaderboard
|
| 8 |
+
name: open-asr-leaderboard
|
| 9 |
+
user: hf-audio
|
| 10 |
+
|
| 11 |
+
- dataset:
|
| 12 |
+
id: hf-audio/open-asr-leaderboard
|
| 13 |
+
task_id: rtfx
|
| 14 |
+
value: 741.15
|
| 15 |
+
date: '2026-07-14'
|
| 16 |
source:
|
| 17 |
url: https://huggingface.co/datasets/hf-audio/open-asr-leaderboard
|
| 18 |
name: open-asr-leaderboard
|
|
|
|
| 21 |
- dataset:
|
| 22 |
id: hf-audio/open-asr-leaderboard
|
| 23 |
task_id: ami_wer
|
| 24 |
+
value: 10.99
|
| 25 |
+
date: '2026-07-14'
|
| 26 |
source:
|
| 27 |
url: https://huggingface.co/datasets/hf-audio/open-asr-leaderboard
|
| 28 |
name: open-asr-leaderboard
|
|
|
|
| 32 |
id: hf-audio/open-asr-leaderboard
|
| 33 |
task_id: earnings22_wer
|
| 34 |
value: 12.31
|
| 35 |
+
date: '2026-07-14'
|
| 36 |
source:
|
| 37 |
url: https://huggingface.co/datasets/hf-audio/open-asr-leaderboard
|
| 38 |
name: open-asr-leaderboard
|
|
|
|
| 41 |
- dataset:
|
| 42 |
id: hf-audio/open-asr-leaderboard
|
| 43 |
task_id: gigaspeech_wer
|
| 44 |
+
value: 8.48
|
| 45 |
+
date: '2026-07-14'
|
| 46 |
source:
|
| 47 |
url: https://huggingface.co/datasets/hf-audio/open-asr-leaderboard
|
| 48 |
name: open-asr-leaderboard
|
|
|
|
| 52 |
id: hf-audio/open-asr-leaderboard
|
| 53 |
task_id: librispeech_clean_wer
|
| 54 |
value: 2.70
|
| 55 |
+
date: '2026-07-14'
|
| 56 |
source:
|
| 57 |
url: https://huggingface.co/datasets/hf-audio/open-asr-leaderboard
|
| 58 |
name: open-asr-leaderboard
|
|
|
|
| 61 |
- dataset:
|
| 62 |
id: hf-audio/open-asr-leaderboard
|
| 63 |
task_id: librispeech_other_wer
|
| 64 |
+
value: 6.59
|
| 65 |
+
date: '2026-07-14'
|
| 66 |
source:
|
| 67 |
url: https://huggingface.co/datasets/hf-audio/open-asr-leaderboard
|
| 68 |
name: open-asr-leaderboard
|
|
|
|
| 72 |
id: hf-audio/open-asr-leaderboard
|
| 73 |
task_id: spgispeech_wer
|
| 74 |
value: 3.73
|
| 75 |
+
date: '2026-07-14'
|
| 76 |
source:
|
| 77 |
url: https://huggingface.co/datasets/hf-audio/open-asr-leaderboard
|
| 78 |
name: open-asr-leaderboard
|
|
|
|
| 81 |
- dataset:
|
| 82 |
id: hf-audio/open-asr-leaderboard
|
| 83 |
task_id: voxpopuli_wer
|
| 84 |
+
value: 4.39
|
| 85 |
+
date: '2026-07-14'
|
| 86 |
source:
|
| 87 |
url: https://huggingface.co/datasets/hf-audio/open-asr-leaderboard
|
| 88 |
name: open-asr-leaderboard
|
README.md
CHANGED
|
@@ -54,25 +54,28 @@ peak runtime memory footprint, depending on device, iOS version, and workload.
|
|
| 54 |
|
| 55 |
## Evaluation Results
|
| 56 |
|
| 57 |
-
| Evaluation suite | Dataset / split | Language | Metric | Score (%) |
|
| 58 |
-
| --- | --- | :---: | :---: | ---: |
|
| 59 |
-
| Open ASR Leaderboard | AMI Cleaned | EN | WER |
|
| 60 |
-
| Open ASR Leaderboard | Earnings22 | EN | WER | 12.31 |
|
| 61 |
-
| Open ASR Leaderboard | GigaSpeech Cleaned | EN | WER | 8.
|
| 62 |
-
| Open ASR Leaderboard | LibriSpeech test.clean | EN | WER | 2.70 |
|
| 63 |
-
| Open ASR Leaderboard | LibriSpeech test.other | EN | WER | 6.
|
| 64 |
-
| Open ASR Leaderboard | SPGISpeech | EN | WER | 3.73 |
|
| 65 |
-
| Open ASR Leaderboard | VoxPopuli Cleaned AA | EN | WER | 4.
|
| 66 |
-
| **Open ASR Leaderboard** | **Seven-split mean** | **EN** | **WER** | **7.03** |
|
| 67 |
-
| Internal canonical ASR eval | WenetSpeech meeting | ZH | CER | 8.842 |
|
| 68 |
-
| Internal canonical ASR eval | WenetSpeech net | ZH | CER | 7.976 |
|
| 69 |
|
| 70 |
The Open ASR results use the seven current public splits from
|
| 71 |
[`hf-audio/open-asr-leaderboard`](https://huggingface.co/datasets/hf-audio/open-asr-leaderboard)
|
| 72 |
at dataset revision `b6bdcd0beb34f8975dc659796176d88f43aff502`. They were
|
| 73 |
-
measured with the standalone Transformers package
|
| 74 |
-
|
| 75 |
-
audio cap.
|
|
|
|
|
|
|
|
|
|
| 76 |
`.eval_results/open_asr_leaderboard.yaml`.
|
| 77 |
|
| 78 |
The internal canonical WenetSpeech results come from the reproducibility-checked
|
|
|
|
| 54 |
|
| 55 |
## Evaluation Results
|
| 56 |
|
| 57 |
+
| Evaluation suite | Dataset / split | Language | Metric | Score (%) | H200 RTFx |
|
| 58 |
+
| --- | --- | :---: | :---: | ---: | ---: |
|
| 59 |
+
| Open ASR Leaderboard | AMI Cleaned | EN | WER | 10.99 | 396.91 |
|
| 60 |
+
| Open ASR Leaderboard | Earnings22 | EN | WER | 12.31 | 654.17 |
|
| 61 |
+
| Open ASR Leaderboard | GigaSpeech Cleaned | EN | WER | 8.48 | 641.19 |
|
| 62 |
+
| Open ASR Leaderboard | LibriSpeech test.clean | EN | WER | 2.70 | 687.84 |
|
| 63 |
+
| Open ASR Leaderboard | LibriSpeech test.other | EN | WER | 6.59 | 610.52 |
|
| 64 |
+
| Open ASR Leaderboard | SPGISpeech | EN | WER | 3.73 | 870.32 |
|
| 65 |
+
| Open ASR Leaderboard | VoxPopuli Cleaned AA | EN | WER | 4.39 | 686.14 |
|
| 66 |
+
| **Open ASR Leaderboard** | **Seven-split mean / composite** | **EN** | **WER / RTFx** | **7.03** | **741.15** |
|
| 67 |
+
| Internal canonical ASR eval | WenetSpeech meeting | ZH | CER | 8.842 | - |
|
| 68 |
+
| Internal canonical ASR eval | WenetSpeech net | ZH | CER | 7.976 | - |
|
| 69 |
|
| 70 |
The Open ASR results use the seven current public splits from
|
| 71 |
[`hf-audio/open-asr-leaderboard`](https://huggingface.co/datasets/hf-audio/open-asr-leaderboard)
|
| 72 |
at dataset revision `b6bdcd0beb34f8975dc659796176d88f43aff502`. They were
|
| 73 |
+
measured with the standalone Transformers package on standardized H200 Hugging
|
| 74 |
+
Face Jobs using BF16, eager attention, greedy decoding, `max_new_tokens=256`,
|
| 75 |
+
and the documented 30-second audio cap. Per-split batch sizes were 1152, 1024,
|
| 76 |
+
1408, 1024, 1024, 2048, and 628. Raw manifests are stored in
|
| 77 |
+
`hf://buckets/AutoArk-AI/audio8-asr-open-asr-results`, and the corresponding
|
| 78 |
+
machine-readable results are provided in
|
| 79 |
`.eval_results/open_asr_leaderboard.yaml`.
|
| 80 |
|
| 81 |
The internal canonical WenetSpeech results come from the reproducibility-checked
|