Instructions to use Xenova/whisper-small with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers.js
How to use Xenova/whisper-small with Transformers.js:
// npm i @huggingface/transformers import { pipeline } from '@huggingface/transformers'; // Allocate pipeline const pipe = await pipeline('automatic-speech-recognition', 'Xenova/whisper-small');
Commit History
Update README.md fa58d06 verified
[Automated] Update base model metadata 6bd23ed verified
Upload fp16 ONNX weights a4ac2fa verified
Upload fp16 ONNX weights c485c5c verified
Update tokenizer f92a525 verified
Upload folder using huggingface_hub a4d20fb
Upload README.md with huggingface_hub 954b7e3
Update generation_config.json 04da929
Upload quant_config.json 6f7830a
Upload folder using huggingface_hub d8b94eb
Upload README.md with huggingface_hub b71c00e
Upload folder using huggingface_hub c20545d
Upload README.md with huggingface_hub 055defb
Upload folder using huggingface_hub b14016d
Upload README.md with huggingface_hub fa9a689
initial commit 1ab5ef2
Joshua commited on