Automatic Speech Recognition
Transformers
Safetensors
Kazakh
Russian
whisper
speech-to-text
whisper-small
full-fine-tuning
kazakh
russian
kazakh-russian
code-switching
mixed-speech
low-resource-asr
Instructions to use KRASR/kazakh-russian-asr-whisper-small-full-ft with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use KRASR/kazakh-russian-asr-whisper-small-full-ft with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="KRASR/kazakh-russian-asr-whisper-small-full-ft")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("KRASR/kazakh-russian-asr-whisper-small-full-ft") model = AutoModelForSpeechSeq2Seq.from_pretrained("KRASR/kazakh-russian-asr-whisper-small-full-ft") - Notebooks
- Google Colab
- Kaggle
Ctrl+K