Automatic Speech Recognition
Transformers
TensorBoard
Safetensors
Chinese
whisper
Generated from Trainer
Instructions to use jethrowang/vanilla-whisper-small_hat with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use jethrowang/vanilla-whisper-small_hat with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="jethrowang/vanilla-whisper-small_hat")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("jethrowang/vanilla-whisper-small_hat") model = AutoModelForSpeechSeq2Seq.from_pretrained("jethrowang/vanilla-whisper-small_hat", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 636471f8879dc370058c55a6ae7a076765b91ee585a1a504b236a7e4e7825c1f
- Size of remote file:
- 5.05 kB
- SHA256:
- 69789f7f11896c1fb1791cafbbc79d68d9050f8ac26cd5dec137fe705e814ef6
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.