Instructions to use RaivisDejus/whisper-small-lv with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use RaivisDejus/whisper-small-lv with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="RaivisDejus/whisper-small-lv")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("RaivisDejus/whisper-small-lv") model = AutoModelForSpeechSeq2Seq.from_pretrained("RaivisDejus/whisper-small-lv") - Notebooks
- Google Colab
- Kaggle
Latvian Whisper small speech recognition model
Trained on combination of:
- Common Voice 17, custom selection of all validated clips, max 1000 clips per speaker
- Fleurs, test+train+validation
Regular whisper model and CTranslate2 converted version for use with faster-whisper as part of Home Assistant Whisper integration are available as well as GGML version for use with whisper.cpp.
For speech generation in Home Assistant use Latvian Piper TTS voice.
To improve speech recognition quality, more data is needed, donate your voice on Balsu talka
- Downloads last month
- 57