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