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