whisper-tiny (ONNX)
This is an ONNX version of openai/whisper-tiny. It was automatically converted and uploaded using this space.
- Downloads last month
- 40
Model tree for harisnaeem/whisper-tiny-ONNX
Base model
openai/whisper-tinyThis is an ONNX version of openai/whisper-tiny. It was automatically converted and uploaded using this space.
Base model
openai/whisper-tiny
// npm i @huggingface/transformers import { pipeline } from '@huggingface/transformers'; // Allocate pipeline const pipe = await pipeline('automatic-speech-recognition', 'harisnaeem/whisper-tiny-ONNX');