Cohere releases 2B parameter Arabic speech recognition model with 25.9% average WER
Cohere and Cohere Labs released Cohere Transcribe Arabic, a 2B parameter automatic speech recognition model optimized for Arabic dialects and Arabic-English code-switching. The open-source model achieves a 25.9% average word error rate across major Arabic ASR benchmarks, outperforming models up to 30B parameters.
Cohere releases 2B parameter Arabic speech recognition model with 25.9% average WER
Cohere and Cohere Labs released Cohere Transcribe Arabic, a 2B parameter automatic speech recognition (ASR) model optimized for Arabic dialects and Arabic-English code-switching. The model tops the Open Universal Arabic ASR Leaderboard with a 25.87% average word error rate (WER) and 11.80% character error rate (CER).
Architecture and capabilities
The model uses a Conformer-based encoder-decoder architecture. A large Conformer encoder extracts acoustic representations from audio input, followed by a lightweight Transformer decoder for text generation. Audio inputs are automatically resampled to 16kHz and converted to log-Mel spectrograms during preprocessing.
Cohere Transcribe Arabic supports both Arabic and English transcription. For long-form audio, the feature extractor automatically segments waveforms into chunks, with the processor reassembling transcriptions using audio chunk indices.
Benchmark performance
According to Cohere, the model achieves the following WER scores across Arabic ASR benchmarks:
- SADA: 37.47%
- Common Voice: 5.82%
- MASC clean: 19.60%
- MASC noisy: 27.07%
- MGB-2: 15.54%
- Casablanca: 49.71%
The model outperforms larger competitors including OmniASR LLM 7B (28.32% average WER), Qwen3-Omni 30B (30.71% average WER), and Whisper Large v3 (36.86% average WER).
Integration and deployment
The model is natively supported in Transformers 5.4.0+ and available under Apache 2.0 license. For production deployment, Cohere recommends using vLLM 0.19.0 for serving.
Cohere provides code examples for single-file transcription, long-form audio processing, and vLLM server setup. The model requires the processor to specify language ("ar" or "en") during inference.
Limitations
Cohere notes the model performs best with single-language audio and lacks automatic language detection. Performance on code-switched audio is inconsistent. The model does not support timestamps or speaker diarization. Like most audio encoder-decoder models, it may hallucinate transcriptions for non-speech audio without a voice activity detection preprocessor.
What this means
This release provides the first competitive open-source ASR model specifically optimized for Arabic dialects, an underserved segment in speech recognition. The 2B parameter count makes it deployable on consumer hardware while matching or exceeding models 15x larger. The Apache 2.0 license enables commercial use without restrictions, potentially accelerating Arabic speech applications in regions where proprietary APIs have limited availability or high costs.
Related Articles
OpenAI Halts Parts of Astra Model Development After It Hit 'Critical' Cybersecurity Threshold
OpenAI disclosed that its in-development Astra model showed cyberattack capabilities strong enough that it cannot rule out a 'Critical' risk classification. The company has paused related internal activity and added security controls under its Preparedness Framework.
Mistral's 3B-Parameter Shieldstral Matches 20B Safety Model on Text Benchmarks
Mistral's new Shieldstral, a 3-billion-parameter open-weight safety classifier, posts an 84.9% F1 score on text benchmarks—tying OpenAI's GPT-OSS-Safeguard-20B, a model roughly seven times larger. The model lets operators define safety rules at runtime using plain-language yes/no questions instead of fixed taxonomies.
Mistral AI Releases Shieldstral-1.0-3B, a 3B-Parameter Policy-Adaptive Safety Classifier
Mistral AI has released Shieldstral-1.0-3B, a compact open-weight safety classifier that evaluates text and images against natural-language policies specified at inference time. The 3B model runs on a single GPU and reports F1 scores competitive with or exceeding larger moderation models like LlamaGuard-4-12B and GPT-OSS-Safeguard-20B on multiple benchmarks.
Black Forest Labs Launches FLUX 3 Video, Claims It Beats Seedance 2.0 on Elo Rankings
Black Forest Labs has made FLUX 3 Video generally available via its API, offering up to 20-second HD/Full HD clips with native audio and lip-sync in 14+ languages. The company claims its internal Elo benchmarks put the model ahead of Seedance 2.0, Gemini Omni Flash, and Minimax H3.
Comments
Loading...