Cohere Transcribe Arabic is an open source release of a 2B parameter dedicated audio-in, text-out automatic speech recognition (ASR) model.
The optimized for Arabic and English, with a focus on Arabic dialect performance and Arabic-English code-switching.
Based on the
Cohere Transcribe
architecture.
audio waveform → log-Mel spectrogram. Audio is automatically resampled to 16kHz if necessary during preprocessing. Similarly, multi-channel (stereo) inputs are averaged to produce a single channel signal.
Output
transcribed text
Model
a large Conformer encoder extracts acoustic representations, followed by a lightweight Transformer decoder for token generation
Cohere Transcribe Arabic is supported natively in
transformers
. This is the recommended way to use the model for
offline inference. For online inference, see the vLLM integration example below.
from transformers import AutoProcessor, CohereAsrForConditionalGeneration
from transformers.audio_utils import load_audio
from huggingface_hub import hf_hub_download
processor = AutoProcessor.from_pretrained("CohereLabs/cohere-transcribe-arabic-07-2026")
model = CohereAsrForConditionalGeneration.from_pretrained("CohereLabs/cohere-transcribe-arabic-07-2026", device_map="auto")
# Example: transcribe Arabic audio
audio_file = "your_audio.wav"
audio = load_audio(audio_file, sampling_rate=16000)
inputs = processor(audio, sampling_rate=16000, return_tensors="pt", language="ar")
inputs.to(model.device, dtype=model.dtype)
outputs = model.generate(**inputs, max_new_tokens=256)
text = processor.decode(outputs, skip_special_tokens=True)
print(text)
Long-form transcription
For audio longer than the feature extractor's
max_audio_clip_s
, the feature extractor automatically splits the waveform into chunks.
The processor reassembles the per-chunk transcriptions using the returned
audio_chunk_index
.
Cohere Transcribe Arabic demonstrates strong transcription accuracy for Arabic and English. As a dedicated speech recognition model, it benefits from efficient inference via the Conformer encoder-decoder architecture.
Limitations
Single language.
The model performs best when remaining in-distribution of a single, pre-specified language. It does not feature explicit, automatic language detection and exhibits inconsistent performance on code-switched audio.
Timestamps/Speaker diarization.
The model does not feature either of these.
Silence.
Like most AED speech models, Cohere Transcibe Arabic is eager to transcribe, even non-speech sounds. The model benefits from prepending a noise gate or VAD (voice activity detection) model in order to prevent low-volume, floor noise from turning into hallucinations.
Model Card Contact
For errors or additional questions about details in this model card, contact
[email protected]
or raise an issue.
Terms of Use:
We hope that the release of this model will make community-based research efforts into Arabic speech more accessible. This model is governed by an Apache 2.0 license.
Runs of CohereLabs cohere-transcribe-arabic-07-2026 on huggingface.co
47.6K
Total runs
258
24-hour runs
1.0K
3-day runs
-3.6K
7-day runs
-3.6K
30-day runs
More Information About cohere-transcribe-arabic-07-2026 huggingface.co Model
More cohere-transcribe-arabic-07-2026 license Visit here:
cohere-transcribe-arabic-07-2026 huggingface.co is an AI model on huggingface.co that provides cohere-transcribe-arabic-07-2026's model effect (), which can be used instantly with this CohereLabs cohere-transcribe-arabic-07-2026 model. huggingface.co supports a free trial of the cohere-transcribe-arabic-07-2026 model, and also provides paid use of the cohere-transcribe-arabic-07-2026. Support call cohere-transcribe-arabic-07-2026 model through api, including Node.js, Python, http.
cohere-transcribe-arabic-07-2026 huggingface.co is an online trial and call api platform, which integrates cohere-transcribe-arabic-07-2026's modeling effects, including api services, and provides a free online trial of cohere-transcribe-arabic-07-2026, you can try cohere-transcribe-arabic-07-2026 online for free by clicking the link below.
CohereLabs cohere-transcribe-arabic-07-2026 online free url in huggingface.co:
cohere-transcribe-arabic-07-2026 is an open source model from GitHub that offers a free installation service, and any user can find cohere-transcribe-arabic-07-2026 on GitHub to install. At the same time, huggingface.co provides the effect of cohere-transcribe-arabic-07-2026 install, users can directly use cohere-transcribe-arabic-07-2026 installed effect in huggingface.co for debugging and trial. It also supports api for free installation.
cohere-transcribe-arabic-07-2026 install url in huggingface.co: