Instructions to use willopcbeta/whisper-medium-jp-ONNX with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers.js
How to use willopcbeta/whisper-medium-jp-ONNX with Transformers.js:
// npm i @huggingface/transformers import { pipeline } from '@huggingface/transformers'; // Allocate pipeline const pipe = await pipeline('automatic-speech-recognition', 'willopcbeta/whisper-medium-jp-ONNX');
Upload 6 files
#1
by willopcbeta - opened
No description provided.
willopcbeta changed pull request status to merged