model releaseCohere

Cohere releases 2B parameter Arabic speech recognition model with 25.9% average WER

TL;DR

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.

2 min read
0

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

model release

Meta stock surges 15% as company releases Muse Spark 1.1 agentic model and Muse Image generator

Meta's stock surged 15% this week following the release of two AI models: Muse Spark 1.1 for agentic and coding workloads on Thursday, and Muse Image for image generation on Tuesday. The releases come three months after Meta introduced its first foundation model, Muse Spark, as the company competes with OpenAI, Anthropic, and Google.

model release

OpenAI releases GPT-5.6 in three versions as COO Fidji Simo departs after 11 months

OpenAI released GPT-5.6 Thursday in three versions—Luna, Terra, and Sol—with Sol claiming benchmark wins over Anthropic's Claude Fable on coding tasks. The launch coincides with COO Fidji Simo's departure less than a year after joining, citing worsening health issues.

model release

OpenAI releases GPT-5.6 with three model variants, claims 80-point Coding Agent Index score for Sol

OpenAI released GPT-5.6 in three variants: Sol ($5 input/$30 output per 1M tokens), Terra ($2.50/$15), and Luna ($1/$6). According to OpenAI, Sol achieves an 80-point score on the Artificial Analysis Coding Agent Index, 2.8 points above Anthropic's Fable 5, while using less than half the output tokens and costing one-third less.

model release

OpenAI announces GPT-5.6 with three models (Sol, Terra, Luna) and ChatGPT Work agent tool

OpenAI released GPT-5.6 in three model tiers—Sol (flagship reasoning), Terra (mainstream), and Luna (instant)—positioning them against Anthropic's Claude models. The company claims GPT-5.6 Sol scores 53.6 on Agents' Last Exam, 13.1 points above Claude Fable 5, while completing tasks 61% faster. ChatGPT Work, a desktop productivity agent similar to Claude Cowork, launches simultaneously for Pro, Enterprise, and Edu users.

Comments

Loading...