Instructions to use Xenova/whisper-tiny.en with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers.js
How to use Xenova/whisper-tiny.en with Transformers.js:
// npm i @huggingface/transformers import { pipeline } from '@huggingface/transformers'; // Allocate pipeline const pipe = await pipeline('automatic-speech-recognition', 'Xenova/whisper-tiny.en');
Need help with model initialization
#4 opened about 1 year ago
by
Alfej136
How to create onnx model for Whisper (fine tuned) that can be used with Transformers JS?
❤️ 2
#3 opened over 1 year ago
by
antonvinny
Upload folder using huggingface_hub
#2 opened about 2 years ago
by
Xenova