Automatic Speech Recognition
Transformers
PyTorch
TensorBoard
Indonesian
whisper
whisper-event
Generated from Trainer
Eval Results (legacy)
Instructions to use cahya/whisper-medium-id with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use cahya/whisper-medium-id with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="cahya/whisper-medium-id")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("cahya/whisper-medium-id") model = AutoModelForSpeechSeq2Seq.from_pretrained("cahya/whisper-medium-id") - Notebooks
- Google Colab
- Kaggle
Error trying to run the model.
1
#5 opened over 1 year ago
by
fhardison
Adding `safetensors` variant of this model
#4 opened over 1 year ago
by
SFconvertbot
Upload WhisperForConditionalGeneration
1
#3 opened about 2 years ago
by
kevqr21
Adding `safetensors` variant of this model
#1 opened over 2 years ago
by
SFconvertbot