Automatic Speech Recognition
Transformers.js
ONNX
cohere_asr
audio
hf-asr-leaderboard
speech-recognition
transcription
Instructions to use onnx-community/cohere-transcribe-03-2026-ONNX with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers.js
How to use onnx-community/cohere-transcribe-03-2026-ONNX with Transformers.js:
// npm i @huggingface/transformers import { pipeline } from '@huggingface/transformers'; // Allocate pipeline const pipe = await pipeline('automatic-speech-recognition', 'onnx-community/cohere-transcribe-03-2026-ONNX');
ONNX conversation script?
#1 opened 2 months ago
by
smcleod