Automatic Speech Recognition
Transformers
TensorBoard
Safetensors
Malasar
whisper
Generated from Trainer
Instructions to use leenag/KLuke_Malasar with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use leenag/KLuke_Malasar with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="leenag/KLuke_Malasar")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("leenag/KLuke_Malasar") model = AutoModelForSpeechSeq2Seq.from_pretrained("leenag/KLuke_Malasar") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
52d672f | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:aca4c35541cffe29819f1dd87affc1f26d206bbf40d80389af04d273e322a10d
size 4795
|