Instructions to use Xenova/whisper-medium with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers.js
How to use Xenova/whisper-medium with Transformers.js:
// npm i @huggingface/transformers import { pipeline } from '@huggingface/transformers'; // Allocate pipeline const pipe = await pipeline('automatic-speech-recognition', 'Xenova/whisper-medium');
Commit History
Update README.md af4d56c verified
[Automated] Update base model metadata 7725fa9 verified
Upload fp16 ONNX weights 3f34831 verified
Upload fp16 ONNX weights 0d6f8a9 verified
Update tokenizer 3043bb5 verified
Delete onnx/decoder_model_merged.onnx_data bb921c4
Upload folder using huggingface_hub 33bf94e
Upload README.md with huggingface_hub 60636d5
Update generation_config.json b20e570
Upload quant_config.json 5c0869e
Upload folder using huggingface_hub 180390a
Upload README.md with huggingface_hub e7d9cf6
Upload folder using huggingface_hub da55d38
Upload README.md with huggingface_hub 9359983
initial commit 3c8cd64
Joshua commited on