ATTENTIVE ASR MODELS FOR ONNX
Collection
ONNX conversions of ASR models with attentions enabled for output. Especially useful for word-level timestamp extraction. • 3 items • Updated
How to use urroxyz/whisper-medium_timestamped with Transformers.js:
// npm i @huggingface/transformers
import { pipeline } from '@huggingface/transformers';
// Allocate pipeline
const pipe = await pipeline('automatic-speech-recognition', 'urroxyz/whisper-medium_timestamped');Base model
openai/whisper-medium