Automatic Speech Recognition
Transformers
TensorBoard
Safetensors
English
whisper
Generated from Trainer
Instructions to use Makkoen/whisper-large-v3-cit-do005-wd0-lr3e-06-steps1400-FULL5b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Makkoen/whisper-large-v3-cit-do005-wd0-lr3e-06-steps1400-FULL5b with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="Makkoen/whisper-large-v3-cit-do005-wd0-lr3e-06-steps1400-FULL5b")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("Makkoen/whisper-large-v3-cit-do005-wd0-lr3e-06-steps1400-FULL5b") model = AutoModelForSpeechSeq2Seq.from_pretrained("Makkoen/whisper-large-v3-cit-do005-wd0-lr3e-06-steps1400-FULL5b") - Notebooks
- Google Colab
- Kaggle
Ctrl+K
This model has 1 file scanned as unsafe.