Automatic Speech Recognition
Transformers
TensorBoard
Safetensors
English
whisper
hf-asr-leaderboard
Generated from Trainer
Instructions to use Ouwen/whisper-large-v3-grumble-english-finetuned with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Ouwen/whisper-large-v3-grumble-english-finetuned with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="Ouwen/whisper-large-v3-grumble-english-finetuned")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("Ouwen/whisper-large-v3-grumble-english-finetuned") model = AutoModelForSpeechSeq2Seq.from_pretrained("Ouwen/whisper-large-v3-grumble-english-finetuned", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
5415ede | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:6bc8e5d39330b762f3dc7ab8f8d547de2897c144ba4adf46a0f08dd3b26ef692
size 1180663192
|