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:
- 1f627138e051b5cc1be33e0545d2452d498e0edf51d0759925be3d16f3134e6c
- Size of remote file:
- 3.5 kB
- SHA256:
- 1ac204e2762aaab2d3f59ce61d73b8a7fb5e1f9724f92d59b71383f7a17e163f
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.