Instructions to use Yapeng/whisper-small-pt with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Yapeng/whisper-small-pt with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="Yapeng/whisper-small-pt")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("Yapeng/whisper-small-pt") model = AutoModelForSpeechSeq2Seq.from_pretrained("Yapeng/whisper-small-pt", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 287be5eb5884b185da5f2c0802c42937fec647339effb973a9188efdefb3a1f0
- Size of remote file:
- 967 MB
- SHA256:
- c8e6f210df456ac2581e6730c1d42ad5fdf5d3b368d8c891a2d9d85c5364af79
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.