🎙️ ASR — Kabyle & Multilingual
Backends: Sunbird Whisper (Kabyle-optimized) · Dolphin ASR (native, GPU, beam search + timestamps) · Dolphin ONNX (fast, CPU, greedy, no timestamps)
ASR Backend
Sample from audio/
1 30
Language: Forced Kabyle | Hardware: ZeroGPU
Segments
Tip: Add .wav / .mp3 / .flac / .ogg / .m4a files to the audio/ folder
in this Space repo and restart to see them as pickable samples.
Backends at a glance
- Sunbird Whisper — Kabyle-optimized, GPU, chunked long-form with timestamps.
- Dolphin (native) — 40+ languages, GPU, beam search, timestamps, region selection.
- Dolphin (ONNX) — same 40+ languages, runs on CPU, greedy decoding, plain text only (no timestamps) — good for a quick side-by-side check without waiting on GPU.