Instructions to use emonidi/whisper-tiny-order with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use emonidi/whisper-tiny-order with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="emonidi/whisper-tiny-order")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("emonidi/whisper-tiny-order") model = AutoModelForSpeechSeq2Seq.from_pretrained("emonidi/whisper-tiny-order") - Notebooks
- Google Colab
- Kaggle
Ctrl+K
- Dec21_15-55-58_d760a204a7bf
- Dec21_15-59-23_d760a204a7bf
- Dec22_07-30-04_47ab7fbc8097
- Dec22_07-31-22_47ab7fbc8097
- Dec22_08-21-42_0871cb1adcb1
- Dec22_08-22-22_0871cb1adcb1
- Dec22_08-23-00_0871cb1adcb1
- Dec22_08-30-16_1d25928f9346
- Dec23_16-17-46_fe9daa3159a6
- Dec23_16-49-38_fe9daa3159a6
- Mar02_13-16-50_0785b549392f