Automatic Speech Recognition
Transformers
Safetensors
cohere_asr
audio
hf-asr-leaderboard
speech-recognition
transcription
custom_code
Eval Results
Instructions to use CohereLabs/cohere-transcribe-03-2026 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use CohereLabs/cohere-transcribe-03-2026 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="CohereLabs/cohere-transcribe-03-2026", trust_remote_code=True)# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("CohereLabs/cohere-transcribe-03-2026", trust_remote_code=True) model = AutoModelForSpeechSeq2Seq.from_pretrained("CohereLabs/cohere-transcribe-03-2026", trust_remote_code=True) - Notebooks
- Google Colab
- Kaggle
Can Cohere somehow handle punctuation and capitalization on chunk boundaries?
#39 opened 26 days ago
by
nenad1002
No guidance words or initial prompt?
2
#32 opened about 2 months ago
by
maximbroos
whisper.cpp-like engine
ππ₯ 1
2
#30 opened about 2 months ago
by
cstr
Auto language detection ?
β€οΈ 1
2
#29 opened about 2 months ago
by
Kwan0
Garbage output from transcribe method
10
#28 opened about 2 months ago
by
svennslu
Greek letter "Ο" is missing.
1
#25 opened about 2 months ago
by
vahanAI
Include filler words e.g. uhm, uh in final transcript
1
#21 opened 2 months ago
by
bihungba1101
Segmentation Fault in cohere-transcribe Model with vLLM Audio Transcription
2
#20 opened 2 months ago
by
kunalchamoli
Model is great but without timestampts at words level ?
π 2
8
#19 opened 2 months ago
by
repjhonblow
Arabic transcription quality and dialect handling in production
#17 opened 2 months ago
by
O96a
server api + docker
#16 opened 2 months ago
by
rvsh
Disapointing Persian Support
#15 opened 2 months ago
by
devops724
Installation Video and Testing - Step by Step
#14 opened 2 months ago
by
fahdmirzac
pipeline_detokenization on Windows
π 1
1
#13 opened 2 months ago
by
Anthonyy232
Fine tuning code availability ?
π₯β 26
1
#9 opened 2 months ago
by
sbesnard
Transcription in 5 Lines of Code β Zero-Infrastructure Alternative via NexaAPI
π 1
#8 opened 2 months ago
by
nickyni
onnx version available
π 2
3
#7 opened 2 months ago
by
eschmidbauer
Command-R series?
#5 opened 2 months ago
by
MetaphoricalCode