Automatic Speech Recognition
Transformers
Safetensors
audio
hf-asr-leaderboard
speech-recognition
transcription
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")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("CohereLabs/cohere-transcribe-03-2026", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update configuration_cohere_asr.py
#37
by ekagra-ranjan - opened
for vLLM tests
julianmack changed pull request status to merged