Instructions to use basilkr/Whisper_Malasar_50 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use basilkr/Whisper_Malasar_50 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="basilkr/Whisper_Malasar_50")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("basilkr/Whisper_Malasar_50") model = AutoModelForSpeechSeq2Seq.from_pretrained("basilkr/Whisper_Malasar_50") - Notebooks
- Google Colab
- Kaggle
Upload events.out.tfevents.1686897646.kudsit-dgxserver.1773442.1
#2
by kavyamanohar - opened
No description provided.
kavyamanohar changed pull request status to closed