Automatic Speech Recognition
Transformers
PyTorch
TensorBoard
Finnish
whisper
whisper-small
mozilla-foundation/common_voice_11_0
finnish
whisper-event
Instructions to use RASMUS/whisper-small-fi-15k_samples with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use RASMUS/whisper-small-fi-15k_samples with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="RASMUS/whisper-small-fi-15k_samples")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("RASMUS/whisper-small-fi-15k_samples") model = AutoModelForSpeechSeq2Seq.from_pretrained("RASMUS/whisper-small-fi-15k_samples", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- d0bcb666f9c6836281b46d051541b5ef26291ecc8a2b4d7d8fdae8545c15d44b
- Size of remote file:
- 967 MB
- SHA256:
- 129033be0ebd3c13a37b37c95a577901c5e61d823a8314dddfb80049e17450d1
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.