Instructions to use shiimi/whisper-small-dv-syn with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use shiimi/whisper-small-dv-syn with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="shiimi/whisper-small-dv-syn")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("shiimi/whisper-small-dv-syn") model = AutoModelForSpeechSeq2Seq.from_pretrained("shiimi/whisper-small-dv-syn") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model
#3 opened 11 months ago
by
SFconvertbot
Adding `safetensors` variant of this model
#2 opened 11 months ago
by
SFconvertbot
Adding `safetensors` variant of this model
#1 opened 11 months ago
by
SFconvertbot