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, device_map="auto") - Inference
- Notebooks
- Google Colab
- Kaggle
Request: Fine-tuned / Specialized Japanese model
#45 opened 12 days ago
by
pface35
Prompt engineering for word boosting
#43 opened about 2 months ago
by
syafie-nzm
Fine-tuning for Punjabi (Gurmukhi). Looking for guidance
#42 opened about 2 months ago
by
jssaluja
Can Cohere somehow handle punctuation and capitalization on chunk boundaries?
#39 opened 3 months ago
by
nenad1002
No guidance words or initial prompt?
2
#32 opened 4 months ago
by
maximbroos
whisper.cpp-like engine
🚀🔥 1
2
#30 opened 4 months ago
by
cstr
Auto language detection ?
❤️ 1
3
#29 opened 4 months ago
by
Kwan0
Garbage output from transcribe method
10
#28 opened 4 months ago
by
svennslu
Greek letter "ς" is missing.
1
#25 opened 4 months ago
by
vahanAI
Include filler words e.g. uhm, uh in final transcript
1
#21 opened 4 months ago
by
bihungba1101
Segmentation Fault in cohere-transcribe Model with vLLM Audio Transcription
😔 1
2
#20 opened 4 months ago
by
kunalchamoli
Model is great but without timestampts at words level ?
👍 2
11
#19 opened 4 months ago
by
repjhonblow
Arabic transcription quality and dialect handling in production
#17 opened 4 months ago
by
O96a
server api + docker
#16 opened 4 months ago
by
rvsh
Disapointing Persian Support
#15 opened 4 months ago
by
devops724
Installation Video and Testing - Step by Step
#14 opened 4 months ago
by
fahdmirzac
pipeline_detokenization on Windows
👍 1
1
#13 opened 5 months ago
by
Anthonyy232
Fine tuning code availability ?
🔥➕ 27
1
#9 opened 5 months ago
by
sbesnard
Transcription in 5 Lines of Code — Zero-Infrastructure Alternative via NexaAPI
😔 1
#8 opened 5 months ago
by
nickyni
onnx version available
👍 2
3
#7 opened 5 months ago
by
eschmidbauer
Command-R series?
#5 opened 5 months ago
by
MetaphoricalCode