Automatic Speech Recognition
Transformers
PyTorch
TensorBoard
Safetensors
Welsh
whisper
whisper-event
Generated from Trainer
Eval Results (legacy)
Instructions to use pplantinga/whisper-small-cy with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use pplantinga/whisper-small-cy with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="pplantinga/whisper-small-cy")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("pplantinga/whisper-small-cy") model = AutoModelForSpeechSeq2Seq.from_pretrained("pplantinga/whisper-small-cy") - Notebooks
- Google Colab
- Kaggle
Ctrl+K
- Dec12_22-36-53_ip-172-31-56-18
- Dec13_00-19-40_ip-172-31-56-18
- Dec13_00-23-46_ip-172-31-56-18
- Dec13_22-42-23_ip-172-31-56-18
- Dec13_22-47-52_ip-172-31-56-18
- Dec13_22-52-00_ip-172-31-56-18
- Dec14_05-07-38_ip-172-31-56-18
- Dec14_14-55-56_ip-172-31-56-18
- Dec14_15-18-10_ip-172-31-56-18
- Dec14_15-37-02_ip-172-31-56-18