Automatic Speech Recognition
Transformers
Safetensors
PyTorch
arkasr
text-generation
speech
audio
vllm
ark-asr
custom_code
Eval Results
Instructions to use Audio8/ARK-ASR-3B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Audio8/ARK-ASR-3B with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="Audio8/ARK-ASR-3B", trust_remote_code=True)# Load model directly from transformers import AutoModelForCausalLM model = AutoModelForCausalLM.from_pretrained("Audio8/ARK-ASR-3B", trust_remote_code=True, device_map="auto") - Notebooks
- Google Colab
- Kaggle
AutoArk-AI commited on
Commit ·
1e28271
1
Parent(s): 3f7ab48
Recompute mean WER after TEDLIUM result
Browse files
.eval_results/open_asr_leaderboard.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
- dataset:
|
| 2 |
id: hf-audio/open-asr-leaderboard
|
| 3 |
task_id: mean_wer
|
| 4 |
-
value:
|
| 5 |
date: '2026-06-23'
|
| 6 |
source:
|
| 7 |
url: https://huggingface.co/datasets/hf-audio/open-asr-leaderboard
|
|
|
|
| 1 |
- dataset:
|
| 2 |
id: hf-audio/open-asr-leaderboard
|
| 3 |
task_id: mean_wer
|
| 4 |
+
value: 4.76
|
| 5 |
date: '2026-06-23'
|
| 6 |
source:
|
| 7 |
url: https://huggingface.co/datasets/hf-audio/open-asr-leaderboard
|