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.en_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.en_timestamped');This is an ONNX version of openai/whisper-medium.en. It was automatically converted and uploaded using this space.
Base model
openai/whisper-medium.en