Instructions to use Xenova/whisper-large with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers.js
How to use Xenova/whisper-large with Transformers.js:
// npm i @huggingface/transformers import { pipeline } from '@huggingface/transformers'; // Allocate pipeline const pipe = await pipeline('automatic-speech-recognition', 'Xenova/whisper-large');
Commit History
Update README.md 6557e2b verified
[Automated] Update base model metadata b6e101a verified
Upload folder using huggingface_hub cbd8e6d
Upload README.md with huggingface_hub 6b01347
Update generation_config.json bdf8081
Upload quant_config.json 5b0364c
Upload folder using huggingface_hub abbbb97
Upload README.md with huggingface_hub 49e3862
Upload folder using huggingface_hub b52282c
Upload README.md with huggingface_hub 9526d72
initial commit 73608e3
Joshua commited on